aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2012-03-28re PR fortran/52652 (call to gfc_match_asynchronous for allocatable at parse....Paul Thomas3-4/+13
2012-03-23Remove unused GFC_MAX_LINE macro.Janne Blomqvist2-1/+4
2012-03-19re PR fortran/52559 (Spurious \x00 in error messages of lines with tab)Francois-Xavier Coudert2-11/+15
2012-03-17re PR fortran/52585 (Wrong result for ASSOCIATED with dummy procedure pointer)Tobias Burnus2-10/+29
2012-03-16Don't use BUILT_IN_IROUND for __float128.Janne Blomqvist2-4/+10
2012-03-15Enable BUILT_IN_IROUND.Janne Blomqvist4-15/+36
2012-03-12lto-lang.c (builtin_type_for_size): Use lto_type_for_size.Richard Guenther2-1/+5
2012-03-12re PR fortran/52542 (Procedure with a Bind (C) named interface does not inher...Tobias Burnus2-0/+13
2012-03-10* convert.c (convert): Fold BOOLEAN_TYPE types to the proper variant.Steven Bosscher2-1/+6
2012-03-09Make-lang.in (convert.o): Depend on convert.h.Steven Bosscher4-84/+42
2012-03-08re PR fortran/52469 (-fwhole-file bug: Wrong backend_decl for result of PPC f...Tobias Burnus2-1/+11
2012-03-06f95-lang.c (yyerror, yylex): Remove.Steven Bosscher7-159/+122
2012-03-04re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...Mikael Morin4-0/+46
2012-03-04re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...Mikael Morin2-2/+35
2012-03-04trans.h (struct gfc_ss_info): Move can_be_null_ref component from the data::s...Mikael Morin4-12/+24
2012-03-04re PR fortran/36160 (show_locus doesn't deal well with wide characters)Francois-Xavier Coudert2-11/+56
2012-03-04* module.c (gfc_use_module): Improve error message some more.Francois-Xavier Coudert2-1/+5
2012-03-03re PR fortran/52313 (useless error message for old version of .mod file)Francois-Xavier Coudert2-12/+12
2012-03-03re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus2-1/+7
2012-03-03lang.opt (Wc-binding-type): New flag.Tobias Burnus7-8/+39
2012-03-03re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus11-8/+149
2012-03-02re PR fortran/52325 (unclear error: Unclassifiable statement)Tobias Burnus2-1/+6
2012-03-02re PR fortran/52325 (unclear error: Unclassifiable statement)Tobias Burnus2-0/+19
2012-03-02re PR fortran/52270 ([OOP] Polymorphic vars: wrong intent(in) check, passing ...Tobias Burnus3-5/+17
2012-03-02re PR fortran/52452 (INTRINSIC cannot be applied to gfortran's ETIME)Tobias Burnus2-1/+7
2012-02-29re PR fortran/52386 (ICE in gfc_conv_descriptor_dtyp (realloc LHS related))Paul Thomas2-0/+8
2012-02-22re PR fortran/52335 (I/O: -std=f95 rejects valid DELIM= in OPEN)Tobias Burnus2-4/+5
2012-02-18re PR fortran/52295 (Allow internal procedure in generic interfaces)Tobias Burnus2-2/+9
2012-02-17re PR translation/52273 (translatable string typo: "at at %L")Tobias Burnus2-1/+7
2012-02-17gfortran.texi (Q exponent-letter): Fix grammar.Tobias Burnus2-1/+5
2012-02-17gfortran.texi (Status): Fix typos.Tobias Burnus3-5/+11
2012-02-17re PR translation/52232 (translatable string typos: "conindexed" (should be "...Tobias Burnus6-11/+26
2012-02-12re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...Mikael Morin2-1/+28
2012-02-12trans-array.c (gfc_walk_elemental_function_args, [...]): Move call to gfc_get...Mikael Morin4-6/+17
2012-02-12trans-array.c (gfc_get_proc_ifc_for_expr): New function.Mikael Morin2-18/+40
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