summaryrefslogtreecommitdiff
path: root/gcc/fortran/module.c
Commit message (Expand)AuthorAgeFilesLines
* [multiple changes]Paul Thomas2010-04-291-1/+16
* [multiple changes]Jerry DeLisle2010-04-131-15/+6
* module.c (use_iso_fortran_env_module): Fix standard check.Tobias Burnus2010-04-081-3/+7
* re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2010-04-061-3/+17
* re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2010-04-061-0/+9
* * module.c (fix_mio_expr): Declare sym.Jakub Jelinek2010-02-091-0/+2
* [multiple changes]Tobias Burnus2010-02-091-0/+13
* module.c (mio_f2k_derived): Use enumerator as initializer of enum variable.Joern Rennecke2010-01-201-1/+1
* re PR fortran/42677 (Bogus Error: Ambiguous interfaces '...' in intrinsic ass...Janus Weil2010-01-171-2/+0
* re PR fortran/42481 (generic interface not recognized)Paul Thomas2010-01-141-3/+29
* re PR fortran/25829 ([F03] Asynchronous IO support)Tobias Burnus2010-01-081-1/+7
* re PR fortran/41872 (wrong-code: Issues with allocatable scalars)Tobias Burnus2010-01-041-3/+3
* re PR fortran/42257 ([OOP] Compiler segmentation fault due missing public sta...Janus Weil2009-12-121-0/+4
* backport: re PR fortran/42053 ([OOP] SELECT TYPE: reject duplicate CLASS IS b...Janus Weil2009-11-301-10/+9
* trans-common.c (create_common): Remove unused offset variable.Jakub Jelinek2009-11-281-4/+2
* * module.c (mio_f2k_derived): Initialize op.Alexandre Oliva2009-11-181-1/+1
* re PR fortran/41784 ([OOP] ICE in load_derived_extensions)Janus Weil2009-10-241-9/+20
* trans-expr.c (select_class_proc): New function.Paul Thomas2009-10-051-2/+102
* re PR fortran/40996 ([F03] ALLOCATABLE scalars)Tobias Burnus2009-09-301-3/+13
* re PR fortran/37425 (Fortran 2003: GENERIC bindings as operators)Daniel Kraft2009-08-271-11/+74
* re PR fortran/40877 (memory leaks with gfc_charlen?)Janus Weil2009-08-171-1/+1
* re PR fortran/40941 (gfc_typespec: put derived and cl into union)Janus Weil2009-08-131-3/+3
* re PR fortran/40955 (STDCALL attributes are not saved in the .MOD files)Tobias Burnus2009-08-091-0/+4
* re PR fortran/39630 ([F03] Procedure Pointer Components)Janus Weil2009-07-251-23/+33
* re PR fortran/40822 (Internal compiler error when Fortran intrinsic LEN refer...Janus Weil2009-07-241-5/+1
* module.c (mio_symbol): Remove the unused variable, formal.H.J. Lu2009-07-131-2/+0
* re PR fortran/40646 ([F03] array-valued procedure pointer components)Janus Weil2009-07-131-12/+1
* re PR fortran/34112 (Add $!DEC ATTRIBUTE support for 32bit Windows' STDCALL)Tobias Burnus2009-06-281-3/+4
* re PR fortran/40427 ([F03] Procedure Pointer Components with OPTIONAL arguments)Janus Weil2009-06-241-7/+36
* gfortran.h (gfc_expr): Use mpc_t to represent complex numbers.Kaveh R. Ghazi2009-06-191-2/+2
* * module.c (mio_f2k_derived): Initialize cur.Alexandre Oliva2009-06-031-1/+1
* re PR fortran/40195 (Cannot unlink existing module file)François-Xavier Coudert2009-05-221-2/+6
* passes.c (finish_optimization_passes): Change i to int.Ian Lance Taylor2009-05-141-3/+3
* basic-block.h (enum profile_status): Break out of struct control_flow_graph.Ian Lance Taylor2009-05-111-6/+16
* re PR fortran/39630 ([F03] Procedure Pointer Components)Janus Weil2009-05-061-0/+1
* combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor2009-04-241-2/+2
* gfortran.h (gfc_get_typebound_proc): Removed as macro, now a function.Daniel Kraft2009-04-241-6/+8
* module.c (import_iso_c_binding_module): Add casts to enum type.Ian Lance Taylor2009-04-201-2/+6
* re PR fortran/37423 (Fortran 2003: DEFERRED bindings not yet implemented)Daniel Kraft2009-03-291-2/+10
* re PR fortran/39309 (.mod file versioning causes error instead of overwrittin...Tobias Burnus2009-02-271-2/+2
* re PR fortran/39309 (.mod file versioning causes error instead of overwrittin...Tobias Burnus2009-02-271-2/+12
* re PR fortran/38259 (Add version number to .mod file)Mikael Morin2009-02-131-3/+22
* re PR fortran/38657 (PUBLIC/PRIVATE Common blocks)Paul Thomas2009-01-171-4/+8
* re PR fortran/38657 (PUBLIC/PRIVATE Common blocks)Paul Thomas2009-01-171-6/+2
* check.c: Update copyright year.Paul Thomas2009-01-091-1/+1
* re PR fortran/38657 (PUBLIC/PRIVATE Common blocks)Paul Thomas2009-01-051-2/+6
* module.c (gfc_dump_module): Report error on unlink only if errno != ENOENT.H.J. Lu2008-11-251-1/+1
* re PR fortran/38248 (Ignored temporary module files manipulation errors)Jan Kratochvil2008-11-251-3/+11
* re PR fortran/38119 (character ICE in gfc_trans_create_temp_array)Paul Thomas2008-11-191-2/+4
* re PR fortran/37794 (Fortran module overloading regression)Paul Thomas2008-10-111-7/+0