aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-common.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-20preprocessor: Revert premature changeNathan Sidwell1-2/+1
2020-05-20preprocessor: cleanups in c-common handlingNathan Sidwell1-1/+2
2020-05-13c++: Replace "C++2a" with "C++20".Jason Merrill1-1/+1
2020-05-07c-family: Fix error-recovery ICE on __builtin_speculation_safe_value [PR94968]Jakub Jelinek1-1/+3
2020-04-27c-family: Fix ICE on __builtin_speculation_safe_value () [PR94755]Jakub Jelinek1-2/+4
2020-03-20c-family: Tighten vector handling in type_for_mode [PR94072]Richard Sandiford1-4/+7
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek1-1/+1
2020-01-23PR c/84919 - bogus -Wrestrict on sprintf %p with destination as argumentMartin Sebor1-2/+20
2020-01-22c-family: Remove location parm from unsafe_conversion_p.Jason Merrill1-10/+7
2020-01-21Handle -Wsign-conversion in conversion_warning.Jason Merrill1-59/+22
2020-01-18[C++ coroutines] Initial implementation.Iain Sandoe1-0/+5
2020-01-07whitespaceJason Merrill1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-05PR c++/92271 - make __is_same alias for __is_same_as.Marek Polacek1-0/+1
2019-11-30[C] Add a target hook that allows targets to verify type usageRichard Sandiford1-1/+14
2019-11-25Prevent all uses of DFP when unsupported (PR c/91985).Joseph Myers1-3/+6
2019-11-22PR middle-end/83859 - attributes to associate pointer arguments and sizesMartin Sebor1-4/+4
2019-11-19Change some bad uses of C2x attributes into pedwarns.Joseph Myers1-1/+9
2019-11-08[C] Opt out of GNU vector extensions for built-in SVE typesRichard Sandiford1-9/+12
2019-11-02PR c++/88335 - Implement P1073R3: Immediate functionsJakub Jelinek1-0/+1
2019-10-28PR c/66970 - Add __has_builtin() macroMartin Sebor1-2/+1
2019-10-14[C] Avoid exposing internal details in aka typesRichard Sandiford1-0/+47
2019-10-11Support _Decimal* keywords for C2x.Joseph Myers1-3/+3
2019-09-27[C][C++] Allow targets to check calls to BUILT_IN_MD functionsRichard Sandiford1-3/+15
2019-09-06Remove support for repo files (PR c++/91125).Martin Liska1-5/+0
2019-08-28PR c++/91360 - Implement C++20 P1143R2: constinit.Marek Polacek1-2/+6
2019-08-27re PR c++/91415 (Invalid warning for C++17 sequencing of shift operator E1<<E2.)Jakub Jelinek1-1/+12
2019-08-23re PR middle-end/91283 (gcc.dg/torture/c99-contract-1.c FAILs)Jakub Jelinek1-1/+1
2019-08-22PR middle-end/91490 - bogus argument missing terminating nul warning on strle...Martin Sebor1-16/+38
2019-08-15c-common.c (c_stddef_cpp_builtins): When the GIMPLE FE is enabled, define __S...Richard Biener1-0/+4
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford1-2/+1
2019-07-03Remove another bunch of dead assignment.Martin Liska1-2/+2
2019-06-25Implement alternate "__intN__" form of "__intN" typeJozef Lawrynowicz1-0/+6
2019-06-24ipa-utils.h (type_with_linkage_p): Verify that type is CXX_ODR_P.Jan Hubicka1-1/+2
2019-06-21PR c++/90953 - ICE with -Wmissing-format-attribute.Marek Polacek1-3/+3
2019-05-29re PR c/90628 (__builtin_mul_overflow writes to const qualified integer)Jakub Jelinek1-0/+7
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-7/+9
2019-05-15re PR tree-optimization/90474 (ICE: verify_gimple failed (error: DECL_GIMPLE_...Richard Biener1-0/+2
2019-04-30[GC PATCH] Correct TS marking of _EXPR nodesNathan Sidwell1-2/+3
2019-04-19re PR c/89888 (When switch controlling expression is promoted from type narro...Jakub Jelinek1-96/+6
2019-03-25PR c/89812 - incorrect maximum in error: requested alignment '536870912' exce...Martin Sebor1-6/+7
2019-03-21hash-table.h (hash_table): Add Lazy template parameter defaulted to false...Jakub Jelinek1-1/+1
2019-03-19PR tree-optimization/89688 - -Wstringop-overflow confused by const 2D array o...Martin Sebor1-1/+49
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-6/+6
2019-03-08re PR tree-optimization/89550 (Spurious array-bounds warning when using __PRE...Jakub Jelinek1-7/+5
2019-02-18PR middle-end/89294 - ICE in valid_constant_size_pMartin Sebor1-0/+7
2019-02-16Fix excess warnings from -Wtype-limits with location wrappers (PR c++/88680)David Malcolm1-3/+10
2019-02-11PR c++/87996 - size of array is negative error when SIZE_MAX/2 < sizeof(array...Martin Sebor1-16/+69
2019-01-29re PR c/86125 (missing -Wbuiltin-declaration-mismatch on a mismatched return ...Jakub Jelinek1-12/+7
2019-01-14Implement P0482R5, char8_t: A type for UTF-8 characters and stringsTom Honermann1-2/+39