aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/options.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-13invoke.texi (-fwhole-file): Update docs.Jan Hubicka1-2/+2
2009-03-30re PR fortran/22571 (Reject derived types for dummy arguments declared in the...Paul Thomas1-0/+5
2009-03-30re PR middle-end/323 (optimized code gives strange floating point results)Joseph Myers1-0/+9
2009-03-28re PR fortran/34656 (modifies do loop variable)Tobias Burnus1-2/+2
2009-03-28re PR fortran/32626 (Run-time check for recursive functions)Tobias Burnus1-2/+2
2009-03-28gfortran.h (gfc_option_t): Add rtcheck.Francois-Xavier Coudert1-3/+49
2009-03-27gfortran.h (enum init_local_real.): Add GFC_INIT_REAL_SNAN.Tobias Burnus1-0/+2
2008-11-03re PR fortran/37821 (gfortran is ignoring #includes with the syntax <file.h>)Tobias Burnus1-5/+5
2008-11-01re PR fortran/19925 (Implied do-loop in an initialization expression is broken)Steven G. Kargl1-0/+5
2008-09-24options.c (set_default_std_flags,gfc_init_options): Add comment: keep in sync...Tobias Burnus1-2/+5