aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
2024-03-20Daily bump.GCC Administrator1-0/+9
2024-03-19openmp: Make c_omp_check_loop_binding_exprs diagnostics translatable [PR114364]Jakub Jelinek1-12/+39
2024-03-09Daily bump.GCC Administrator1-0/+7
2024-03-08c-family, c++: Fix up handling of types which may have padding in __atomic_{c...Jakub Jelinek1-6/+16
2024-03-06Daily bump.GCC Administrator1-0/+8
2024-03-05Regenerate c.opt.urlsMark Wielaard1-0/+3
2024-03-04c++/modules: relax diagnostic about GMF contentsPatrick Palka1-0/+4
2024-03-05Daily bump.GCC Administrator1-0/+4
2024-03-04Regenerate opt.urlsMark Wielaard1-174/+177
2024-02-23Daily bump.GCC Administrator1-0/+6
2024-02-22c: Handle scoped attributes in __has*attribute and scoped attribute parsing c...Jakub Jelinek1-1/+21
2024-02-11Daily bump.GCC Administrator1-0/+20
2024-02-10c++: DR2237, cdtor and template-id tweaks [PR107126]Marek Polacek2-0/+9
2024-02-10Add %[zt][diox] support to pretty-printJakub Jelinek1-5/+7
2024-02-10Use HOST_SIZE_T_PRINT_* and HOST_WIDE_INT_T_PRINT_* some moreJakub Jelinek1-1/+2
2024-02-02Daily bump.GCC Administrator1-0/+7
2024-02-01libcpp: Stabilize the location for macros restored after PCH load [PR105608]Lewis Hyatt1-8/+15
2024-02-01Daily bump.GCC Administrator1-0/+5
2024-01-31c++: add deprecation notice for -fconcepts-tsMarek Polacek1-0/+5
2024-01-28Daily bump.GCC Administrator1-0/+7
2024-01-26c-family: Fix ICE with large column number after restoring a PCH [PR105608]Lewis Hyatt1-3/+2
2024-01-24Daily bump.GCC Administrator1-0/+10
2024-01-23c: Call c_fully_fold on __atomic_* operands in atomic_bitint_fetch_using_cas_...Jakub Jelinek1-0/+6
2024-01-23Sort warning options in c-family/c.opt.Sandra Loosemore1-244/+244
2024-01-17Daily bump.GCC Administrator1-0/+6
2024-01-16Fix crash of -fdump-ada-spec in a pathological caseEric Botcazou1-0/+2
2024-01-12Daily bump.GCC Administrator1-0/+5
2024-01-11OpenMP: lvalue parsing for map/to/from clauses (C)Julian Brown1-0/+12
2024-01-10Daily bump.GCC Administrator1-0/+25
2024-01-09c++: P0847R7 (deducing this) - diagnostics. [PR102609]waffl3x1-0/+1
2024-01-09c-family: copy attribute diagnostic fixes [PR113262]Jakub Jelinek1-18/+14
2024-01-09OpenMP: lvalue parsing for map/to/from clauses (C++)Julian Brown2-4/+23
2024-01-05Daily bump.GCC Administrator1-0/+4
2024-01-04Add generated .opt.urls filesDavid Malcolm1-0/+1433
2024-01-03Update copyright years.Jakub Jelinek38-38/+38
2024-01-03Update Copyright year in ChangeLog filesJakub Jelinek1-1/+1
2023-12-22Daily bump.GCC Administrator1-0/+10
2023-12-21c++: Enable -Walloc-size and -Wcalloc-transposed-args warnings for C++Jakub Jelinek1-1/+1
2023-12-21ubsan: Add workaround for missing bitint libubsan support for shifts [PR113092]Jakub Jelinek1-0/+26
2023-12-21Daily bump.GCC Administrator1-0/+13
2023-12-20c-family: Use -Wdiscarded-qualifiers for ignored qualifiers in __atomic_*Florian Weimer1-2/+2
2023-12-20c: Split -Wcalloc-transposed-args warning from -Walloc-size, -Walloc-size fixesJakub Jelinek3-0/+77
2023-12-17Daily bump.GCC Administrator1-0/+22
2023-12-16Add support for target_version attributeAndrew Carlotti1-4/+36
2023-12-16c-family: Simplify attribute exclusion handlingAndrew Carlotti1-48/+30
2023-12-14Daily bump.GCC Administrator1-0/+40
2023-12-13c++: note other candidates when diagnosing deletednessPatrick Palka1-0/+4
2023-12-13c-family: rename warn_for_address_or_pointer_of_packed_memberJason Merrill2-19/+15
2023-12-13c-family: -Waddress-of-packed-member and castsJason Merrill1-55/+3
2023-12-13OpenMP/OpenACC: Rework clause expansion and nested struct handlingJulian Brown2-7/+939