summaryrefslogtreecommitdiff
path: root/gcc/c-family/c-opts.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* c++: layout of aggregate base with DMI [PR103681]Jason Merrill2021-12-161-3/+3
* Remove unreachable returnsRichard Biener2021-11-291-4/+1
* c++: Implement C++23 P2128R6 - Multidimensional subscript operator [PR102611]Jakub Jelinek2021-11-251-1/+2
* c++: Add -fimplicit-constexprJason Merrill2021-11-151-0/+3
* Come up with OPTION_SET_P macro.Martin Liska2021-10-081-3/+3
* flag_complex_method: support optimize attributeMartin Liska2021-09-271-0/+1
* diagnostics: Support for -finput-charset [PR93067]Lewis Hyatt2021-08-251-0/+13
* Objective-C: Default flag_objc_sjlj_exceptions off for NeXT ABI >= 2.Matt Jacobson2021-08-171-2/+2
* c++: enable -fdelete-dead-exceptions by defaultJason Merrill2021-07-141-0/+4
* opts: change write_symbols to support bitmasksIndu Bhagat2021-05-201-3/+4
* c++: Add ABI version for PR98481 fixJason Merrill2021-04-011-1/+1
* c++: Add support for -std=c++23Paul Fee2021-01-261-2/+27
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* C++ Module optionsNathan Sidwell2020-12-011-0/+13
* langhooks: preprocessor hooks for c++ modulesNathan Sidwell2020-11-171-3/+16
* c++: Change the mangling of __alignof__ [PR88115]Patrick Palka2020-11-111-1/+1
* options: Tiny refactorNathan Sidwell2020-11-021-3/+1
* c++: Deprecate arithmetic convs on different enums [PR97573]Marek Polacek2020-10-281-0/+10
* diagnostics: Support conversion of tabs to spaces [PR49973] [PR86904]Lewis Hyatt2020-07-141-6/+0
* preprocessor: Better line info for <builtin> & <command-line>Nathan Sidwell2020-07-071-2/+8
* c++: Change the default dialect to C++17.Marek Polacek2020-06-261-2/+2
* preprocessor: cleanups in c-common handlingNathan Sidwell2020-05-201-8/+7
* c++: Enable coroutines with -std=c++20.Jason Merrill2020-05-151-3/+4
* c++: Replace "C++2a" with "C++20".Jason Merrill2020-05-131-14/+14
* c/94392 - only enable -ffinite-loops for C++Richard Biener2020-04-021-0/+4
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* diagnostic_show_locus: move initial newline to callersDavid Malcolm2019-12-101-0/+1
* Use more SET_OPTION_IF_UNSET.Martin Liska2019-11-121-16/+18
* Handle removal of old-style function definitions in C2x.Joseph Myers2019-11-081-0/+4
* Make -fconcepts-ts imply -fconcepts.Jason Merrill2019-11-051-1/+1
* PR c++/91979 - mangling nullptr expressionKamlesh Kumar2019-11-041-1/+1
* Update the concepts implementation to conform to C++20.Jason Merrill2019-10-091-0/+11
* Make C2X imply -fno-fp-int-builtin-inexact.Joseph Myers2019-10-081-0/+6
* Support prefixes in diagnostic_show_locusDavid Malcolm2019-10-011-1/+3
* Remove support for repo files (PR c++/91125).Martin Liska2019-09-061-6/+0
* Implement P1152R4: Deprecating some uses of volatile.Marek Polacek2019-08-291-0/+4
* re PR middle-end/91283 (gcc.dg/torture/c99-contract-1.c FAILs)Jakub Jelinek2019-08-231-6/+5
* PR c++/91338 - Implement P1161R3: Deprecate a[b,c].Marek Polacek2019-08-051-0/+4
* PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor2019-07-091-1/+1
* re PR preprocessor/90581 (provide an option to adjust the maximum depth of ne...Qing Zhao2019-07-021-0/+4
* trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor2019-05-171-3/+3
* [libcpp] struct deps renamingNathan Sidwell2019-05-061-5/+2
* Replace can't in error messages for Fortran.Martin Liska2019-03-121-1/+1
* Wrap apostrophes in gcc internal format with %'.Martin Liska2019-03-111-1/+1
* Wrap option names in gcc internal messages with %< and %>.Martin Liska2019-03-111-16/+19
* Implement P0482R5, char8_t: A type for UTF-8 characters and stringsTom Honermann2019-01-141-0/+4
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Machine-readable diagnostic output (PR other/19165)David Malcolm2018-11-151-1/+2
* Eliminate source_location in favor of location_tDavid Malcolm2018-11-131-1/+1