aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/module.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-17re PR fortran/34657 (program-unit MY_SUB imports symbol MY_SUB)Tobias Burnus1-0/+7
2011-06-20re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-1/+59
2011-06-16re PR fortran/49417 ([OOP] ICE on invalid CLASS component declaration)Janus Weil1-0/+2
2011-05-29re PR fortran/47601 ([OOP] Internal Error: mio_component_ref(): Component not...Janus Weil1-7/+3
2011-05-20re PR fortran/48706 (Type extension inside subroutine)Janus Weil1-0/+3
2011-04-23re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+3
2011-04-20re PR fortran/48588 (ICE (segfault) in gfc_get_nodesc_array_type)Tobias Burnus1-0/+1
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-25/+25
2011-03-29re PR fortran/48095 ([OOP] Invalid assignment to procedure pointer component ...Janus Weil1-1/+3
2011-03-11re PR fortran/47768 (ICE: printing a derived-type variable with proc-pointer ...Janus Weil1-2/+9
2011-02-18re PR fortran/47767 ([OOP] SELECT TYPE fails to execute correct TYPE IS block)Janus Weil1-12/+19
2011-02-02re PR fortran/47082 ([OOP] ICE in gfc_conv_component_ref)Janus Weil1-1/+15
2011-01-28re PR fortran/45170 ([F2003] allocatable character lengths)Paul Thomas1-0/+14
2011-01-08re PR fortran/46896 (Wrong code with transpose(a) passed to subroutine)Paul Thomas1-2/+9
2010-12-28re PR fortran/45827 ([OOP] mio_component_ref(): Component not found)Janus Weil1-0/+3
2010-11-09re PR fortran/46313 ([OOP] class container naming collisions)Janus Weil1-2/+2
2010-10-06module.c (gfc_use_module): Free atom_string when done with it.Mikael Morin1-0/+2
2010-10-06module.c (read_module): Remove useless string duplication.Mikael Morin1-2/+2
2010-09-27re PR fortran/40569 (F2008: Support COMPILER_OPTIONS() / COMPILER_VERSION())Tobias Burnus1-5/+90
2010-09-26re PR fortran/45793 ([4.6 Regressions] Numerous test-suite failures)Jerry DeLisle1-4/+4
2010-09-24re PR fortran/40571 (F2008: ISO_FORTRAN_ENV: Missing constants)Tobias Burnus1-6/+107
2010-08-21re PR fortran/45271 ([OOP] Polymorphic code breaks when changing order of USE...Janus Weil1-6/+7
2010-08-01re PR fortran/44912 ([OOP] Segmentation fault on TBP)Janus Weil1-0/+5
2010-07-11tob@archimedes:~/scratch/gcc> head -n 15 ../intrinsic_use.diffTobias Burnus1-152/+58
2010-07-11re PR fortran/44869 ([OOP] generic TBPs not initialized properly)Janus Weil1-2/+8
2010-06-21re PR fortran/40632 (Support F2008's contiguous attribute)Tobias Burnus1-1/+7
2010-06-16re PR fortran/44549 ([OOP][F2008] Type-bound procedure: bogus error from list...Janus Weil1-1/+1
2010-06-13re PR fortran/31588 (gfortran should be able to output Makefile dependencies ...Daniel Franke1-0/+4
2010-05-28final.c (rest_of_clean_state): Use %m in errors instead of strerror (errno).Joseph Myers1-7/+7
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