aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
2020-05-13c++: Replace "C++2a" with "C++20".Jason Merrill8-27/+37
2020-05-12Suppress warning for Interfaces.C with -fdump-ada-specEric Botcazou2-3/+10
2020-05-08preprocessor: Reimplement directives only processing, support raw literals.Nathan Sidwell2-11/+181
2020-05-07c-family: Add "nonstatic" to badwords.Marek Polacek2-0/+5
2020-05-07c-family: Fix error-recovery ICE on __builtin_speculation_safe_value [PR94968]Jakub Jelinek2-1/+11
2020-05-06add a new option -flarge-source-files.qing zhao2-0/+11
2020-05-05Remove files meant for a private branchMichael Meissner1-4/+0
2020-05-05setup branchMichael Meissner1-0/+4
2020-05-05c-attribs.c: Fix warning about use of uninitialized variable nunitsStefan Schulze Frielinghaus2-1/+11
2020-05-01Add patch_area_size and patch_area_entry to crtlH.J. Lu2-0/+15
2020-04-29diagnostics: Add %{...%} pretty-format support for URLs and use it in -Wpsabi...Jakub Jelinek2-0/+6
2020-04-27c-family: Fix ICE on __builtin_speculation_safe_value () [PR94755]Jakub Jelinek2-2/+10
2020-04-23c-family: Fix ICE on attribute with -fgnu-tm [PR94733]Marek Polacek2-1/+7
2020-04-14c++: "'decltype_type' not supported" in diagnostic [PR85278]Patrick Palka2-1/+11
2020-04-13PR c/92326 - wrong bound in zero-length array diagnosticsMartin Sebor2-1/+9
2020-04-13coroutines: Rename the coroutines cpp builtin.Iain Sandoe2-1/+6
2020-04-02c/94392 - only enable -ffinite-loops for C++Richard Biener2-0/+10
2020-03-28c++: Replay errors during diagnosis of constraint satisfaction failuresPatrick Palka2-0/+8
2020-03-27PR c++/94346 - [9/10 Regression] ICE due to handle_copy_attribute since r9-3982Martin Sebor2-11/+19
2020-03-27PR c++/94098 - ICE on attribute access redeclarationMartin Sebor2-8/+10
2020-03-23c++: Handle COMPOUND_EXPRs in get_narrower and warnings_for_convert_and_check...Jakub Jelinek2-0/+11
2020-03-20c-family: Tighten vector handling in type_for_mode [PR94072]Richard Sandiford2-4/+14
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek2-1/+6
2020-03-15driver: Fix redundant descriptions in optionsLewis Hyatt2-11/+15
2020-03-02c++: Add -std=gnu++20 option [PR93958]Marek Polacek2-1/+10
2020-03-01PR middle-end/92721 - checking ICE on attribute access redeclarationMartin Sebor2-2/+25
2020-02-25c: Small diagnostics tweak - add missing ? after did you mean [PR93858]Jakub Jelinek2-1/+7
2020-02-15c++: Add -std=c++20.Jason Merrill2-1/+9
2020-02-15Fix duplicates for anonymous structures with -fdump-ada-specEric Botcazou2-67/+88
2020-02-10PR c/93640 - The write_only and read_write attributes can be mistyped due to ...Martin Sebor2-2/+7
2020-02-10c-format: -Wformat-diag fix [PR93641]Jakub Jelinek2-2/+7
2020-02-03[OpenACC] bump version for 2.6 plus libgomp.texi updateTobias Burnus2-1/+6
2020-01-29c++: Drop alignas restriction for stack variables.Jason Merrill2-61/+6
2020-01-23c-family: One more 40752 tweak for unsigned char.Jason Merrill2-3/+11
2020-01-23PR c/84919 - bogus -Wrestrict on sprintf %p with destination as argumentMartin Sebor2-2/+26
2020-01-22c-family: Fix problems with blender and PPC from PR 40752 patch.Jason Merrill2-23/+31
2020-01-22c-family: Remove location parm from unsafe_conversion_p.Jason Merrill3-14/+10
2020-01-21PR c++/40752 - useless -Wconversion with short +=.Jason Merrill3-9/+74
2020-01-21Handle -Wsign-conversion in conversion_warning.Jason Merrill4-76/+81
2020-01-20[PR 80005] Fix __has_includeNathan Sidwell2-6/+5
2020-01-18[C++ coroutines] Initial implementation.Iain Sandoe5-0/+26
2020-01-10Add diagnostic pathsDavid Malcolm3-0/+15
2020-01-10PR c/93132 - bogus 'attribute((access))' warning when size-index is specifiedMartin Sebor2-3/+10
2020-01-07whitespaceJason Merrill2-2/+2
2020-01-01Update copyright years.Jakub Jelinek39-39/+43
2019-12-20c-ada-spec.h (decl_sloc): Delete.Eric Botcazou3-2/+6
2019-12-20OpenACC 2.6 deep copy: C and C++ front-end partsJulian Brown4-0/+43
2019-12-19Add OpenACC 2.6's no_createJulian Brown2-0/+9
2019-12-17PR c++/61339 - add warning for mismatch between struct and classMartin Sebor2-0/+13
2019-12-11Introduce pretty_printer::clone vfuncDavid Malcolm3-0/+14