aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common
AgeCommit message (Expand)AuthorFilesLines
2025-12-05OpenMP: C/C++ parser support for dyn_groupprivateTobias Burnus2-0/+100
2025-11-27reassociation: Fix canonical ordering in some casesAndrew Pinski1-2/+2
2025-11-25gimplify, ubsan: Fix -fopenmp -fsanitize=bounds ICE [PR120052]Jakub Jelinek1-0/+32
2025-11-25openmp: Fix up OpenMP expansion of collapsed loops [PR120564]Jakub Jelinek1-0/+15
2025-11-23OpenMP: Fix "begin declare variant" test failure with -m32Sandra Loosemore1-2/+2
2025-11-22OpenMP: C/C++ common testcases for "omp begin declare variant"Sandra Loosemore9-0/+425
2025-11-19Fix typo in sol2.hRainer Orth1-1/+1
2025-11-17Improve LIM dump and some testcasesRichard Biener1-1/+1
2025-11-17OpenMP/OpenACC tests. vs C++26Jakub Jelinek41-203/+207
2025-11-15testsuite: Fix up c-c++-common/asan/asan-stack-small.c testJakub Jelinek1-4/+12
2025-10-30gimple-fold: Remove assume_aligned foldingAndrew Pinski1-1/+3
2025-10-30Revert "forwprop: Fix copy prop for alignment after the final folding [PR1220...Andrew Pinski1-3/+1
2025-10-26forwprop: Fix copy prop for alignment after the final folding [PR122086]Andrew Pinski1-1/+3
2025-10-24OpenMP: Fix bogus diagnostics with intervening code [PR121452]Paul-Antoine Arras2-0/+34
2025-10-22testsuite: Fix local labels [PR122378]Paul-Antoine Arras2-2/+2
2025-10-21OpenMP: Handle non-executable directives in intervening code [PR120180,PR122306]Paul-Antoine Arras4-5/+71
2025-10-21OpenMP: Update directive arrays used for 'omp assume(s)' with contains/absentTobias Burnus3-3/+5
2025-10-20c++, gimplify: Implement C++26 P2795R5 - Erroneous behavior for uninitialized...Thomas Schwinge1-0/+2
2025-10-10testsuite: Fix vector-subscript-4.c [PR116421]Stefan Schulze Frielinghaus1-3/+5
2025-10-09c++: C++26 va_start - part of P3348R4 - C++26 should refer to C23 not C17Jakub Jelinek2-2/+2
2025-10-08Update to Unicode 17.0.0Jakub Jelinek1-0/+1
2025-10-08gimplify: Fix up __builtin_c[lt]zg gimplification [PR122188]Jakub Jelinek1-0/+15
2025-10-06stmt: Handle %cc[name] in resolve_asm_operand_names [PR122133]Jakub Jelinek1-0/+12
2025-10-05Disable some testcase for -OgAndrew Pinski1-2/+3
2025-10-04c++, gimplify: Implement C++26 P2795R5 - Erroneous behavior for uninitialized...Jakub Jelinek14-11/+22
2025-09-24gimple-fold/fab: Move ASSUME_ALIGNED handling to gimple-fold [PR121762]Andrew Pinski2-4/+21
2025-09-11testsuite: Add tests for PR c/107419 and PR c++/107393H.J. Lu3-0/+50
2025-08-26testsuite; Fix unprotected-allocas-1.c at -O3 [PR121684]Andrew Pinski1-2/+2
2025-08-26OpenMP: Improve front-end error-checking for "declare variant"Sandra Loosemore1-2/+2
2025-08-15c++: Warn on #undef/#define of remaining cpp.predefined macros [PR120778]Jakub Jelinek1-6/+6
2025-08-08tailc: Handle other forms of finally_tmp.N conditional cleanups after musttai...Jakub Jelinek4-0/+196
2025-08-06c++: Add test for vt/ff in line commentsJakub Jelinek2-0/+24
2025-08-06openmp: Add support for iterators in 'target update' clauses (C/C++)Kwok Cheung Yeung3-0/+61
2025-08-06openmp: Add support for iterators in map clauses (C/C++)Kwok Cheung Yeung5-10/+115
2025-08-05libcpp: Add testcase for CWG2579 [PR120778]Jakub Jelinek1-5/+5
2025-07-29calls: Allow musttail calls to noreturn [PR121159]Jakub Jelinek1-0/+17
2025-07-15c, c++: Fix unused result for empty types [PR82134]Jeremy Rifkin1-0/+16
2025-07-15c, c++: Extend -Wunused-but-set-* warnings [PR44677]Jakub Jelinek13-2/+662
2025-07-11testsuite: Add testcase for already fixed PR [PR120954]Jakub Jelinek1-0/+21
2025-07-11ipa: Disallow signature changes in fun->has_musttail functions [PR121023]Jakub Jelinek1-0/+23
2025-07-03OpenMP: Add omp_get_initial_device/omp_get_num_devices builtins: Fix test casesThomas Schwinge1-2/+2
2025-07-01tailc: Handle musttail in case of non-cleaned-up cleanups, especially ASan re...Jakub Jelinek2-0/+66
2025-06-30diagnostics: remove "json" output formatDavid Malcolm9-204/+0
2025-06-30Extend nonnull_if_nonzero attribute [PR120520]Jakub Jelinek2-0/+73
2025-06-23OpenACC: Add 'if' clause to 'acc wait' directiveTobias Burnus1-0/+51
2025-06-23tailc: Allow musttail tail calls with -fsanitize=address [PR120608]Jakub Jelinek2-0/+82
2025-06-11c/c++: Handle '#pragma GCC target optimize' early [PR48026]Gwenole Beauchesne1-0/+10
2025-06-06OpenMP: Add omp_get_initial_device/omp_get_num_devices builtinsTobias Burnus2-0/+61
2025-06-02OpenMP: Handle more cases in user/condition selectorSandra Loosemore4-3/+46
2025-05-30OpenMP: Support OpenMP 5.0 "declare mapper" directives for CJulian Brown11-18/+88