aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2006-12-05re PR fortran/30003 ([4.1 only] Expressions with side effects in array refere...Paul Thomas3-1/+38
2006-12-05re PR fortran/29912 ([4.1 only] Gfortran: string array functions behaving inc...Paul Thomas2-0/+24
2006-12-05Revert accidental change.Aldy Hernandez1-13/+0
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez7-19/+52
2006-12-04re PR fortran/29962 (Initialization expressions)Tobias Burnus2-3/+10
2006-12-04[multiple changes]Paul Thomas2-1/+14
2006-12-04re PR fortran/29916 ([4.1 only] Dimension of a function result as host associ...Paul Thomas3-2/+20
2006-12-03re PR fortran/29642 (Fortran 2003: VALUE Attribute (call by value not call by...Paul Thomas11-24/+188
2006-12-01re PR libfortran/29568 (implement unformatted files with subrecords (Intel st...Thomas Koenig6-8/+62
2006-11-28re PR fortran/29976 (ICE on optional arg)Paul Thomas2-1/+8
2006-11-28re PR fortran/20880 (USE association of procedure's own interface)Paul Thomas2-1/+9
2006-11-26re PR fortran/29892 (substring out of bounds: Missing variable name for varia...Francois-Xavier Coudert3-6/+45
2006-11-26trans-decl.c (gfc_build_intrinsic_function_decls): Mark the pow functions as ...Andrew Pinski2-0/+8
2006-11-25re PR fortran/29982 ([4.1 only] ICE in write() with gfortran 4.1.2 (and 4.2 a...Andrew Pinski2-2/+9
2006-11-25re PR fortran/29951 (incorrect conversion from string to integer by TRANSFER())Andrew Pinski2-3/+25
2006-11-25re PR fortran/29711 ([4.2 only] error_print does not support %N$X)Francois-Xavier Coudert2-57/+145
2006-11-24re PR fortran/20880 (USE association of procedure's own interface)Paul Thomas4-3/+35
2006-11-24resolve.c (resolve_actual_arglist): Remove the special case for CHAR.Francois-Xavier Coudert3-12/+9
2006-11-22re PR fortran/29441 ([4.1/4.2 only] non-constant parameter (constant) accepted)Tobias Schlüter2-5/+10
2006-11-22re PR fortran/25087 (Error for missing explicit interface needed.)Paul Thomas2-8/+21
2006-11-22re PR fortran/29652 (ambiguous interface declaration undetected)Paul Thomas2-3/+9
2006-11-21re PR fortran/29820 (ICE in fold_convert, at fold-const.c:2146)Paul Thomas2-5/+9
2006-11-20re PR fortran/27546 (IMPORT is broken)Tobias Burnus2-1/+7
2006-11-20symbol.c (check_conflict): Add conflict between VOLATILE attribute and progra...Tobias Burnus2-0/+6
2006-11-20re PR fortran/24783 ([4.1 and 4.2 only] Implicit none in module overwrite exp...Bernhard Fischer2-5/+10
2006-11-19resolve.c (resolve_ref): Check for ALLOCATABLEs to the right of nonzero rank ...Erik Edelmann2-7/+22
2006-11-19module.c (gfc_use_module): Uncomment the ISO_FORTRAN_ENV code.Francois-Xavier Coudert6-28/+237
2006-11-18re PR fortran/24285 ([4.2 only] format(1000(a,$)))Francois-Xavier Coudert2-3/+10
2006-11-17gfortran.h (gfc_add_intrinsic_modules_path, [...]): New prototypes.Francois-Xavier Coudert8-33/+194
2006-11-16re PR fortran/29391 ([4.2/4.1 only] LBOUND and UBOUND are broken)Francois-Xavier Coudert3-19/+67
2006-11-16trans-decl.c (gfc_get_symbol_decl): Fix formatting.François-Xavier Coudert2-15/+17
2006-11-15data.c: Remove trailing periods from error messages.Brooks Moses11-21/+34
2006-11-15lang.opt: Rearrange entries back into ASCII order.Brooks Moses2-73/+77
2006-11-15parse.c (parse_contained): Fix indention of one line.Tobias Burnus2-1/+6
2006-11-15re PR fortran/27546 (IMPORT is broken)Tobias Burnus6-6/+133
2006-11-15re PR fortran/27588 (-fbounds-check should catch substring out of range acces...Tobias Burnus2-3/+42
2006-11-15re PR fortran/29806 (Error if CONTAINS is present without SUBPROGRAM)Tobias Burnus2-0/+12
2006-11-15re PR fortran/28974 (Extremely slow compilation of enumerated DATA statements.)Bud Davis4-45/+119
2006-11-14re PR fortran/29702 (RFE: Column number in error messages.)Brooks Moses2-114/+179
2006-11-14gfortran.h (GFC_MAX_LINE): Remove constant definition.Brooks Moses4-32/+28
2006-11-14lang.opt: Remove -fno-backend option.Brooks Moses5-12/+11
2006-11-14match.c (gfc_match_namelist): Add missing space to error message.Tobias Burnus2-1/+6
2006-11-14re PR fortran/29657 (Don't allow SAVE for functions)Tobias Burnus2-1/+10
2006-11-13re PR fortran/29759 (ice on line continuation in OMP statements (gfc_next_cha...Jakub Jelinek2-0/+7
2006-11-13re PR fortran/26994 (Scalar TRANSFER - error: invalid operand to unary operator)Andrew Pinski2-0/+7
2006-11-12Correcting ChangeLog errorsPaul Thomas1-2/+2
2006-11-11Fix entry missing from previously committed ChangeLogTobias Schlüter1-1/+2
2006-11-11Fix typo in previous check-inTobias Schlüter1-1/+1
2006-11-11data.c: Add 2006 to copyright years.Tobias Schlüter6-6/+17
2006-11-11tree.def (FIX_CEIL_EXPR, [...]): Remove unused tree codes.Richard Guenther2-17/+26