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