aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c.opt
AgeCommit message (Expand)AuthorFilesLines
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-24C++ : Add the -stdlib= option.Iain Sandoe1-0/+14
2020-12-16opts: Remove all usages of Report keyword.Martin Liska1-4/+4
2020-12-03Add support for detecting mismatched allocation/deallocation calls.Martin Sebor1-0/+10
2020-12-01C++ Module optionsNathan Sidwell1-0/+59
2020-11-13Decompose OpenACC 'kernels' constructs into parts, a sequence of compute cons...Gergö Barany1-0/+13
2020-11-13C-family, Objective-C [1/3] : Implement Wobjc-root-class [PR77404].Iain Sandoe1-0/+5
2020-11-07Objective-C : Implement NSObject attribute.Iain Sandoe1-0/+4
2020-11-05c++: Add -Wexceptions warning option [PR97675]Marek Polacek1-0/+4
2020-11-05c++: Implement -Wvexing-parse [PR25814]Marek Polacek1-0/+4
2020-11-03libcpp: dependency emission tidyingNathan Sidwell1-2/+2
2020-10-28c++: Deprecate arithmetic convs on different enums [PR97573]Marek Polacek1-1/+10
2020-10-23c, c++: Implement -Wsizeof-array-div [PR91741]Marek Polacek1-0/+5
2020-09-29c++: Implement -Wrange-loop-construct [PR94695]Marek Polacek1-0/+4
2020-09-22Fix some typosJakub Jelinek1-1/+1
2020-09-21c++: Implement -Wctad-maybe-unsupported.Marek Polacek1-0/+5
2020-09-19Infrastructure & C front end changes for array parameter checking (PR c/50584).Martin Sebor1-0/+12
2020-08-28Add -Wstringop-overread for reading past the end by string functions.Martin Sebor1-0/+4
2020-07-20Remove stray text from option description (PR c/96249).Martin Sebor1-1/+0
2020-07-14diagnostics: Support conversion of tabs to spaces [PR49973] [PR86904]Lewis Hyatt1-4/+0
2020-07-09Make memory copy functions scalar storage order barriersEric Botcazou1-1/+1
2020-05-13c++: Replace "C++2a" with "C++20".Jason Merrill1-4/+4
2020-03-28c++: Replay errors during diagnosis of constraint satisfaction failuresPatrick Palka1-0/+4
2020-03-15driver: Fix redundant descriptions in optionsLewis Hyatt1-11/+11
2020-03-02c++: Add -std=gnu++20 option [PR93958]Marek Polacek1-1/+5
2020-02-15c++: Add -std=c++20.Jason Merrill1-1/+5
2020-01-21PR c++/40752 - useless -Wconversion with short +=.Jason Merrill1-0/+4
2020-01-18[C++ coroutines] Initial implementation.Iain Sandoe1-0/+4
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-17PR c++/61339 - add warning for mismatch between struct and classMartin Sebor1-0/+8
2019-11-08Handle removal of old-style function definitions in C2x.Joseph Myers1-1/+1
2019-11-01PR middle-end/91679 - missing -Warray-bounds accessing a member array in a lo...Martin Sebor1-0/+4
2019-10-11Support decimal floating-point constants in C2x.Joseph Myers1-1/+1
2019-10-09PR tree-optimization/90879 - fold zero-equality of strcmp between a longer st...Martin Sebor1-0/+6
2019-10-09Update the concepts implementation to conform to C++20.Jason Merrill1-0/+4
2019-09-10Rename Deprecated to WarnRemoved in *.opt files.Martin Liska1-46/+46
2019-09-09Update comment of removed options.Martin Liska1-23/+23
2019-09-06Remove support for repo files (PR c++/91125).Martin Liska1-2/+2
2019-09-04Remove -fdeduce-init-list.Marek Polacek1-2/+2
2019-09-04Add warning Wenum-conversion for C and ObjC.Prathamesh Kulkarni1-0/+4
2019-08-29Implement P1152R4: Deprecating some uses of volatile.Marek Polacek1-0/+4
2019-08-28PR c++/91360 - Implement C++20 P1143R2: constinit.Marek Polacek1-0/+7
2019-08-05PR c++/91338 - Implement P1161R3: Deprecate a[b,c].Marek Polacek1-0/+4
2019-07-02re PR preprocessor/90581 (provide an option to adjust the maximum depth of ne...Qing Zhao1-0/+4
2019-06-27PR c++/55442 - memory-hog with highly recursive constexpr.Jason Merrill1-0/+4
2019-06-21PR c++/90875 - added -Wswitch-outside-range optionMatthew Beliveau1-0/+4
2019-06-11PR c++/90449 - add -Winaccessible-base option.Matthew Beliveau1-0/+4
2019-06-05c-pragma.c (handle_pragma_weak): Adjust quoting in a diagnostic.Martin Sebor1-1/+1
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-0/+4
2019-04-12re PR translation/90041 (Command line option without proper quoting in transl...Jakub Jelinek1-1/+1