aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-25* intrinsic.texi: Fix typos.Kazu Hirata2-3/+7
2007-05-25re PR fortran/32047 (ICE (segfault) for pure function without argument)Paul Thomas2-5/+12
2007-05-24re PR fortran/31716 (segfault with real array bounds)Jerry DeLisle2-1/+8
2007-05-23re PR fortran/32046 (wrong code with -O2 for gfortran.dg/interface_12.f90 & r...Francois-Xavier Coudert4-9/+32
2007-05-23re PR fortran/18923 (segfault after subroutine name confusion)Jerry DeLisle2-4/+9
2007-05-22re PR fortran/31627 ([4.1/4.2 only] -bounds-check doesn't check lower bound o...Francois-Xavier Coudert2-57/+89
2007-05-21re PR fortran/32002 (insufficient conformance check when assigning the result...Daniel Franke2-0/+14
2007-05-21re PR fortran/32027 (The "DO" variable isn't consistent after loop)Francois-Xavier Coudert2-4/+10
2007-05-21trans-stmt.c (gfc_trans_do): Fix a typo in comment.H.J. Lu2-1/+5
2007-05-21re PR fortran/31867 ([4.2 only] function result with character LEN computed a...Paul Thomas2-3/+26
2007-05-20re PR fortran/32001 (MAX intrinsic with large number of arguments)Daniel Franke2-14/+21
2007-05-19re PR fortran/30820 (-Wno-error not necessary in Make-lang.in any more?)Francois-Xavier Coudert2-7/+6
2007-05-19re PR fortran/31974 ([4.2]: array allocation multiplication of mismatched types)Francois-Xavier Coudert2-1/+8
2007-05-18re PR fortran/24633 (MODULE attribute conflicts with PROCEDURE attribute)Daniel Franke2-3/+14
2007-05-17re PR fortran/31919 ([4.1/4.2 only] min/max do not check array conformance)Daniel Franke4-50/+58
2007-05-17gfortran.texi (GFORTRAN_CONVERT_UNIT): Improve documentation.Tobias Burnus2-1/+10
2007-05-16[multiple changes]Paul Thomas5-7/+579
2007-05-15trans-types.c (gfc_type_for_size): Handle signed TImode.Paul Brook2-0/+11
2007-05-14re PR fortran/30723 (Freeing memory doesn't need to call a library function)Francois-Xavier Coudert9-75/+155
2007-05-14re PR fortran/31725 ([4.1 only] substring bound evaluated multiple times: wro...François-Xavier Coudert2-0/+13
2007-05-14c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of...Rafael Avila de Espindola6-14/+13