c: New C2x keywords
[platform/upstream/gcc.git] / gcc / c / c-parser.cc
2022-09-07 Joseph Myersc: New C2x keywords
2022-09-06 Jakub Jelinekopenmp: Be consistent on parsing offsets between normal...
2022-09-03 Jakub Jelinekopenmp: Partial OpenMP 5.2 doacross and omp_cur_iterati...
2022-09-02 David Malcolmc/c++: new warning: -Wxor-used-as-pow [PR90885]
2022-08-31 Joseph Myersc: C2x attributes fixes and updates
2022-08-25 Marek Polacekc: Implement C23 nullptr (N3042)
2022-08-25 Joseph Myersc: Support C2x empty initializer braces
2022-08-11 Marek Polacekc-family: Honor -Wno-init-self for cv-qual vars [PR102633]
2022-08-08 Tom HonermannC: Implement C2X N2653 char8_t and UTF-8 string literal...
2022-07-10 Lewis Hyattc: Fix location for _Pragma tokens [PR97498]
2022-07-04 Tobias BurnusOpenMP: Move omp requires checks to libgomp
2022-07-01 Tobias BurnusOpenMP: Handle tofrom with target enter/exit data
2022-06-07 Jakub Jelinekopenmp: Add support for OpenMP 5.2 linear clause syntax...
2022-05-31 Jakub Jelinekopenmp: Add support for firstprivate and allocate claus...
2022-05-28 Jakub Jelinekopenmp: Adjust diagnostics about same variable in link...
2022-05-27 Jakub Jelinekopenmp: Add support for enter clause on declare target
2022-05-25 Jakub Jelinekc: Improve build_component_ref diagnostics [PR91134]
2022-05-24 Jakub Jelinekopenmp: Add taskwait nowait depend support [PR105378]
2022-05-17 Jakub Jelinekopenmp: Add support for inoutset depend-kind
2022-05-12 Jakub Jelinekopenmp: Add omp_all_memory support (C/C++ only so far)
2022-05-09 Martin LiskaCome up with {,UN}LIKELY macros.
2022-03-07 Jakub JelinekAdd missing space in various string literals
2022-02-17 Jakub Jelinekopenmp: Ensure proper diagnostics for -> in map/to...
2022-02-10 Marcel VollweilerC, C++, Fortran, OpenMP: Add 'has_device_addr' clause...
2022-02-09 Jakub Jelinekc: Fix up __builtin_assoc_barrier handling in the C...
2022-01-17 Martin LiskaChange references of .c files to .cc files
2022-01-17 Martin LiskaRename .c files to .cc files.