aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/options.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-28options.c (gfc_handle_option): Ensure requested free form line length is not ...Tobias Schlüter1-0/+2
2007-04-11re PR tree-optimization/30735 (50% slow down due to mem-ssa merge)Diego Novillo1-4/+0
2007-03-15gfortran.h (gfc_option_t): Add flag_backtrace field.Francois-Xavier Coudert1-0/+5
2007-02-23options.c (set_default_std_flags): New function to consolidate setting the fl...Jerry DeLisle1-12/+15
2007-02-19re PR fortran/30681 ("obsolescent" vs. "obsolete")Jerry DeLisle1-2/+1
2007-02-04invoke.texi: Update documentation.Steven G. Kargl1-1/+5
2007-01-26lang-specs.h: Add support for .f03 and .F03 extensions.Tobias Burnus1-0/+3
2007-01-25re PR fortran/30437 (-Wno-all is rejected (even when fortran is not included))Manuel López-Ibáñez1-16/+17
2007-01-20openmp.c, [...]: Next installment in the massive whitespace patch.Steven G. Kargl1-13/+14
2007-01-20gfortran.h (gfc_options_t): Add flag_allow_leading_underscore.Francois-Xavier Coudert1-0/+5
2007-01-20re PR fortran/30446 ([4.1 only] -J option doesn't add path to search list)Francois-Xavier Coudert1-0/+2
2007-01-18re PR libfortran/29649 (Force core dump on runtime library errors)Francois-Xavier Coudert1-0/+5
2007-01-10[multiple changes]Jerry DeLisle1-0/+5
2007-01-05re PR fortran/23232 ([4.1 only] DATA implied DO variables)Paul Thomas1-0/+1
2006-12-14Make-lang.in (fortran/options.o): Add $(PARAMS_H) dependency.Richard Guenther1-0/+5
2006-12-01re PR libfortran/29568 (implement unformatted files with subrecords (Intel st...Thomas Koenig1-0/+9
2006-11-17gfortran.h (gfc_add_intrinsic_modules_path, [...]): New prototypes.Francois-Xavier Coudert1-3/+8
2006-11-15data.c: Remove trailing periods from error messages.Brooks Moses1-3/+3
2006-11-14gfortran.h (GFC_MAX_LINE): Remove constant definition.Brooks Moses1-2/+2
2006-11-14lang.opt: Remove -fno-backend option.Brooks Moses1-5/+0
2006-11-10lang.opt (-fmodule-private): Remove option.Brooks Moses1-5/+0
2006-11-08lang.opt: Add -fmax-errors= option.Brooks Moses1-0/+5
2006-11-08lang.opt: Remove non-working -qkind= option.Brooks Moses1-8/+0
2006-10-22re PR fortran/26025 (Optionally use BLAS for matmul)Francois-Xavier Coudert1-0/+10
2006-10-15re PR fortran/24767 (gfortran: -Wno-unused-label does not work properly)Bernhard Fischer1-7/+1
2006-10-03re PR fortran/19262 (more than thirty-nine continuation lines should issue a ...Jerry DeLisle1-0/+4
2006-06-18re PR fortran/19310 ([4.1 Only] unnecessary error for overflowing results)Jerry DeLisle1-0/+5
2006-05-29options.c, [...]: Fix typos in error messages.Kazu Hirata1-1/+1
2006-05-05invoke.texi: Update description of -fall-intrinsicsSteven G. Kargl1-1/+4
2006-05-03re PR fortran/26896 (Description of implementation of -Wtabs/-Wno-tabs reversed)Steven G. Kargl1-8/+13
2006-03-22[multiple changes]Thomas Koenig1-0/+8
2006-03-21options.c (gfc_init_options): Initialize flag_argument_noalias to 3.Toon Moene1-1/+4
2006-03-15re PR fortran/19101 (missing & in character continuation not caught)Jerry DeLisle1-0/+11
2006-03-14re PR fortran/18537 (no warning about tabs with std=f95 option)Steven G. Kargl1-8/+15
2006-02-15re PR fortran/26054 (Gratuitous warning about Fortran 2003 features w/o -std=...Toon Moene1-1/+1
2006-02-14re PR fortran/25162 (Issue with OpenMP COPYIN and gfortran)Jakub Jelinek1-2/+7
2006-02-06re PR fortran/23815 (Add -byteswapio flag)Thomas Koenig1-0/+16
2006-01-27re PR fortran/25324 (Wrong DW_TAG_compile_unit generated when compiling prepr...Jakub Jelinek1-6/+28
2005-11-30re PR fortran/21302 (Max line length in free form mode)Bernhard Fischer1-11/+20
2005-11-17re PR fortran/20811 (gfortran include problem (regression from g77))Francois-Xavier Coudert1-0/+17
2005-10-30arith.c (gfc_enum_initializer): New function.Tobias Schlüter1-0/+8
2005-10-24Commit for Asher LangtonAsher Langton1-0/+5
2005-10-12gfortran.h: Add bitmasks for different FPE traps.François-Xavier Coudert1-0/+41
2005-09-26re PR fortran/23677 (-fno-automatic does not accept legal save statements)Jakub Jelinek1-0/+4
2005-09-13configure.in: Recognize f95 in the --enable-languages option...Francois-Xavier Coudert1-1/+1
2005-08-31re PR fortran/20592 (-fno-automatic (g77 option) is missing from gfortran.)Francois-Xavier Coudert1-0/+5
2005-08-21gfortran.h (gfc_option_t): Remove source field.Tobias Schlüter1-2/+107
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-20gfortran.h: Add flag_backslash compile-time option.François-Xavier Coudert1-0/+5
2005-05-30gfortran.h (GFC_STD_LEGACY): New "standard" macro.Roger Sayle1-4/+16