aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/options.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-5/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-6/+4
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-05-06re PR fortran/37131 (inline matmul for small matrix sizes)Thomas Koenig1-0/+5
2015-04-30Fix spurious semicolonsDavid Malcolm1-1/+1
2015-02-04dwarf2.h (enum dwarf_source_language): Add DW_LANG_Fortran03 and DW_LANG_Fort...Jakub Jelinek1-0/+6
2015-02-01Always pass 0 or option number to gfc_warning*.Joseph Myers1-8/+8