summaryrefslogtreecommitdiff
path: root/gcc/fortran/options.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-12-20Introduce -finline-arg-packing.Thomas Koenig
2019-11-12Use more SET_OPTION_IF_UNSET.Martin Liska
2019-11-08Allow CHARACTER literals in assignments and data statements.Mark Eggleston
2019-10-30Suppress warning with -Wno-overwrite-recursive.Mark Eggleston
2019-08-23re PR middle-end/91283 (gcc.dg/torture/c99-contract-1.c FAILs)Jakub Jelinek
2019-08-11PR fortran/91413 Generate warning when making array staticJanne Blomqvist
2019-07-16re PR fortran/90903 (Implement runtime checks for bit manipulation intrinsics)Harald Anlauf
2019-06-19re PR fortran/89103 (Allow blank format items in format strings)Jim MacArthur
2019-05-22fortran/89100: Default widths with -fdec-format-defaultsJanne Blomqvist
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska
2019-02-14PR 81552 Improve and document -flag-init-integerJanne Blomqvist
2019-01-01Update copyright years.Jakub Jelinek
2018-12-03re PR fortran/87919 (Incorrect fortran handling of -fno-* options)Fritz Reese
2018-12-03re PR fortran/87919 (Incorrect fortran handling of -fno-* options)Fritz Reese
2018-11-21lang.opt (fdec-include): New option.Jakub Jelinek
2018-09-20gfortran.h (gfc_str_startswith): New macro.Janus Weil
2018-08-10re PR fortran/57160 (short-circuit IF only with -ffrontend-optimize)Janus Weil
2018-07-20PR middle-end/82063 - issues with arguments enabled by -WallMartin Sebor
2018-05-22re PR fortran/85841 ([F2018] reject deleted features)Janus Weil
2018-05-21re PR fortran/85841 ([F2018] reject deleted features)Janus Weil
2018-05-10re PR fortran/85735 (f951 crashes on empty input)Marek Polacek
2018-01-03Update copyright years.Jakub Jelinek
2017-12-17Support -std=f2018Janne Blomqvist
2017-11-15Disable -Wreturn-type by default in all languages other from C++.Martin Liska
2017-11-06Instrument function exit with __builtin_unreachable in C++Martin Liska
2017-11-05re PR fortran/82471 (Reorder loop for unfavorable index ordering in DO CONCU...Thomas Koenig
2017-08-10options.c (set_dec_flags): Only set legacy standards when value is not zero.Fritz Reese
2017-08-10options.c (set_dec_flags, [...]): Only set flag_d_lines with -fdec when not s...Fritz Reese
2017-08-07re PR fortran/68829 (Segfaults with -Ofast due to large array on stack)Thomas Koenig
2017-02-26re PR libfortran/51119 (MATMUL slow for large matrices)Thomas Koenig
2017-01-01Update copyright years.Jakub Jelinek
2016-10-25Cleanup -fdec.Fritz Reese
2016-10-11New flag -fdec-math for COTAN and degree trig intrinsics.Fritz Reese
2016-09-29[Patch] Remove all uses of TARGET_FLT_EVAL_METHOD_NON_DEFAULT and poison itJames Greenhalgh
2016-09-23lang.opt, [...]: New flag -fdec-static.Fritz Reese
2016-08-03lang.opt: New option -fdec-intrinsic-ints.Fritz Reese
2016-05-07re PR fortran/56226 (Add support for DEC UNION and MAP extensions)Fritz Reese
2016-03-13re PR fortran/69520 (Implement reversal of -fcheck options)Jerry DeLisle
2016-01-04Update copyright years.Jakub Jelinek
2015-11-11decl.c: Remove unused header files.Andrew MacLeod
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-05-06re PR fortran/37131 (inline matmul for small matrix sizes)Thomas Koenig
2015-04-30Fix spurious semicolonsDavid Malcolm
2015-02-04dwarf2.h (enum dwarf_source_language): Add DW_LANG_Fortran03 and DW_LANG_Fort...Jakub Jelinek
2015-02-01Always pass 0 or option number to gfc_warning*.Joseph Myers