aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-opts.cc
AgeCommit message (Expand)AuthorFilesLines
2023-06-23c++: Add support for -std={c,gnu}++2{c,6}Marek Polacek1-1/+27
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-11-16c++: P2448 - Relaxing some constexpr restrictions [PR106649]Marek Polacek1-0/+4
2022-11-15diagnostics: Use an inline function rather than hardcoding <built-in> stringLewis Hyatt1-1/+1
2022-11-03c++: change -fconcepts to mean C++20 conceptsJason Merrill1-3/+0
2022-10-14c++: Implement excess precision support for C++ [PR107097, PR323]Jakub Jelinek1-10/+2
2022-10-10c++: Lambda context manglingNathan Sidwell1-1/+1
2022-09-01libcpp: Add -Winvalid-utf8 warning [PR106655]Jakub Jelinek1-0/+12
2022-08-16c++: Fix pragma suppression of -Wc++20-compat diagnostics [PR106423]Tom Honermann1-0/+7
2022-08-08preprocessor/106426: Treat u8 character literals as unsigned in char8_t modes.Tom Honermann1-0/+1
2022-08-08C: Implement C2X N2653 char8_t and UTF-8 string literal changesTom Honermann1-2/+2
2022-07-31c++: Fix location for -Wunused-macros [PR66290]Lewis Hyatt1-0/+6
2022-05-11opts: do not allow Separate+Joined ending with =Martin Liska1-1/+1
2022-05-09Enable match.pd dumping with -fdump-tree-originalAlex Coplan1-25/+6
2022-03-09c, c++, c-family: -Wshift-negative-value and -Wshift-overflow* tweaks for -fw...Jakub Jelinek1-2/+4
2022-01-17Change references of .c files to .cc filesMartin Liska1-2/+2
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+1842