summaryrefslogtreecommitdiff
path: root/gcc/fortran/match.c
Commit message (Expand)AuthorAgeFilesLines
* re PR fortran/28601 (ICE on reexport of renamed type)Paul Thomas2006-08-201-0/+3
* re PR fortran/25056 (non-PURE function should not be a valid argument)Paul Thomas2006-06-251-4/+18
* re PR fortran/27981 (Strange error message for illegal integer constant)Steven G. Kargl2006-06-231-0/+6
* re PR fortran/25049 (TRANSPOSE not allowed in initialisation expression)Paul Thomas2006-06-201-0/+1
* re PR fortran/27897 (ICE on common block with the same name as the program.)Paul Thomas2006-06-061-1/+1
* re PR fortran/27457 (ICE in match_case_eos())Tobias Schlüter2006-05-071-0/+5
* gfortran.h (gfc_symbol): Add a new "forall_index" bit field.Roger Sayle2006-03-251-0/+3
* re PR fortran/25054 (nonconstant bounds array cannot appear in a namelist)Paul Thomas2006-02-191-0/+1
* re PR fortran/25162 (Issue with OpenMP COPYIN and gfortran)Jakub Jelinek2006-02-141-2/+23
* re PR fortran/14771 (frontend doesn't record parentheses)Tobias Schlüter2006-02-101-0/+1
* re PR fortran/24958 (ICE on invalid nullify)Steven G. Kargl2006-02-021-4/+7
* PR25024, PR20881, PR23308, PR25538 and PR25710 - Procedure referencesPaul Thomas2006-01-211-0/+18
* re PR fortran/18540 (Jumping into blocks gives error rather than warning)Tobias Schlüter2006-01-181-5/+8
* re PR fortran/24640 ([4.1] ice with invalid label)Steven G. Kargl2006-01-021-0/+1
* re PR fortran/20889 (type in a structure-constructor differs from type in der...Paul Thomas2005-12-221-0/+23
* re PR fortran/25106 ([4.0/4.1] statement label is zero)Steven G. Kargl2005-12-161-16/+27
* re PR fortran/25078 (EQUILALENCE requires two or more objects)Steven G. Kargl2005-12-121-0/+12
* re PR fortran/25106 ([4.0/4.1] statement label is zero)Francois-Xavier Coudert2005-12-031-8/+11
* re PR fortran/24655 (ICE with statement function)Paul Thomas2005-11-101-1/+4
* re PR fortran/24636 (gfortran: STOP without stop-code too noisy, regression w...Steven G. Kargl2005-11-041-1/+1
* re PR fortran/23446 (Valid internal subprogram array argument declaration is ...Paul Thomas2005-10-171-0/+89
* re PR fortran/16404 (should reject invalid code with -pedantic -std=f95 ? (x8))Paul Thomas2005-10-011-4/+15
* re PR fortran/18878 ([4.0 only] erronous error message on vaild USE statement)Paul Thomas2005-09-091-2/+73
* re PR fortran/23765 (segfault with syntactically wrong common declaration)Tobias Schlüter2005-09-081-6/+0
* [multiple changes]Janne Blomqvist2005-08-071-0/+1
* tree-ssa-structalias.c (merge_graph_nodes): Fix uninitialised warnings.Manfred Hollstein2005-07-221-0/+2
* gfortran.h (MAX_ERROR_MESSAGE): Remove.Jakub Jelinek2005-07-141-0/+2
* Update FSF address.Kelley Cook2005-06-251-2/+2
* re PR fortran/21257 ([4.0 only] Duplicate use of construct name)Steven G. Kargl2005-06-201-12/+8
* match.c (match_forall_iterator): Don't immediately give error if '=' is not f...Tobias Schlüter2005-06-041-3/+1
* match.c (gfc_match_return): Only require space after keyword when it is oblig...Tobias Schlüter2005-05-091-7/+19
* match.c (match_arithmetic_if): Arithmetic IF is obsolete in Fortran 95.Francois-Xavier Coudert2005-04-101-0/+9
* match.c (match_arithmetic_if): Remove gfc_ prefix and correct comment accordi...Francois-Xavier Coudert2005-04-091-5/+5
* * match.c (gfc_match_arithmetic_if): Declare static.Diego Novillo2005-04-081-1/+1
* re PR fortran/17229 (parser confused by arithmetic if inside an if)Francois-Xavier Coudert2005-04-081-0/+34
* re PR fortran/18827 (ICE on assign to common variable)Feng Wang2005-03-151-1/+0
* gfortran.h (gfc_add_dimension, [...]): Add argument.Tobias Schlüter2005-02-071-11/+15
* gfortran.h (gfc_check_access): Add prototype.Paul Brook2005-01-221-3/+0
* arith.c, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* arith.c: Add system.h; remove string.hSteven G. Kargl2005-01-031-4/+0
* re PR fortran/18993 (incorrect parsing in fixed-form)Tobias Schlüter2004-12-151-2/+2
* re PR fortran/18869 (multiple common blocks in a single line rejected)Tobias Schlüter2004-12-121-0/+2
* arith.c, [...]: Fix comment formatting.Kazu Hirata2004-11-081-1/+1
* data.c, [...]: Fix comment typos.Kazu Hirata2004-09-141-1/+1
* re PR fortran/13910 (Cannot initialize variables with declation as allowed by...Tobias Schlüter2004-08-291-355/+0
* gfortran.h (gfc_default_*_kind): Remove prototypes, add extern variable decla...Tobias Schlüter2004-08-271-1/+1
* re PR fortran/13465 (Data statement for large arrays compiles verrrry sllloww...Richard Henderson2004-08-231-1/+3
* re PR fortran/17074 (Unclassifiable statement in IF-clause / Simple IF follow...Tobias Schlüter2004-08-201-19/+168
* re PR fortran/16404 (should reject invalid code with -pedantic -std=f95 ? (x8))Tobias Schlüter2004-07-161-6/+52
* re PR fortran/16404 (should reject invalid code with -pedantic -std=f95 ? (x8))Tobias Schlüter2004-07-111-6/+9