aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/parse.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-4/+3
2007-07-28re PR fortran/31818 (Wrongly accepts namelists with assumed-shape arrays)Daniel Franke1-2/+19
2007-07-22re PR fortran/32710 (ICE: namelist and subroutine with the same name)Daniel Franke1-1/+2
2007-07-14re PR fortran/32724 (ICE on statement function in specification part of module)Daniel Franke1-0/+7
2007-07-02[multiple changes]Christopher D. Rickett1-0/+7
2007-06-07decl.c: Miscellaneous whitespace fixes.Steven G. Kargl1-1/+1
2007-06-05re PR fortran/18923 (segfault after subroutine name confusion)Jerry DeLisle1-4/+12
2007-05-27re PR fortran/31812 (Better message than "syntax error" when truncating long ...Jerry DeLisle1-1/+1
2007-04-07re PR fortran/31293 (Implicit character and array returning functions)Paul Thomas1-0/+3
2007-03-11re PR fortran/30883 ([4.1/4.2 only] procedure with dummy procedure f1 reject...Paul Thomas1-0/+14
2007-02-21[multiple changes]Jakub Jelinek1-0/+1
2007-01-20openmp.c, [...]: Next installment in the massive whitespace patch.Steven G. Kargl1-163/+146
2006-12-10re PR fortran/23994 (PROTECTED attribute (F2003) is not implemented)Tobias Burnus1-0/+1
2006-12-03re PR fortran/29642 (Fortran 2003: VALUE Attribute (call by value not call by...Paul Thomas1-0/+1
2006-11-24re PR fortran/20880 (USE association of procedure's own interface)Paul Thomas1-1/+10
2006-11-17gfortran.h (gfc_add_intrinsic_modules_path, [...]): New prototypes.Francois-Xavier Coudert1-1/+1
2006-11-15parse.c (parse_contained): Fix indention of one line.Tobias Burnus1-1/+1
2006-11-15re PR fortran/27546 (IMPORT is broken)Tobias Burnus1-3/+16
2006-11-15re PR fortran/29806 (Error if CONTAINS is present without SUBPROGRAM)Tobias Burnus1-0/+7
2006-11-14lang.opt: Remove -fno-backend option.Brooks Moses1-2/+2
2006-11-07re PR fortran/29601 (VOLATILE attribute and statement)Tobias Burnus1-0/+4
2006-10-08[multiple changes]Paul Thomas1-0/+14
2006-08-30re PR fortran/28885 (ICE passing components of array of derived type)Paul Thomas1-2/+3
2006-08-06re PR fortran/28590 (A SEQUENCEd defined type which refers to another defined...Paul Thomas1-15/+0
2006-07-01re PR fortran/19259 (";" as first nonblank character on a line should be an e...Tobias Schlüter1-2/+24
2006-06-05re PR fortran/14067 (no warning when character data statement overflows decla...Paul Thomas1-0/+9
2006-05-11re PR fortran/27553 ([4.1 only] Testsuite ICE with -Wunused-labels)Francois-Xavier Coudert1-0/+1
2006-05-10re PR fortran/24549 ([4.1 only] ICE with invalid pseudo-declaration statement)Francois-Xavier Coudert1-1/+1
2006-05-07re PR fortran/27378 ([4.1 only] ICE on unexpected ELSE statement)Steven Bosscher1-0/+1
2006-04-18parse.c (next_free): Use consistent error string between free-form and fixed-...Bernhard Fischer1-3/+3
2006-02-16re PR fortran/26224 (ICE in C$OMP SINGLE / END SINGLE COPYPRIVATE( ) block)Jakub Jelinek1-0/+4
2006-02-14re PR fortran/25162 (Issue with OpenMP COPYIN and gfortran)Jakub Jelinek1-15/+520
2006-01-21PR25024, PR20881, PR23308, PR25538 and PR25710 - Procedure referencesPaul Thomas1-7/+12
2006-01-11* parse.c (next_fixed): Remove superfluous string concatenation.Tobias Schlüter1-1/+1
2006-01-02re PR fortran/24640 ([4.1] ice with invalid label)Steven G. Kargl1-0/+4
2005-12-21re PR fortran/25423 (Error with nested where statements)Erik Edelmann1-1/+1
2005-12-16re PR fortran/25106 ([4.0/4.1] statement label is zero)Steven G. Kargl1-4/+6
2005-12-03re PR fortran/25106 ([4.0/4.1] statement label is zero)Francois-Xavier Coudert1-14/+9
2005-11-01re PR fortran/24245 (-fdump-parse-tree gives ICE for CONTAINED functions)Erik Edelmann1-0/+24
2005-10-30arith.c (gfc_enum_initializer): New function.Tobias Schlüter1-0/+67
2005-10-24re PR fortran/15586 (gfortran should support i18n in its compiler messages)Francois-Xavier Coudert1-57/+0
2005-10-05re PR fortran/24176 (gfortran segfaults on empty source)Richard Guenther1-0/+4
2005-09-17re PR fortran/15586 (gfortran should support i18n in its compiler messages)Francois-Xavier Coudert1-22/+22
2005-08-14parse.c (match): Enclosed macro in do...while(0) and braces.Tobias Schlüter1-5/+8
2005-08-07[multiple changes]Janne Blomqvist1-1/+6
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-26data.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-04-15re PR fortran/14569 ([4.0 only] should not warn about truncated comment lines)Richard Guenther1-1/+7
2005-02-23gfortran.h (gfc_get_namespace): Add second argument to prototype.Tobias Schlüter1-2/+2
2005-02-07gfortran.h (gfc_add_dimension, [...]): Add argument.Tobias Schlüter1-7/+8