aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common
AgeCommit message (Expand)AuthorFilesLines
2024-10-23libcpp: Add -Wleading-whitespace= warningJakub Jelinek4-0/+224
2024-10-22c: Better fix for speed up compilation of large char array initializers when ...Jakub Jelinek1-0/+19
2024-10-22c-family: Fix up -Wsizeof-pointer-memaccess ICEs [PR117230]Jakub Jelinek1-0/+29
2024-10-19diagnostics: libcpp: Improve locations for _Pragma lexing diagnostics [PR114423]Lewis Hyatt2-5/+21
2024-10-17c: Fix up speed up compilation of large char array initializers when not usin...Jakub Jelinek1-0/+97
2024-10-16testsuite: Prepare for -std=gnu23 defaultJoseph Myers8-1/+8
2024-10-16c: Speed up compilation of large char array initializers when not using #embedJakub Jelinek3-0/+654
2024-10-16gimplify: Small RAW_DATA_CST gimplification fixJakub Jelinek1-0/+52
2024-10-16libcpp, c, middle-end: Optimize initializers using #embed in CJakub Jelinek3-0/+118
2024-10-15libcpp: Add -Wtrailing-blanks warningJakub Jelinek10-0/+351
2024-10-14libcpp: Fix _Pragma("GCC system_header") [PR114436]Lewis Hyatt3-0/+9
2024-10-14libcpp: Support extended characters for #pragma {push,pop}_macro [PR109704]Lewis Hyatt1-0/+203
2024-10-12libcpp, genmatch: Use gcc_diag instead of printf for libcpp diagnosticsJakub Jelinek28-270/+270
2024-10-08contrib, libcpp, libstdc++: Update to Unicode 16.0Jakub Jelinek1-0/+4
2024-10-07OpenMP: Allocate directive for static vars, clean upTobias Burnus3-20/+151
2024-10-07nvptx: Re-enable all variants of 'c-c++-common/torture/complex-sign-mixed-add...Thomas Schwinge2-2/+0
2024-10-04testsuite: add missing braces around dejagnu directivesSam James2-2/+2
2024-10-02phiopt: Fix VCE moving by rewriting it into cast [PR116098]Andrew Pinski1-0/+46
2024-10-02libcpp: Implement clang -Wheader-guard warning [PR96842]Jakub Jelinek17-0/+105
2024-09-30diagnostics: use "%e" to avoid intermediate strings [PR116613]David Malcolm1-6/+3
2024-09-25OpenMP: Fix testsuite failure on x86 with -m32Sandra Loosemore1-1/+1
2024-09-24OpenMP: Check additional restrictions on context selector propertiesSandra Loosemore5-11/+37
2024-09-24OpenMP: Add support for 'self_maps' to the 'require' directiveTobias Burnus3-1/+8
2024-09-14testsuite: adjust pragma-diag-17.c diagnosticsJason Merrill1-1/+1
2024-09-12testsuite: introduce hostedlib effective targetAlexandre Oliva122-0/+187
2024-09-12libcpp, v2: Add support for gnu::base64 #embed parameterJakub Jelinek4-0/+239
2024-09-12libcpp: adjust pedwarn handlingJason Merrill1-0/+25
2024-09-12libcpp: Add support for gnu::offset #embed/__has_embed parameterJakub Jelinek2-0/+119
2024-09-12libcpp, c-family: Add (dumb) C23 N3017 #embed support [PR105863]Jakub Jelinek20-0/+755
2024-09-05c-family: add attribute flag_enum [PR81665]Jason Merrill1-0/+37
2024-09-03PR116080: Fix test suite checks for musttailAndi Kleen7-7/+7
2024-08-31phiopt: Ignore some nop statements in heursics [PR116098]Andrew Pinski1-0/+84
2024-08-31c: Add support for unsequenced and reproducible attributesJakub Jelinek4-0/+322
2024-08-13testsuite: Fix fam-in-union-alone-in-struct-2.c with unsigned char [PR116148]Kewen Lin1-1/+1
2024-08-13testsuite: Fix struct size check [PR116155]Dimitar Dimitrov1-1/+1
2024-08-12This fixes problems with tests that exceed a data type or the maximum stack f...Joern Rennecke2-1/+2
2024-08-05sh: Don't call make_insn_raw in sh_recog_treg_set_expr [PR116189]Andrew Pinski1-0/+30
2024-08-02forwprop: Don't add uses to dce list if debug statement [PR116156]Andrew Pinski1-0/+30
2024-08-01testsuite: Adjust fam-in-union-alone-in-struct-2.c to support BE [PR116148]Kewen Lin1-5/+17
2024-07-31testsuite: fix 'dg-do-compile' typosSam James1-1/+1
2024-07-30testsuite: fix 'dg-compile' typosSam James1-1/+1
2024-07-30testsuite: fix whitespace in dg-do preprocess directiveSam James1-1/+1
2024-07-30testsuite: fix dg-do run whitespaceSam James3-3/+3
2024-07-25c++: Implement C++26 P2558R2 - Add @, $, and ` to the basic character set [PR...Jakub Jelinek13-32/+29
2024-07-24diagnostics: SARIF output: add "annotations" property (§3.28.6)David Malcolm1-0/+8
2024-07-24diagnostics: SARIF output: add "{start,end}TimeUtc" properties (§§3.20.7-8)David Malcolm1-0/+5
2024-07-24diagnostics: SARIF output: add "arguments" property (§3.20.2)David Malcolm1-0/+5
2024-07-24diagnostics: SARIF output: add "workingDirectory" property (§3.20.19)David Malcolm1-0/+1
2024-07-24diagnostics: SARIF output: potentially add escaped renderings of source (§3....David Malcolm1-0/+9
2024-07-23Add tests for C/C++ musttail attributesAndi Kleen9-0/+172