aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2007-07-09trans-decl.c (set_tree_decl_type_code): Remove function.Steven G. Kargl2-44/+5
2007-07-09re PR fortran/31129 (No warning on unused parameters)Daniel Franke2-0/+14
2007-07-08re PR fortran/29876 (ICE on bad operator in ONLY clause of USE statement)Daniel Franke2-4/+6
2007-07-08re PR fortran/24784 (Warning about unused routine argument should not read "u...Daniel Franke2-3/+22
2007-07-08re PR fortran/17711 (Wrong operator name in error message)Daniel Franke12-59/+353
2007-07-08re PR fortran/32669 ("Actual argument contains too few elements for dummy arg...Tobias Burnus2-3/+14
2007-07-08re PR fortran/25094 (Procedure with public generic identifier allowed to have...Daniel Franke2-0/+31
2007-07-08re PR fortran/32644 ("CHARACTER*1, c" produces "Unclassifiable statement")Jerry DeLisle2-6/+8
2007-07-07decl.c, [...]: Fix comment typos.Kazu Hirata9-18/+25
2007-07-06re PR fortran/32633 (bogus error)Daniel Franke6-22/+59
2007-07-05re PR fortran/32359 (incorrect error: Threadprivate isn't SAVEd (implicit sav...Tobias Burnus5-6/+28
2007-07-05re PR fortran/32526 (Spurious error: Name 'x' at (1) is an ambiguous referenc...Paul Thomas2-8/+25
2007-07-04re PR fortran/31198 (wrong code: Max() with optional arguments)François-Xavier Coudert2-8/+70
2007-07-04re PR fortran/32545 (Give an (compile time) error not a warning for wrong edi...Jerry DeLisle3-18/+24
2007-07-03Forgot this from previous commit.Jerry DeLisle1-1/+1
2007-07-03re PR fortran/32432 (SEGV/endless loop after: "ERROR: ... already is initiali...Jerry DeLisle3-4/+15
2007-07-03re PR fortran/32579 (problem using iso_c_binding (II))Christopher D. Rickett2-8/+29
2007-07-03re PR fortran/25062 (same name for parameter and common block)Tobias Burnus2-0/+58
2007-07-03re PR fortran/30940 (Fortran 2003: Scalar CHARACTER supplied to array dummy)Tobias Burnus2-16/+195
2007-07-03Fortran frontend:Janne Blomqvist2-0/+6
2007-07-03re PR fortran/20888 (dereferencing NULL still accepted)Tobias Burnus2-0/+12
2007-07-02gfortran.texi (Fortran 2003): Add ISO Bind C.Tobias Burnus3-1/+281
2007-07-02[multiple changes]Christopher D. Rickett20-133/+4139
2007-07-01re PR fortran/32239 (optimize power in loops, use __builtin_powi instead of _...Janne Blomqvist3-3/+41
2007-07-01fortran frontend:Janne Blomqvist4-40/+19
2007-06-30re PR fortran/20373 (INTRINSIC symbols can be given the wrong type)Daniel Franke3-14/+44
2007-06-30re PR fortran/32555 (Miscompilation of NIST testsuite)Tobias Burnus2-0/+7
2007-06-30re PR fortran/32472 (ICE in trans-const.c:106 for REPEAT initialization expre...Paul Thomas1-0/+6
2007-06-30re PR fortran/32472 (ICE in trans-const.c:106 for REPEAT initialization expre...Paul Thomas1-8/+29
2007-06-29re PR fortran/31580 (Better error message for not-found operator)Daniel Franke2-1/+8
2007-06-29Missing ChangeLogs for revision 126115.Daniel Franke1-0/+5
2007-06-29openmp.c (resolve_omp_clauses): Adjust error message to better reflect the ac...Daniel Franke1-1/+1
2007-06-29re PR fortran/32483 (edit descriptor checking: Compile-time check for zero wi...Tobias Burnus2-9/+28
2007-06-27re PR other/31400 (enable static linking of support libraries through -static...Francois-Xavier Coudert4-3/+64
2007-06-27re PR fortran/32467 (structure containing allocatable array is accepted in CO...Daniel Franke2-3/+21
2007-06-25re PR fortran/32464 (ICE: USE in contained subroutine)Paul Thomas3-7/+31
2007-06-24re PR fortran/32460 (structure constructor not allowed if a USEd type has pri...Tobias Burnus7-1/+36
2007-06-24re PR fortran/32298 (MINLOC / MAXLOC: off-by one for PARAMETER arrays)Paul Thomas2-11/+31
2007-06-22re PR fortran/31473 (gfortran does not detect duplicate EXTERNAL or INTRINSIC...Daniel Franke2-8/+11
2007-06-22re PR fortran/32360 (GFORTRAN WON'T COMPILE 'DATA PTR1 /NULL ()/' WHEN PTR1 H...Jerry DeLisle2-6/+18
2007-06-22re PR fortran/31162 (missing warning for real do-loops with implicit typed va...Jerry DeLisle4-18/+34
2007-06-21re PR fortran/32361 (TYPE DECLARATION TO INITIALIZE DATA IN NAMED COMMON)Jerry DeLisle2-1/+7
2007-06-21re PR fortran/25061 (procedure name conflict)Jerry DeLisle2-0/+14
2007-06-20re PR fortran/32140 (Miscompilation with -O1)Andrew Pinski2-1/+15
2007-06-18re PR fortran/20882 ([4.2 only] PURE procedure containing pointer assignment ...Paul Thomas1-1/+1
2007-06-18re PR fortran/20863 ([4.2 only] Pointer problems in PURE procedures)Paul Thomas3-9/+49
2007-06-17gfortran.texi: Add documentation for GFORTRAN_UNBUFFERED_n environment variab...Janne Blomqvist2-7/+24
2007-06-15[multiple changes]Andrew Pinski4-4/+23
2007-06-14re PR fortran/32302 (Incorrect result with -O2)Paul Thomas2-6/+13
2007-06-13re PR fortran/32323 (Accepts invalid vector subscript actual argument for int...Tobias Burnus2-0/+42