aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-10resolve.c (resolve_ordinary_assign): Improve error wording.Tobias Burnus2-2/+6
2012-01-09re PR fortran/51791 ([OOP] Failure to resolve typebound function call with ba...Paul Thomas3-4/+23
2012-01-09[multiple changes]Mikael Morin2-1/+7
2012-01-09gfortran.texi: Bump copyright year.Tobias Burnus2-3/+14
2012-01-09re PR fortran/51578 (Import of same symbol via different modules and renaming)Tobias Burnus5-103/+265
2012-01-092012-01-09 Richard Guenther <rguenther@suse.de>Richard Biener2-4086/+4091
2012-01-062012-01-06 Tobias Burnus <burnus@net-b.de>Tobias Burnus12-140/+330
2012-01-05PR fortran/PR48946Paul Thomas2-0/+40
2012-01-04re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...Mikael Morin5-6/+54
2012-01-04re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...Mikael Morin4-5/+34
2012-01-04trans-expr.c (gfc_conv_expr): Move address taking...Mikael Morin2-2/+6
2012-01-04re PR fortran/49693 (Spurious "unused-variable" warnings for COMMON block mod...Thomas Koenig2-2/+12
2012-01-03gfortran.h (struct gfc_expr): Add missing "struct" qualifier for member base_...Hans-Peter Nilsson2-1/+6
2012-01-02re PR fortran/51529 ([OOP] gfortran.dg/class_to_type_1.f03 is miscompiled: Un...Paul Thomas7-170/+346
2012-01-02re PR fortran/51682 (Coarray ICEs when compiling with -fdefault-integer-8)Tobias Burnus2-6/+17
2012-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2-2/+7
2011-12-31re PR fortran/51502 (Potentially wrong code generation due to wrong implict_p...Thomas Koenig3-16/+42
2011-12-29dependency.c (gfc_dep_compare_functions): Document new behavior for REALs and...Thomas Koenig2-6/+41
2011-12-28ChangeLog: Fix entry.Toon Moene1-0/+1
2011-12-19re PR fortran/51605 (internal compiler error gfc_trans_block_construct, at fo...Tobias Burnus2-0/+7
2011-12-19re PR fortran/51605 (internal compiler error gfc_trans_block_construct, at fo...Tobias Burnus4-8/+34
2011-12-19check.c (coarray_check): Add class ref if needed.Tobias Burnus3-41/+111
2011-12-15trans-expr.c (gfc_walk_function_expr): Detect elemental procedure components ...Paul Thomas4-4/+12
2011-12-15re PR fortran/51310 (-finit-bla doesn't initialize *all* items of type bla to...Toon Moene3-3/+9
2011-12-15re PR fortran/51550 (ICE in gfc_get_derived_type, at fortran/trans-types.c:2401)Tobias Burnus2-0/+17
2011-12-15primary.c (gfc_match_varspec): Match array spec for polymorphic coarrays.Tobias Burnus4-79/+42
2011-12-15re PR debug/51517 (Wrong debug information for pointers with negative strides.)Jakub Jelinek2-11/+28
2011-12-11re PR fortran/50923 (No warning if function return value is not set)Tobias Burnus2-14/+30
2011-12-11re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso...Paul Thomas19-215/+1210
2011-12-11re PR fortran/50690 (ICE with front end optimization and OMP workshare)Thomas Koenig2-2/+46
2011-12-10trans-decl.c (add_argument_checking): Fix syntax.Tobias Burnus2-1/+5
2011-12-10trans-decl.c (add_argument_checking): Check ts.deferred earlier.Tobias Burnus3-6/+11