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