aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist36-4989/+4849
2013-04-09gfortran.texi (KIND Type Parameters, [...]): Add crossrefs.Tobias Burnus2-11/+159
2013-04-08re PR fortran/56872 (Incorrect SUM evaluation, involving implied-do loop, wit...Thomas Koenig2-1/+13
2013-04-07re PR fortran/56849 (Missing compile-time shape check for RESHAPE assignments...Tobias Burnus2-4/+7
2013-04-04re PR fortran/40881 ([F03] warn for obsolescent features)Janus Weil3-4/+10
2013-04-04re PR fortran/50269 (Wrongly rejects element of assumed-shape array in C_LOC)Tobias Burnus2-6/+30
2013-04-03re PR fortran/56284 ([OOP] ICE with alternate return in type-bound procedure)Janus Weil3-1/+20
2013-04-01re PR fortran/56500 ([OOP] "IMPLICIT CLASS(...)" wrongly rejected)Janus Weil2-0/+10
2013-03-312013-03-31 Tobias Burnus <burnus@net-b.de>Tobias Burnus4-28/+55
2013-03-30ChangeLog: Add commit message from rev.Thomas Koenig1-0/+8
2013-03-30trans-expr.c (build_memcmp_call): New function.Thomas Koenig1-0/+46
2013-03-29re PR fortran/35203 (OPTIONAL, VALUE actual argument cannot be an INTEGER 0)Tobias Burnus3-7/+105
2013-03-29re PR libfortran/56737 (Wrong I/O result with format cache for Hollerith stri...Tobias Burnus1-7/+0
2013-03-29re PR fortran/56735 (Namelist Read Error with question marks)Tobias Burnus1-0/+7
2013-03-28re PR fortran/45159 (Unnecessary temporaries)Thomas Koenig4-10/+296
2013-03-28re PR fortran/55806 (Missed optimization with ANY or ALL)Thomas Koenig2-1/+106
2013-03-27re PR fortran/56650 (Odd error messages with C_SIZEOF for valid code)Tobias Burnus6-18/+156
2013-03-27PR 25708 Use a temporary buffer when parsing module files.Janne Blomqvist2-13/+54
2013-03-26re PR fortran/56649 (ICE gfc_conv_structure with MERGE)Tobias Burnus2-4/+44
2013-03-25re PR fortran/38536 (ICE with C_LOC in resolve.c due to not properly going th...Tobias Burnus17-1465/+1181
2013-03-19Yet another ChangeLog fix.Jakub Jelinek1-1/+1
2013-03-18gfortran.h (gfc_option_t): Remove flag_whole_file.Tobias Burnus9-107/+58
2013-03-15re PR fortran/56615 (Wrong code with TRANSFER of arrays of character with str...Tobias Burnus2-3/+8
2013-03-11gfortran.texi (STRUCTURE and RECORD): State more clearly how to convert them ...Tobias Burnus2-4/+18
2013-03-10re PR fortran/56575 (An invalid OO code causes ICE)Paul Thomas3-1/+12
2013-03-03re PR fortran/56477 (ICE on invalid with pointer assignment to function result)Mikael Morin2-1/+6
2013-03-03re PR fortran/54730 (ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1...Mikael Morin2-3/+20
2013-03-03re PR fortran/54730 (ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1...Mikael Morin3-9/+184
2013-03-03symbol.c (restore_old_symbol): Fix thinko.Mikael Morin2-1/+6
2013-03-03symbol.c (gfc_undo_symbols): Move code...Mikael Morin2-53/+67
2013-03-03Make-lang.in (F95_PARSER_OBJS): Add dependency to vec.h.Mikael Morin4-65/+50
2013-03-01extended.texi (C Extensions): Change order in @menu to match @node.Tobias Burnus1-0/+1
2013-03-01iresolve.c (resolve_bound): Use gfc_get_string instead of xstrdup.Tobias Burnus3-1/+7
2013-03-01trans-decl.c (gfc_trans_deferred_vars): Free expr after use.Tobias Burnus3-4/+13
2013-02-24resolve.c (generate_component_assignments): Don't use UTF-8 ligature in diagn...Joseph Myers2-1/+6
2013-02-21re PR fortran/56385 ([OOP] ICE with allocatable function result in a procedur...Janus Weil2-3/+10
2013-02-21re PR fortran/56416 (texinfo 5: Many warnings for gfortran's *.texi)Tobias Burnus3-101/+109
2013-02-15re PR fortran/56318 (Wrong result with MATMUL of PARAMETER)Tobias Burnus2-3/+10
2013-02-15re PR fortran/53818 (-finit-local-zero -fno-automatic: Function result cannot...Tobias Burnus2-2/+9
2013-02-14re PR fortran/56224 (gfortran -fopenmp cannot find omp_lib.h)Thomas Koenig4-7/+28
2013-02-14revert: [multiple changes]Tobias Burnus2-3/+20
2013-02-12re PR fortran/46952 ([OOP] Spurious "recursive call" error with type bound pr...Janus Weil2-19/+27
2013-02-09re PR fortran/55362 (ICE with size() on character pointer)Paul Thomas2-2/+8
2013-02-08re PR fortran/54107 ([F03] Memory hog with abstract interface)Mikael Morin2-8/+32
2013-02-07re PR fortran/54339 (Update gfortran manual for GCC 4.8's TS29113 changes)Tobias Burnus2-23/+112
2013-02-06re PR fortran/55789 (Needless realloc with array constructor.)Paul Thomas2-3/+6
2013-02-04re PR fortran/56008 ([F03] wrong code with lhs-realloc on assignment with der...Paul Thomas2-0/+43
2013-02-04re PR fortran/54195 ([OOP] IMPORT fails with GENERIC TBP: "is already present...Mikael Morin2-1/+7
2013-02-04re PR fortran/54107 ([F03] Memory hog with abstract interface)Mikael Morin3-8/+18
2013-02-02re PR fortran/50627 (Error recovery: ICE in gfc_free_namespace after diagnosi...Thomas Koenig3-1/+46