aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
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
2006-11-10Corrected gfc_process_option to gfc_handle_option in my lastBrooks Moses1-1/+1
2006-11-10lang.opt (-fmodule-private): Remove option.Brooks Moses5-21/+18
2006-11-10re PR fortran/29758 (Runtime segfault in RESHAPE with insufficient elements i...Paul Thomas2-3/+38
2006-11-10re PR fortran/29454 (Slightly wrong error message for IF statement)Tobias Burnus2-1/+6
2006-11-10re PR fortran/29315 (error passing an array derived from type element)Paul Thomas2-3/+11
2006-11-09* check.c (same_type_check): Typo fix in comment.Brooks Moses2-1/+5
2006-11-09re PR fortran/29431 (Not Implemented: complex character array constructors)Paul Thomas2-2/+16
2006-11-09re PR fortran/29744 (Type renaming crashes gfortran with excessive memory usage)Paul Thomas2-1/+13
2006-11-09re PR fortran/29699 (ICE in trans-decl.c)Paul Thomas7-56/+72
2006-11-09invoke.texi: Added documentation for -fmax-errors option.Brooks Moses2-28/+46
2006-11-08lang.opt: Add -fmax-errors= option.Brooks Moses5-18/+63
2006-11-08lang.opt: Remove non-working -qkind= option.Brooks Moses5-24/+8
2006-11-08gfortran.texi: Add volatile and internal-file namelist to Fortran 2003 status.Tobias Burnus3-4/+35
2006-11-07re PR fortran/29539 (ICE in variable_decl)Paul Thomas4-1/+21
2006-11-07re PR fortran/29601 (VOLATILE attribute and statement)Tobias Burnus10-8/+144
2006-11-07decl.c (match_attr_spec, [...]): Unify gfc_notify_std message for GFC_STD_F2003.Tobias Burnus5-6/+17
2006-11-06Fixed incorrect date in changelog entry.Brooks Moses1-1/+1
2006-11-06intrinsic.texi: Added documentation for FTELL, GETLOG, and HOSTNM intrinsics.Brooks Moses2-16/+80
2006-11-06re PR fortran/29630 ("Unclassifiable statement" with vector subscripts in ini...Erik Edelmann2-61/+117
2006-11-05re PR fortran/21061 (gfortran ignores -Werror)Bernhard Fischer2-4/+20
2006-11-052006-11-05 Francois-Xavier Coudert <fxcoudert@gcc.gnu,org>Paul Thomas4-7/+90
2006-11-04error.c (show_locus): Add trailing colon in error messages.Brooks Moses2-2/+8