aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-parser.cc
AgeCommit message (Expand)AuthorFilesLines
2024-11-08c: Implement C2y N3356, if declarations [PR117019]Marek Polacek1-56/+197
2024-10-31c: detect variably-modified types [PR117145,PR117245,PR100420]Martin Uecker1-2/+2
2024-10-30c: Diagnose char argument to __builtin_stdc_*Jakub Jelinek1-0/+8
2024-10-29c: Add __builtin_stdc_rotate_{left,right} builtins [PR117030]Jakub Jelinek1-1/+84
2024-10-25gcc: Remove trailing whitespaceJakub Jelinek1-39/+39
2024-10-22c: Better fix for speed up compilation of large char array initializers when ...Jakub Jelinek1-26/+16
2024-10-17c: Fix up speed up compilation of large char array initializers when not usin...Jakub Jelinek1-10/+25
2024-10-16c: Fix up uninitialized next.original_type use in #embed optimizationJakub Jelinek1-0/+1
2024-10-16c: Speed up compilation of large char array initializers when not using #embedJakub Jelinek1-0/+118
2024-10-16libcpp, c, middle-end: Optimize initializers using #embed in CJakub Jelinek1-2/+87
2024-10-15Provide new GCC builtin __builtin_counted_by_ref [PR116016]Qing Zhao1-0/+79
2024-10-15c: Implement C2Y N3355 - Named Loops [PR117022]Jakub Jelinek1-46/+185
2024-10-07OpenMP: Allocate directive for static vars, clean upTobias Burnus1-12/+17
2024-09-25OpenMP: Update OMP_REQUIRES_TARGET_USED for declare_target + interopTobias Burnus1-0/+3
2024-09-24OpenMP: Add support for 'self_maps' to the 'require' directiveTobias Burnus1-0/+3
2024-08-31c: Add support for unsequenced and reproducible attributesJakub Jelinek1-2/+3
2024-07-23C: Implement musttail attribute for returnsAndi Kleen1-13/+58
2024-07-20Revert "C: Implement musttail attribute for returns"Andi Kleen1-58/+13
2024-07-19C: Implement musttail attribute for returnsAndi Kleen1-13/+58
2024-07-09c: Rewrite c_parser_omp_tile_sizes to use c_parser_expr_listJakub Jelinek1-16/+9
2024-06-27c: Error message for incorrect use of static in array declarations.Martin Uecker1-33/+30
2024-06-25diagnostics: eliminate various implicit uses of global_dcDavid Malcolm1-1/+1
2024-06-25Fix PR c/115587, uninitialized variable in c_parser_omp_loop_nestSandra Loosemore1-3/+1
2024-06-11c: Add -std=c2y, -std=gnu2y, -Wc23-c2y-compat, C2Y _Generic with type operandJoseph Myers1-28/+54
2024-06-05openmp: OpenMP loop transformation supportJakub Jelinek1-15/+397
2024-05-31Convert references with "counted_by" attributes to/from .ACCESS_WITH_SIZE.Qing Zhao1-2/+8
2024-03-14OpenACC 2.7: front-end support for readonly modifierChung-Lin Tang1-7/+61
2024-02-26c: Improve some diagnostics for __builtin_stdc_bit_* [PR114042]Jakub Jelinek1-0/+21
2024-02-22c: Handle scoped attributes in __has*attribute and scoped attribute parsing c...Jakub Jelinek1-8/+6
2024-02-13OpenMP: Reject non-const 'condition' trait in FortranTobias Burnus1-1/+2
2024-01-11OpenMP: lvalue parsing for map/to/from clauses (C)Julian Brown1-16/+139
2024-01-09frontend: don't ice with pragma NOVECTOR if loop has no condition [PR113267]Tamar Christina1-1/+1
2024-01-03openmp: Adjust position of OMP_CLAUSE_INDIRECT in OpenMP clausesKwok Cheung Yeung1-2/+2
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-21c23: tag compatibility rules for enumsMartin Uecker1-1/+4
2023-12-20c: Split -Wcalloc-transposed-args warning from -Walloc-size, -Walloc-size fixesJakub Jelinek1-4/+11
2023-12-19OpenMP: Use enumerators for names of trait-sets and traitsSandra Loosemore1-160/+82
2023-12-19OpenMP: Unify representation of name-list properties.Sandra Loosemore1-2/+3
2023-12-19OpenMP: Introduce accessor macros and constructors for context selectors.Sandra Loosemore1-10/+17
2023-12-13OpenMP/OpenACC: Rework clause expansion and nested struct handlingJulian Brown1-6/+17
2023-12-11Fix regression causing ICE for structs with VLAs [PR 112488]Martin Uecker1-1/+1
2023-12-11OpenMP: Support acquires/release in 'omp require atomic_default_mem_order'Tobias Burnus1-2/+30
2023-11-24OpenMP: Add -Wopenmp and use itTobias Burnus1-16/+24
2023-11-24OpenMP: Accept argument to depobj's destroy clauseTobias Burnus1-1/+23
2023-11-23c: Add __builtin_stdc_* builtinsJakub Jelinek1-0/+291
2023-11-07openmp: Add support for the 'indirect' clause in C/C++Kwok Cheung Yeung1-13/+89
2023-11-07c: Refer more consistently to C23 not C2XJoseph Myers1-25/+25
2023-11-04openmp: Add omp::decl support for C2XJakub Jelinek1-3/+99
2023-11-04openmp: Add support for omp::directive and omp::sequence attributes in C2XJakub Jelinek1-41/+799
2023-10-25Disentangle handling of OpenACC 'host', 'self' pragma tokensThomas Schwinge1-21/+17