aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/options.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-05-11re PR fortran/20178 (COMPLEX function returns incompatible with g77)Tobias Schlüter1-1/+12
2005-03-30gfortran.h (option_t): Change d8, i8, r8 to flag_default_double, flag_default...Steven G. Kargl1-9/+9
2005-01-30* options.c (gfc_init_options): Zero flag_errno_math.Richard Henderson1-1/+1
2005-01-18arith.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-03arith.c: Add system.h; remove string.hSteven G. Kargl1-2/+0
2004-11-24c-opts.c (c_common_post_options): Don't clear flag_inline_functions.Steven Bosscher1-4/+1
2004-10-31re PR fortran/17590 (Standard conformance should take intrinsics into account.)Janne Blomqvist1-9/+15
2004-10-08re PR fortran/17901 (max-identifier-length problem with -J option)Andrew Pinski1-0/+1
2004-08-27gfortran.h (gfc_default_*_kind): Remove prototypes, add extern variable decla...Tobias Schlüter1-1/+1
2004-08-25arith.c (gfc_validate_kind): Add may_fail argument; abort if false and we don...Richard Henderson1-1/+1
2004-08-01options.c (gfc_init_options): Don't warn about the use GNU extensions by defa...Roger Sayle1-3/+7
2004-07-18re PR fortran/16465 (parser chokes with ffixed-line-length-7)Tobias Schlüter1-4/+6
2004-07-11Revert accidental commitTobias Schlüter1-4/+0
2004-07-11re PR fortran/16433 (wrong hexadecimal constant warning)Tobias Schlüter1-0/+4
2004-05-22invoke.texi: Document -Wunderflow and spell check.Steven G. Kargl1-0/+6
2004-05-16* options.c (gfc_handle_module_path_options): Fix buffer overrun.Paul Brook1-1/+1
2004-05-14Make-lang.in, [...]: Update copyright years and boilerplate.Tobias Schlüter1-13/+14
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+320