aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-10Replace label_text ctor with "borrow" and "take"David Malcolm2-1/+6
2019-12-10diagnostic_show_locus: move initial newline to callersDavid Malcolm3-4/+10
2019-12-06c-cppbuiltin.c (c_cpp_builtins): Don't define __cpp_consteval for now.Jakub Jelinek2-1/+6
2019-12-05PR c++/91353 - P1331R2: Allow trivial default init in constexpr contexts.Marek Polacek2-1/+9
2019-12-05PR c++/92271 - make __is_same alias for __is_same_as.Marek Polacek2-0/+6
2019-12-03PR c++/91363 - P0960R3: Parenthesized initialization of aggregates.Marek Polacek2-0/+7
2019-11-30cgraph.h (symtab_node): Add symver flag.Jan Hubicka2-0/+64
2019-11-30[C] Add a target hook that allows targets to verify type usageRichard Sandiford2-1/+22
2019-11-27Implement P1814R0, CTAD for alias templates.Jason Merrill2-1/+7
2019-11-26re PR c++/61414 (enum class bitfield size-checking needs a separate warning f...Jakub Jelinek2-0/+7
2019-11-25Fix typo in C++2a paper number - P1920R1 -> P1902R1Jakub Jelinek1-1/+1
2019-11-25Prevent all uses of DFP when unsupported (PR c/91985).Joseph Myers4-5/+24
2019-11-23re PR middle-end/83859 (Please add new attribute which will establish relatio...Jakub Jelinek2-4/+20
2019-11-22re PR c/90677 (gcc-9.1.0 fails to build __gcc_diag__ souce: error: 'cgraph_no...Jakub Jelinek3-19/+30
2019-11-22Implement P1902R1, Missing feature-test macros 2017-2019.Jakub Jelinek2-3/+19
2019-11-22PR middle-end/83859 - attributes to associate pointer arguments and sizesMartin Sebor4-6/+404
2019-11-21Make more bad uses of fallthrough attribute into pedwarns.Joseph Myers2-1/+6
2019-11-19Change some bad uses of C2x attributes into pedwarns.Joseph Myers2-1/+14
2019-11-15Improve checks on C2x fallthrough attribute.Joseph Myers3-2/+7
2019-11-15Support C2x [[deprecated]] attribute.Joseph Myers3-3/+7
2019-11-14Support UTF-8 character constants for C2x.Joseph Myers2-1/+8
2019-11-14c-omp.c (c_omp_check_context_selector): Add nvidia to the list of valid vendors.Jakub Jelinek2-1/+4
2019-11-14omp-general.c (omp_context_name_list_prop): New function.Jakub Jelinek2-19/+23
2019-11-13Add C2x *_NORM_MAX constants to <float.h>.Joseph Myers2-3/+15