aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-12reorder changelog entriesDirk Mueller1-1/+1
2007-06-12trans-stmt.c (gfc_trans_call): fix gcc_assert to a comparison, not an assignm...Dirk Mueller2-2/+7
2007-06-12trans-common.c (create_common): Initialize 'field_init'.Paul Thomas2-1/+5
2007-06-11re PR fortran/29786 (Initialization of overlapping variables: Not implemented)Paul Thomas5-48/+266
2007-06-11really remove signed(_or_unsigned)?_type langhooksRafael Espindola3-11/+0
2007-06-11remove signed(_or_unsigned)?_type langhooksRafael Espindola1-0/+6
2007-06-08* trans-intrinsic.c: Revert Lee's 2007-06-04 patch.Francois-Xavier Coudert2-305/+298
2007-06-08re PR fortran/32223 (Backslash handling inconsistent)Steven G. Kargl5-63/+71
2007-06-07decl.c: Miscellaneous whitespace fixes.Steven G. Kargl19-310/+339
2007-06-05re PR fortran/18923 (segfault after subroutine name confusion)Jerry DeLisle2-4/+20
2007-06-04trans-intrinsic.c (gfc_conv_intrinsic_function_args): Adjust to operate on a ...Lee Millward2-294/+336
2007-06-04* trans-array.c (gfc_conv_array_parameter): Initialize tmp.Steve Ellcey2-1/+5
2007-05-31trans-expr.c (gfc_conv_expr_op): Use zero constant that matches the lse type.Richard Guenther6-7/+23
2007-05-31re PR fortran/32156 (ICE with characters)Paul Thomas1-1/+11
2007-05-31re PR fortran/32156 (ICE with characters)Paul Thomas1-0/+6
2007-05-31Fix line endianess.Andreas Schwab1-13/+21
2007-05-31re PR fortran/32103 (Module with equivalence draws "unsatisfied reference")Paul Thomas2-8/+24
2007-05-29gfortran.h: Renamed 'enum gfc_generic_isym_id' to 'enum gfc_isym_id'...Daniel Franke10-384/+448
2007-05-29gfortran.h (gfc_generic_isym_id): Add GFC_ISYM_SIZEOF.Tobias Schlüter7-25/+175
2007-05-28* trans-array.c (gfc_conv_expr_descriptor): Edit comment.Brooks Moses2-3/+7
2007-05-28Corrected ChangeLog entry.Brooks Moses1-1/+1
2007-05-28PR 31972/fortranBrooks Moses3-0/+17
2007-05-28Corrected date in my last ChangeLog entry.Brooks Moses1-1/+1
2007-05-28gfortran.h (gfc_expr): Remove from_H, add "representation" struct.Brooks Moses13-172/+287
2007-05-27re PR fortran/31812 (Better message than "syntax error" when truncating long ...Jerry DeLisle2-1/+7
2007-05-27re PR fortran/32088 (ICE (doesn't occur if given function standalone instead ...Tobias Burnus3-15/+31
2007-05-26re PR fortran/31813 (Warn about deleted feature: H edit descriptor)Jerry DeLisle2-13/+20
2007-05-26gfortran.texi: Document the GFORTRAN_ERROR_DUMPCORE and GFORTRAN_ERROR_BACKTR...Tobias Burnus2-0/+27
2007-05-26re PR fortran/31219 (ICE on array of character function results)Paul Thomas4-15/+76