aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/options.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-20Clarify FP exception documentation and messagesJanne Blomqvist1-2/+4
2011-05-14invoke.texi (-Ofast): Also enables -fstack-arrays.Tobias Burnus1-1/+4
2011-05-14PR 48915 Abort handlingJanne Blomqvist1-6/+1
2011-05-06re PR fortran/48858 (Incorrect error for same binding label on two generic in...Tobias Burnus1-1/+11
2011-05-04re PR fortran/48864 (-Ofast should imply -fno-protect-parens)Tobias Burnus1-1/+4
2011-05-03re PR fortran/48720 (quad precision literals do not work)Steven G. Kargl1-0/+6
2011-04-29misc.c (gnat_handle_option): Set warn_maybe_uninitialized.Michael Matz1-0/+1
2011-04-19Replace gfc_getmem with XCNEW, XCNEWVEC or xcallocJanne Blomqvist1-2/+2
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-1/+1
2011-04-15trans-array.c (toplevel): Include gimple.h.Michael Matz1-0/+5
2011-04-08re PR fortran/48448 (Implement -f(no-)frontend-optimization)Thomas Koenig1-0/+16
2011-03-27re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-1/+3
2011-03-21re PR fortran/22572 (Double occurrence of matmul intrinsic not optimised)Thomas Koenig1-0/+5
2011-01-27re PR fortran/47472 (Rules printed by -M option contains duplicate slash when...Tobias Burnus1-1/+2
2010-11-28re PR fortran/35810 ([TR 15581 / F2003] Automatic reallocation on assignment ...Paul Thomas1-0/+15
2010-11-12Makefile.in (OPTS_H): Define.Joseph Myers1-1/+1
2010-11-12re PR c/44782 (implement -ferror-limit=)Nathan Froyd1-4/+4
2010-11-11opts.c (finish_options): Do not error on -flto-partition alone.Jan Hubicka1-1/+1
2010-10-30gfortran.h (gfc_option_t): Replace dump_parse_tree by dump_fortran_original a...Thomas Koenig1-3/+9
2010-10-08Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.Joseph Myers1-6/+8
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers1-8/+8
2010-09-28re PR fortran/40569 (F2008: Support COMPILER_OPTIONS() / COMPILER_VERSION())Tobias Burnus1-0/+77
2010-07-27coretypes.h (struct cl_option_handlers): Declare.Joseph Myers1-5/+6
2010-07-27langhooks-def.h (lhd_init_options, [...]): New.Joseph Myers1-5/+13
2010-07-24re PR fortran/45045 (Named COMMON with different size: No warning with -fwhol...Tobias Burnus1-1/+1
2010-07-06trans-decl.c: Include diagnostic-core.h besides toplev.h.Tobias Burnus1-1/+1
2010-06-25decl.c (gfc_match_entry): Mark ENTRY as GFC_STD_F2008_OBS.Tobias Burnus1-5/+6
2010-06-20re PR other/32998 (-frecord-gcc-switches issues)Joseph Myers1-4/+0
2010-06-07options.c (gfc_handle_option): Fix -fno-recursive.Tobias Burnus1-1/+1
2010-06-07common.opt (fira-verbose): Use Var.Joseph Myers1-1/+1
2010-05-28options.c (gfc_handle_option): Fix handling of -fno-whole-file.Tobias Burnus1-1/+1
2010-05-23gfortran.h: Do not include system.h.Tobias Burnus1-1/+1
2010-05-20re PR fortran/38407 (Wishlist: -Wunused-dummy-argument and -Wno-unused-dummy-...Daniel Franke1-0/+6
2010-05-20options.c (gfc_init_options,gfc_post_options): Enable flag_associative_math b...Tobias Burnus1-0/+6
2010-05-19re PR fortran/44055 (Warn (-Wconversion*) when converting single to double pr...Daniel Franke1-0/+6
2010-05-16misc.c (gnat_handle_option): Remove special logic for Wuninitialized without -O.Manuel López-Ibáñez1-8/+1
2010-05-06re PR c/40989 (-Werror= and #pragma diagnostics do not work with group flags)Manuel López-Ibáñez1-1/+2
2010-04-07invoke.texi (-fargument-alias, [...]): Remove.Richard Guenther1-3/+0
2010-04-06re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+16
2010-04-01ioparm.def: Update copyright.Paul Thomas1-1/+2
2010-02-21re PR fortran/35259 (-fassociative-math not enabled by default; No option to...Tobias Burnus1-0/+5
2010-02-20re PR fortran/42958 (Weird temporary array allocation)Tobias Burnus1-2/+3
2010-01-05re PR fortran/42517 (-fcheck=recursion does not work with -fopenmp)Tobias Burnus1-6/+10
2009-12-27re PR fortran/22552 (Would like warning when an undeclared function is called)Francois-Xavier Coudert1-0/+4
2009-11-04c-opts.c (c_common_post_options): Move LTO option processing code ...Richard Guenther1-20/+2
2009-10-03Merge lto branch into trunk.Diego Novillo1-0/+22
2009-08-01re PR fortran/40011 (Problems with -fwhole-file)Paul Thomas1-0/+3
2009-06-29re PR fortran/40580 (Add -fcheck=pointer with runtime check for using an unal...Tobias Burnus1-1/+2
2009-06-08common.opt (fcompare-debug=, [...]): New.Alexandre Oliva1-0/+3
2009-05-16re PR fortran/36031 (ARM -fshort-enums attribute not emitted for Fortran)François-Xavier Coudert1-2/+2