aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)Author
2023-10-26Merge branch 'releases/gcc-13' into devel/omp/gcc-13Tobias Burnus
2023-10-21Daily bump.GCC Administrator
2023-10-20c-family: char8_t and aliasing in C vs C++ [PR111884]Marek Polacek
2023-10-20Daily bump.GCC Administrator
2023-10-19c++: Make -Wunknown-pragmas controllable by #pragma GCC diagnostic [PR89038]Lewis Hyatt
2023-08-18OpenMP: C++ attribute syntax fixes/testcases for "declare mapper"Sandra Loosemore
2023-08-10OpenMP: Enable 'declare mapper' mappers for 'target update' directivesJulian Brown
2023-08-10OpenMP: Introduce C_ORT_{,OMP_}DECLARE_MAPPER c_omp_region_type typesJulian Brown
2023-07-27Merge branch 'releases/gcc-13' into devel/omp/gcc-13Tobias Burnus
2023-07-27Update ChangeLog and version files for releasereleases/gcc-13.2.0Jakub Jelinek
2023-07-06OpenMP: Expand "declare mapper" mappers for target {enter,exit,} data directivesJulian Brown
2023-07-03OpenMP: Support strided and shaped-array updates for C++Julian Brown
2023-07-03OpenMP: Allow complete replacement of clause during map/to/from expansionJulian Brown
2023-06-30OpenMP: lvalue parsing for map clauses (C)Julian Brown
2023-06-30OpenMP: C++ "declare mapper" supportJulian Brown
2023-06-30OpenMP: lvalue parsing for map/to/from clauses (C++)Julian Brown
2023-06-19OpenACC: Reimplement "inheritance" for lexically-nested offload regionsJulian Brown
2023-06-19OpenMP/OpenACC: Rework clause expansion and nested struct handlingJulian Brown
2023-05-22Merge branch 'releases/gcc-13' into devel/omp/gcc-13Kwok Cheung Yeung
2023-05-20Daily bump.GCC Administrator
2023-05-19c++: add feature-test macro for auto(x)Patrick Palka
2023-05-18openmp: Add C/C++ support for "omp tile"Frederik Harwath
2023-05-18openacc: Rename OMP_CLAUSE_TILE to OMP_CLAUSE_OACC_TILEFrederik Harwath
2023-05-18openmp: Add C/C++ support for "omp unroll" directiveFrederik Harwath
2023-05-16Fix ICE in kernels-decompose-pr100280-1.c testcaseKwok Cheung Yeung
2023-05-16openmp: Implement uses_allocators clauseChung-Lin Tang
2023-05-16openmp: Add support for resolving metadirectives during parsing and Gimplific...Kwok Cheung Yeung
2023-05-16openmp: Add C support for parsing metadirectivesKwok Cheung Yeung
2023-05-12Relax some restrictions on the loop bound in kernels loop annotation.Sandra Loosemore
2023-05-12Clean up loop variable extraction in OpenACC kernels loop annotation.Sandra Loosemore
2023-05-12Permit calls to builtins and intrinsics in kernels loops.Sandra Loosemore
2023-05-12Annotate inner loops in "acc kernels loop" directives (C/C++).Sandra Loosemore
2023-05-12Kernels loops annotation: C and C++.Sandra Loosemore
2023-05-03Daily bump.GCC Administrator
2023-05-02c++: Move -Wdangling-reference to -Wextra [PR109642]Marek Polacek
2023-04-26Update ChangeLog and version files for releasereleases/gcc-13.1.0Jakub Jelinek
2023-03-29Daily bump.GCC Administrator
2023-03-28Don't emit -Wxor-used-as-pow on macro expansions [PR107002]David Malcolm
2023-03-28c-family: -Wsequence-point and COMPONENT_REF [PR107163]Jason Merrill
2023-03-18Daily bump.GCC Administrator
2023-03-17c, ubsan: Instrument even shortened divisions [PR109151]Jakub Jelinek
2023-03-11Daily bump.GCC Administrator
2023-03-10ubsan: missed -fsanitize=bounds for compound ops [PR108060]Marek Polacek
2023-03-05Daily bump.GCC Administrator
2023-03-04c-family: Incremental fix for -Wsign-compare BIT_NOT_EXPR handling [PR107465]Jakub Jelinek
2023-03-04c-family: Fix up -Wsign-compare BIT_NOT_EXPR handling [PR107465]Jakub Jelinek
2023-03-04c-family: Account for integral promotions of left shifts for -Wshift-overflow...Jakub Jelinek
2023-03-04Daily bump.GCC Administrator
2023-03-03[vxworks] make wint_t and wchar_t the same distinct typeAlexandre Oliva
2023-03-01Daily bump.GCC Administrator