aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common
AgeCommit message (Expand)AuthorFilesLines
2023-06-21testsuite: move handle-multiline-outputs to before check for blank linesDavid Malcolm1-0/+2
2023-06-20libcpp: Improve location for macro names [PR66290]Lewis Hyatt9-11/+63
2023-06-20Improve DSE to handle stores before __builtin_unreachable ()Richard Biener1-1/+1
2023-06-15c: add name hints to c_parser_declspecs [PR107583]David Malcolm1-0/+10
2023-06-15libcpp: Diagnose #include after failed __has_include [PR80753]Jakub Jelinek1-0/+15
2023-06-15Fix 'dg-warning' in 'c-c++-common/Wfree-nonheap-object-3.c' for C++Thomas Schwinge1-1/+1
2023-06-14Tighten 'dg-warning' alternatives in 'c-c++-common/Wfree-nonheap-object{,-2,-...Thomas Schwinge3-8/+8
2023-06-12OpenMP: Cleanups related to the 'present' modifierTobias Burnus3-8/+18
2023-06-06openmp: Add support for the 'present' modifierTobias Burnus4-3/+138
2023-05-30OpenMP: Improve C/C++ parsing error message [PR109999]Tobias Burnus5-10/+10
2023-05-30riscv: add work around for PR sanitizer/82501Andreas Schwab1-0/+1
2023-05-22testsuite/52641: Fix tests that fail for 16-bit int / pointer targets.Georg-Johann Lay1-1/+1
2023-05-22Skip some tests that won't work for target AVR.Georg-Johann Lay10-0/+11
2023-05-17i386: Fix up types in __builtin_{inf,huge_val,nan{,s},fabs,copysign}q builtin...Jakub Jelinek1-0/+32
2023-05-08PHIOPT: Add diamond bb form to factor_out_conditional_conversionAndrew Pinski1-3/+3
2023-05-07Move substitute_and_fold over to use simple_dce_from_worklistAndrew Pinski1-2/+4
2023-04-30hwasan: adjust wording in expected output in testsMartin Liska4-7/+7
2023-04-28harden-conditionals: detach values before comparesAlexandre Oliva1-0/+24
2023-04-27testsuite: adjust NOP expectations for RISC-VJan Beulich3-3/+6
2023-04-25'omp scan' struct block seq update for OpenMP 5.xTobias Burnus1-0/+95
2023-04-04sanitizer: missing signed integer overflow errors [PR109107]Marek Polacek4-0/+96
2023-03-31c-c++-common/Warray-bounds.c: Fix excess warnings on LLP64Jonathan Yong1-4/+4
2023-03-28Don't emit -Wxor-used-as-pow on macro expansions [PR107002]David Malcolm4-0/+23
2023-03-26predict: Don't emit -Wsuggest-attribute=cold warning for functions which alre...Jakub Jelinek1-0/+19
2023-03-24diagnostics: ensure that .sarif files are UTF-8 encoded [PR109098]David Malcolm9-0/+186
2023-03-24json: preserve key-insertion order [PR109163]David Malcolm6-54/+61
2023-03-17c, ubsan: Instrument even shortened divisions [PR109151]Jakub Jelinek1-0/+14
2023-03-17openmp: Fix up handling of doacross loops with noreturn body in loops [PR108685]Jakub Jelinek1-0/+17
2023-03-16middle-end: always find a basename for -fdiagnostics-format=*Martin Liska1-0/+3
2023-03-16tree-optimization/109123 - run -Wuse-afer-free only earlyRichard Biener1-1/+1
2023-03-15diagnostics: attempt to capture crash info in SARIF output [PR109097]David Malcolm1-0/+5
2023-03-14c++: -Wreturn-type with if (true) throw [PR107310]Jason Merrill1-2/+2
2023-03-13libcpp: Fix ICE on directive inside _Pragma() operator [PR67046]Lewis Hyatt1-0/+10
2023-03-10ubsan: missed -fsanitize=bounds for compound ops [PR108060]Marek Polacek5-0/+88
2023-03-10c, c++, cgraphunit: Prevent duplicated -Wunused-value warnings [PR108079]Jakub Jelinek1-0/+10
2023-03-04c-family: Incremental fix for -Wsign-compare BIT_NOT_EXPR handling [PR107465]Jakub Jelinek1-0/+6
2023-03-04c-family: Fix up -Wsign-compare BIT_NOT_EXPR handling [PR107465]Jakub Jelinek2-0/+128
2023-03-03-Wdangling-pointer: don't mark SSA lhs sets as storesAlexandre Oliva1-2/+2
2023-03-02testsuite: Handle "packed" targets in c-c++-common/auto-init-7.c and -8.cHans-Peter Nilsson2-2/+2
2023-03-01OpenMP: Ignore side-effects when finding struct comps [PR108545]Tobias Burnus1-0/+19
2023-03-01ubsan: Add another testcase for [0] array in the middle of struct [PR108894]Jakub Jelinek1-0/+15
2023-02-24asan: adjust module name for global variablesMartin Liska1-1/+1
2023-02-22c-family: avoid compile-time-hog in c_genericize [PR108880]Marek Polacek1-0/+13
2023-02-15warn-access: wrong -Wdangling-pointer with labels [PR106080]Marek Polacek2-0/+21
2023-02-15c++: Add testcases from some Issaquah DRsJakub Jelinek1-0/+20
2023-02-11ipa-cp: Punt for too large offsets [PR108605]Jakub Jelinek1-0/+24
2023-02-11gcc/testsuite: fix excess warnings for mingw-w64Jonathan Yong1-3/+3
2023-02-09OpenMP: Parse align clause in allocate directive in C/C++Tobias Burnus1-0/+36
2023-01-26opts: SANITIZE_ADDRESS wrongly cleared [PR108543]Marek Polacek4-0/+60
2023-01-26testsuite: Fix hwasan/arguments-3.c failuresRichard Sandiford1-3/+3