aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2012-02-08re PR fortran/52151 (Segfault with realloc on assignment and RESHAPE to unall...Tobias Burnus2-7/+11
2012-02-07re PR fortran/51514 ([OOP] Wrong code when passing a scalar CLASS to a TYPE)Tobias Burnus2-0/+12
2012-02-05re PR fortran/48847 (Wrong "unused parameter" warning with interface block)Thomas Koenig2-0/+23
2012-02-05re PR fortran/52102 ([OOP] Wrong result with ALLOCATE of CLASS components wit...Paul Thomas3-3/+19
2012-02-02re PR fortran/41587 ([OOP] ICE with ALLOCATABLE CLASS components)Mikael Morin4-5/+138
2012-02-02re PR fortran/52012 (Wrong-code with realloc on assignment and RESHAPE w/ ORD...Paul Thomas2-13/+63
2012-02-02re PR fortran/52093 (Extra parenthesis with Size and Shape functions argument...Tobias Burnus2-0/+6
2012-02-01re PR fortran/51958 (-ffrontend-optimize generates wrong code)Thomas Koenig2-0/+70
2012-02-01re PR fortran/52024 ([OOP] GENERIC operator cannot be resolved)Tobias Burnus2-2/+17
2012-02-012012-02-01 Tobias BurnusTobias Burnus2-1/+7
2012-01-31re PR fortran/52024 ([OOP] GENERIC operator cannot be resolved)Tobias Burnus4-1/+15
2012-01-31re PR fortran/52029 ([OOP] _copy should be PURE)Tobias Burnus2-0/+6
2012-01-31re PR fortran/52013 ([OOP] Polymorphism and coarrays: Support as class contai...Tobias Burnus2-6/+14
2012-01-31re PR fortran/52012 (Wrong-code with realloc on assignment and RESHAPE w/ ORD...Paul Thomas2-16/+18
2012-01-29re PR fortran/41600 ([OOP] SELECT TYPE with associate-name => exp: Arrays not...Tobias Burnus2-2/+14
2012-01-29Reduce size of pointer_info tree, minor cleanups.Janne Blomqvist2-32/+39
2012-01-29re PR fortran/51972 ([OOP] Wrong code as _copy does not honor CLASS components)Tobias Burnus2-0/+57
2012-01-29PR 51808 Constify binding_label.Janne Blomqvist7-12/+27
2012-01-29PR 51808 Fix ChangeLog entryJanne Blomqvist1-2/+2
2012-01-29PR 51808 Support arbitrarily long bind(C) binding labels.Janne Blomqvist10-109/+184
2012-01-29re PR fortran/52038 (fortran bootstrap failure: no previous prototype for 'sy...Tobias Burnus2-10/+6
2012-01-28re PR fortran/51972 ([OOP] Wrong code as _copy does not honor CLASS components)Tobias Burnus2-1/+8
2012-01-27re PR fortran/52022 (Wrong-code with procedures passed as actual argument)Tobias Burnus2-1/+8
2012-01-27re PR fortran/52016 ([OOP] Polymorphism and elemental: missing diagnostic)Tobias Burnus2-1/+10
2012-01-27re PR fortran/51970 ([OOP] gimplification failed for polymorphic MOVE_ALLOC)Tobias Burnus8-31/+59
2012-01-27re PR fortran/51953 ([F2008] Allow multiple allocate-objects in ALLOCATE with...Tobias Burnus2-6/+11
2012-01-27re PR fortran/52016 ([OOP] Polymorphism and elemental: missing diagnostic)Tobias Burnus2-4/+29
2012-01-27re PR fortran/48705 ([OOP] ALLOCATE with non-trivial SOURCE)Paul Thomas6-28/+209
2012-01-25re PR fortran/51995 ([OOP] Polymorphic class fails at runtime)Tobias Burnus2-1/+7
2012-01-25re PR fortran/51995 ([OOP] Polymorphic class fails at runtime)Tobias Burnus2-1/+9
2012-01-25re PR fortran/51966 (ICE in gfc_conv_array_constructor_expr)Tobias Burnus2-0/+7
2012-01-23re PR fortran/51948 ([OOP] Rejects valid: Function result value in MOVE_ALLOC...Tobias Burnus2-7/+16
2012-01-21[multiple changes]Steven G. Kargl2-2/+12
2012-01-21re PR fortran/51913 ([OOP] bug when submitting a class pointer to a subroutine)Tobias Burnus2-3/+8
2012-01-20re PR fortran/51056 ([OOP] Bogus "Unused module variable '__vtab_domain_Domai...Tobias Burnus2-4/+19
2012-01-19re PR fortran/51904 (ICE on SIZE function evaluation)Tobias Burnus2-0/+10
2012-01-18re PR fortran/51634 ([OOP] ICE with polymorphic operators)Paul Thomas2-1/+17
2012-01-18re PR fortran/48426 ([patch] Quad precision promotion)Zydrunas Gimbutas1-0/+20
2012-01-17re PR fortran/51869 (Realloc on assignment wrongly assumes that MALLOC return...Tobias Burnus3-5/+32
2012-01-16re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...Mikael Morin2-3/+11
2012-01-16re PR fortran/51809 ([OOP] ICE (segfault) depending on USE statements order)Tobias Burnus5-7/+20
2012-01-16re PR fortran/48426 ([patch] Quad precision promotion)Zydrunas Gimbutas7-67/+313
2012-01-16trans-array.c (gfc_trans_create_temp_array): In the case of a class array tem...Paul Thomas3-19/+76
2012-01-14re PR fortran/51800 (Error: Automatic array 'dummy' at (1) cannot have an ini...Tobias Burnus2-3/+31
2012-01-14re PR fortran/51816 (Wrong error when use..., only : operator() twice)Tobias Burnus2-1/+37
2012-01-13re PR fortran/48351 ([OOP] Realloc on assignment fails if parent component i...Paul Thomas3-15/+42
2012-01-13re PR fortran/51842 (fortran fails if ssize_t is 32-bit on 64-bit host)Tobias Burnus2-2/+9
2012-01-12re PR libfortran/36755 (Avoid fork/exec in chmod intrinsic)Tobias Burnus2-5/+11
2012-01-10gfortran.texi (Fortran 2003 Status): Fix grammar.Gerald Pfeifer2-1/+5
2012-01-10re PR fortran/51652 (Allocate with type-spec and source-expr: check whether l...Tobias Burnus2-0/+19