aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2012-03-04re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...Mikael Morin1-0/+8
2012-03-04re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...Mikael Morin1-0/+6
2012-03-04trans.h (struct gfc_ss_info): Move can_be_null_ref component from the data::s...Mikael Morin1-0/+9
2012-03-04re PR fortran/36160 (show_locus doesn't deal well with wide characters)Francois-Xavier Coudert1-0/+8
2012-03-04* module.c (gfc_use_module): Improve error message some more.Francois-Xavier Coudert1-0/+4
2012-03-03re PR fortran/52313 (useless error message for old version of .mod file)Francois-Xavier Coudert1-0/+5
2012-03-03re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus1-0/+6
2012-03-03lang.opt (Wc-binding-type): New flag.Tobias Burnus1-0/+10
2012-03-03re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus1-0/+18
2012-03-02re PR fortran/52325 (unclear error: Unclassifiable statement)Tobias Burnus1-0/+5
2012-03-02re PR fortran/52325 (unclear error: Unclassifiable statement)Tobias Burnus1-0/+6
2012-03-02re PR fortran/52270 ([OOP] Polymorphic vars: wrong intent(in) check, passing ...Tobias Burnus1-0/+8
2012-03-02re PR fortran/52452 (INTRINSIC cannot be applied to gfortran's ETIME)Tobias Burnus1-0/+6
2012-02-29re PR fortran/52386 (ICE in gfc_conv_descriptor_dtyp (realloc LHS related))Paul Thomas1-0/+6
2012-02-22re PR fortran/52335 (I/O: -std=f95 rejects valid DELIM= in OPEN)Tobias Burnus1-0/+5
2012-02-18re PR fortran/52295 (Allow internal procedure in generic interfaces)Tobias Burnus1-0/+6
2012-02-17re PR translation/52273 (translatable string typo: "at at %L")Tobias Burnus1-0/+6
2012-02-17gfortran.texi (Q exponent-letter): Fix grammar.Tobias Burnus1-0/+4
2012-02-17gfortran.texi (Status): Fix typos.Tobias Burnus1-0/+6
2012-02-17re PR translation/52232 (translatable string typos: "conindexed" (should be "...Tobias Burnus1-0/+15
2012-02-12re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...Mikael Morin1-0/+6
2012-02-12trans-array.c (gfc_walk_elemental_function_args, [...]): Move call to gfc_get...Mikael Morin1-0/+9
2012-02-12trans-array.c (gfc_get_proc_ifc_for_expr): New function.Mikael Morin1-0/+6
2012-02-08re PR fortran/52151 (Segfault with realloc on assignment and RESHAPE to unall...Tobias Burnus1-0/+5
2012-02-07re PR fortran/51514 ([OOP] Wrong code when passing a scalar CLASS to a TYPE)Tobias Burnus1-0/+6
2012-02-05re PR fortran/48847 (Wrong "unused parameter" warning with interface block)Thomas Koenig1-0/+7
2012-02-05re PR fortran/52102 ([OOP] Wrong result with ALLOCATE of CLASS components wit...Paul Thomas1-0/+11
2012-02-02re PR fortran/41587 ([OOP] ICE with ALLOCATABLE CLASS components)Mikael Morin1-1/+13
2012-02-02re PR fortran/52012 (Wrong-code with realloc on assignment and RESHAPE w/ ORD...Paul Thomas1-0/+6
2012-02-02re PR fortran/52093 (Extra parenthesis with Size and Shape functions argument...Tobias Burnus1-0/+5
2012-02-01re PR fortran/51958 (-ffrontend-optimize generates wrong code)Thomas Koenig1-0/+6
2012-02-01re PR fortran/52024 ([OOP] GENERIC operator cannot be resolved)Tobias Burnus1-0/+7
2012-02-012012-02-01 Tobias BurnusTobias Burnus1-0/+6
2012-01-31re PR fortran/52024 ([OOP] GENERIC operator cannot be resolved)Tobias Burnus1-0/+9
2012-01-31re PR fortran/52029 ([OOP] _copy should be PURE)Tobias Burnus1-0/+5
2012-01-31re PR fortran/52013 ([OOP] Polymorphism and coarrays: Support as class contai...Tobias Burnus1-0/+6
2012-01-31re PR fortran/52012 (Wrong-code with realloc on assignment and RESHAPE w/ ORD...Paul Thomas1-0/+6
2012-01-29re PR fortran/41600 ([OOP] SELECT TYPE with associate-name => exp: Arrays not...Tobias Burnus1-1/+7
2012-01-29Reduce size of pointer_info tree, minor cleanups.Janne Blomqvist1-0/+12
2012-01-29re PR fortran/51972 ([OOP] Wrong code as _copy does not honor CLASS components)Tobias Burnus1-0/+6
2012-01-29PR 51808 Constify binding_label.Janne Blomqvist1-0/+14
2012-01-29PR 51808 Fix ChangeLog entryJanne Blomqvist1-2/+2
2012-01-29PR 51808 Support arbitrarily long bind(C) binding labels.Janne Blomqvist1-1/+53
2012-01-29re PR fortran/52038 (fortran bootstrap failure: no previous prototype for 'sy...Tobias Burnus1-0/+6
2012-01-28re PR fortran/51972 ([OOP] Wrong code as _copy does not honor CLASS components)Tobias Burnus1-0/+6
2012-01-27re PR fortran/52022 (Wrong-code with procedures passed as actual argument)Tobias Burnus1-0/+6
2012-01-27re PR fortran/52016 ([OOP] Polymorphism and elemental: missing diagnostic)Tobias Burnus1-0/+7
2012-01-27re PR fortran/51970 ([OOP] gimplification failed for polymorphic MOVE_ALLOC)Tobias Burnus1-0/+15
2012-01-27re PR fortran/51953 ([F2008] Allow multiple allocate-objects in ALLOCATE with...Tobias Burnus1-0/+6
2012-01-27re PR fortran/52016 ([OOP] Polymorphism and elemental: missing diagnostic)Tobias Burnus1-1/+11