aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/options.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-914/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-10-08Come up with OPTION_SET_P macro.Martin Liska1-3/+3
2021-09-22Fortran: Improve -Wmissing-include-dirs warnings [PR55534]Tobias Burnus1-5/+14
2021-09-21Fortran: Fix -Wno-missing-include-dirs handling [PR55534]Tobias Burnus1-12/+12
2021-09-08Support -fexcess-precision=16 which will enable FLT_EVAL_METHOD_PROMOTE_TO_FL...liuhongt1-0/+3
2021-05-10Come up with startswith function.Martin Liska1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-30Fortran: -fno-automatic and -fopenacc / recusion check cleanupTobias Burnus1-7/+9
2020-05-26revamp dump and aux output namesAlexandre Oliva1-2/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-20Introduce -finline-arg-packing.Thomas Koenig1-0/+5
2019-11-12Use more SET_OPTION_IF_UNSET.Martin Liska1-2/+2
2019-11-08Allow CHARACTER literals in assignments and data statements.Mark Eggleston1-0/+1
2019-10-30Suppress warning with -Wno-overwrite-recursive.Mark Eggleston1-1/+2
2019-08-23re PR middle-end/91283 (gcc.dg/torture/c99-contract-1.c FAILs)Jakub Jelinek1-2/+2
2019-08-11PR fortran/91413 Generate warning when making array staticJanne Blomqvist1-1/+1
2019-07-16re PR fortran/90903 (Implement runtime checks for bit manipulation intrinsics)Harald Anlauf1-2/+2
2019-06-19re PR fortran/89103 (Allow blank format items in format strings)Jim MacArthur1-0/+1
2019-05-22fortran/89100: Default widths with -fdec-format-defaultsJanne Blomqvist1-0/+1
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-1/+1
2019-02-14PR 81552 Improve and document -flag-init-integerJanne Blomqvist1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-03re PR fortran/87919 (Incorrect fortran handling of -fno-* options)Fritz Reese1-18/+12
2018-12-03re PR fortran/87919 (Incorrect fortran handling of -fno-* options)Fritz Reese1-13/+52
2018-11-21lang.opt (fdec-include): New option.Jakub Jelinek1-0/+1
2018-09-20gfortran.h (gfc_str_startswith): New macro.Janus Weil1-1/+1
2018-08-10re PR fortran/57160 (short-circuit IF only with -ffrontend-optimize)Janus Weil1-1/+1
2018-07-20PR middle-end/82063 - issues with arguments enabled by -WallMartin Sebor1-1/+1
2018-05-22re PR fortran/85841 ([F2018] reject deleted features)Janus Weil1-8/+1
2018-05-21re PR fortran/85841 ([F2018] reject deleted features)Janus Weil1-13/+6
2018-05-10re PR fortran/85735 (f951 crashes on empty input)Marek Polacek1-0/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-17Support -std=f2018Janne Blomqvist1-1/+13
2017-11-15Disable -Wreturn-type by default in all languages other from C++.Martin Liska1-3/+0
2017-11-06Instrument function exit with __builtin_unreachable in C++Martin Liska1-0/+3
2017-11-05re PR fortran/82471 (Reorder loop for unfavorable index ordering in DO CONCU...Thomas Koenig1-0/+5
2017-08-10options.c (set_dec_flags): Only set legacy standards when value is not zero.Fritz Reese1-5/+7
2017-08-10options.c (set_dec_flags, [...]): Only set flag_d_lines with -fdec when not s...Fritz Reese1-5/+9
2017-08-07re PR fortran/68829 (Segfaults with -Ofast due to large array on stack)Thomas Koenig1-1/+7
2017-02-26re PR libfortran/51119 (MATMUL slow for large matrices)Thomas Koenig1-3/+9
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-25Cleanup -fdec.Fritz Reese1-6/+18
2016-10-11New flag -fdec-math for COTAN and degree trig intrinsics.Fritz Reese1-0/+1
2016-09-29[Patch] Remove all uses of TARGET_FLT_EVAL_METHOD_NON_DEFAULT and poison itJames Greenhalgh1-2/+1
2016-09-23lang.opt, [...]: New flag -fdec-static.Fritz Reese1-0/+1
2016-08-03lang.opt: New option -fdec-intrinsic-ints.Fritz Reese1-0/+1
2016-05-07re PR fortran/56226 (Add support for DEC UNION and MAP extensions)Fritz Reese1-0/+20
2016-03-13re PR fortran/69520 (Implement reversal of -fcheck options)Jerry DeLisle1-0/+9
2016-01-04Update copyright years.Jakub Jelinek1-1/+1