aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2008-06-20re PR debug/34908 (valgrind error indication from testsuite hashtab.c : htab_...Laurynas Biveinis2-5/+15
2008-06-20arith.c (hollerith2representation): Fix for -Wc++-compat.Kaveh R. Ghazi24-109/+154
2008-06-18PR fortran/36517, fortran/36492Daniel Kraft4-33/+86
2008-06-17re PR fortran/36112 (Bounds-checking on character length not working for arra...Daniel Kraft5-59/+99
2008-06-17re PR fortran/34396 (Length of substrings defined by expressions not correctl...Paul Thomas2-12/+39
2008-06-15re PR fortran/36515 (Integer read from stdin yields a value overflow for a va...Jerry DeLisle2-2/+12
2008-06-15libgomp.texi (omp_test_lock): Fix typo.Ralf Wildenhues5-158/+125
2008-06-13re PR libfortran/35863 ([F2003] Implement ENCODING="UTF-8")Jerry DeLisle3-2/+40
2008-06-13re PR fortran/36476 (ICE: len=* CHARACTER array with separate PARAMETER state...Tobias Burnus2-2/+24
2008-06-12re PR fortran/36462 ([F03] Audit intrinsics for KIND arguments)Tobias Burnus2-3/+15
2008-06-11cpp.c: Add copyright notice.Jerry DeLisle3-0/+41
2008-06-08re PR fortran/36459 (Wrong interface use for PROCEDURE)Janus Weil2-2/+10
2008-06-08re PR fortran/35830 (ICE with PROCEDURE(<interface>) containing array formal ...Tobias Burnus2-0/+14
2008-06-08Fix ChangeLogJerry DeLisle1-1/+2
2008-06-07PR fortran/36420, 36422Jerry DeLisle2-1/+26
2008-06-07Add missing PR to change log. (Forgot it in Rev. 136536)Tobias Burnus1-0/+1
2008-06-07re PR fortran/36437 (Simplify argument to [c_]sizeof)Tobias Burnus4-8/+69
2008-06-06intrinsic.texi (BESSEL_J1): Fix BES(S)EL_J1 typo.Tobias Burnus2-1/+5
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek14-149/+777
2008-06-04re PR fortran/36322 (ICE with PROCEDURE using a complicated interface)Janus Weil2-5/+13
2008-06-02re PR fortran/36361 (attribute declaration outside of INTERFACE body)Janus Weil4-13/+39
2008-06-02gfortran.h: New statement-type ST_FINAL for FINAL declarations.Daniel Kraft7-2/+388
2008-06-02re PR fortran/36375 (ICE on -fpreprocessed)Daniel Franke2-0/+13
2008-06-01intrinsic.texi: Revert wrong commit.Jerry DeLisle2-39/+4
2008-05-31arith.c (gfc_arith_init_1): Remove now unused r and c variables.Steven G. Kargl4-187/+179
2008-05-29re PR target/36348 (f951 link failure on i686-apple-darwin9)Daniel Franke2-1/+6
2008-05-29scanner.c (load_line): Add first_char argument.Francois-Xavier Coudert2-22/+34
2008-05-28re PR fortran/36325 (specific or generic INTERFACE implies the EXTERNAL attri...Janus Weil5-7/+40
2008-05-28re PR fortran/36319 (Segfault with wide characters in DATA)Francois-Xavier Coudert6-60/+165
2008-05-27re PR fortran/36316 (type mismatch in binary expression caught by verify_gimple)Tobias Burnus2-2/+8
2008-05-26cpp.c (cpp_define_builtins): Fixed warning about comment.Daniel Franke1-5/+1
2008-05-26cpp.c (cpp_define_builtins): Remove usage of TARGET_* macros, added FIXME ins...Daniel Franke2-1/+20
2008-05-25re PR fortran/18428 (No preprocessing option -cpp for gfortran)Daniel Franke11-36/+1462
2008-05-25re PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE should not be a libra...Tobias Burnus2-0/+35
2008-05-21re PR fortran/36257 (SPREAD gives wrong results with array CHARACTER parameters)Francois-Xavier Coudert2-4/+6
2008-05-19re PR fortran/36265 (character issue with gfortran)Francois-Xavier Coudert2-1/+12
2008-05-19simplify.c (gfc_simplify_dble, [...]): Initialize result variable to avoid wa...Francois-Xavier Coudert2-2/+7
2008-05-18intrinsic.c (char_conversions, ncharconv): New static variables.Francois-Xavier Coudert27-318/+1076
2008-05-18re PR fortran/36251 (PUBLIC and PRIVATE abuse)Tobias Burnus3-7/+30
2008-05-18intrinsic.texi: Correct description of GET_COMMAND_ARGUMENT and GET_ENVIRONME...Tobias Burnus2-101/+124
2008-05-17Remove bogus lines added in previous (Rev.Tobias Burnus1-4/+0
2008-05-17intrinsic.c (add_functions): Change FLUSH(C) to FLUSH(UNIT).Tobias Burnus3-353/+377
2008-05-16re PR fortran/35756 (incorrect WHERE for functions in ELSEWHERE and overlaps)Paul Thomas4-20/+60
2008-05-16libgfortran.h: Increase GFC_MAX_DIMENSIONS to 15.Tobias Burnus3-1/+12
2008-05-16re PR fortran/27997 (Fortran 2003: Support type-spec for array constructor)Daniel Kraft4-25/+149
2008-05-16re PR fortran/34325 (Wrong error message for syntax error)Jerry DeLisle5-6/+28
2008-05-16intrinsic.texi: Write Fortran 77/90/95 instead of F77/90/95...Tobias Burnus2-165/+178
2008-05-16primary.c: New private structure "gfc_structure_ctor_component".Daniel Kraft2-41/+213
2008-05-16[multiple changes]Steven G. Kargl3-60/+88
2008-05-15trans-expr.c (gfc_conv_concat_op): Take care of nondefault character kinds.Francois-Xavier Coudert8-92/+376