aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/parse.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-01-18arith.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-03arith.c: Add system.h; remove string.hSteven G. Kargl1-2/+1
2004-11-08arith.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-10-04re PR fortran/17708 (gfortran problem with goto inside loop)Tobias Schlüter1-2/+7
2004-09-15parse.c (eof_buf): Rename eof to eof_buf.Aaron W. LaFramboise1-3/+3
2004-08-30gfortran.h (gfc_namespace): Add new field is_block_data.Tobias Schlüter1-18/+3
2004-08-17re PR fortran/13082 (Function entries and entries with alternate returns not ...Paul Brook1-2/+8
2004-08-13gfortran.h: Add comments.Tobias Schlüter1-1/+1
2004-07-16re PR fortran/16404 (should reject invalid code with -pedantic -std=f95 ? (x8))Tobias Schlüter1-1/+1
2004-07-16re PR fortran/16404 (should reject invalid code with -pedantic -std=f95 ? (x8))Tobias Schlüter1-0/+32
2004-07-11re PR fortran/15986 (Forward referenced procedure not handled correctly)Paul Brook1-1/+4
2004-07-10* parse.c (decode_statement): Fix matching of BLOCK DATA.Tobias Schlüter1-1/+1
2004-07-03decl.c (gfc_match_implicit_range): Don't use typespec.Paul Brook1-1/+0
2004-06-29Andrew Vaught <andyv@firstinter.net>Tobias Schlüter1-1/+2
2004-06-29Andrew Vaught <andyv@firstinter.net>Tobias Schlüter1-0/+120
2004-06-26Andrew Vaught <andyv@firstinter.net>Tobias Schlüter1-4/+4
2004-05-27gfortran.h (gfc_current_locus, [...]): Remove.Tobias Schlüter1-16/+16
2004-05-15re PR fortran/13702 (When preprocessing Fortran files (.F, .F90 and .F95) cpp...Tobias Schlüter1-12/+3
2004-05-14parse.c (gfc_statement_next_fixed): (Change from Andy's tree) Detect bad cont...Tobias Schlüter1-2/+11
2004-05-14re PR fortran/15051 (Incorrect error for empty interface block)Tobias Schlüter1-8/+0
2004-05-14Make-lang.in, [...]: Update copyright years and boilerplate.Tobias Schlüter1-12/+12
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+2503