aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-19forwprop: Further fixes for simplify_rotate [PR108440]Jakub Jelinek2-0/+106
2023-01-17forwprop: Fix up rotate pattern matching [PR106523]Jakub Jelinek4-0/+264
2023-01-16c, c++: Allow ignoring -Winit-self through pragmas [PR105593]Jakub Jelinek3-0/+108
2023-01-14c++: Avoid incorrect shortening of divisions [PR108365]Jakub Jelinek1-0/+16
2023-01-11preprocessor: Don't register pragmas in directives-only mode [PR108244]Lewis Hyatt3-0/+15
2023-01-04ubsan: Avoid narrowing of multiply for -fsanitize=signed-integer-overflow [PR...Jakub Jelinek1-0/+27
2022-12-19c-family: Fix ICE with -Wsuggest-attribute [PR98487]Marek Polacek1-0/+36
2022-12-16Add a new warning option -Wstrict-flex-arrays.Qing Zhao1-0/+9
2022-12-08[testsuite] [arm/aarch64] -fno-short-enums for auto-init-[12].cAlexandre Oliva2-2/+2
2022-12-06OpenMP: omp_get_max_teams, omp_set_num_teams, and omp_{gs}et_teams_thread_lim...Marcel Vollweiler1-1/+1
2022-12-05match.pd: Don't fold nan < x etc. for -ftrapping-math [PR106805]Jakub Jelinek2-4/+51
2022-11-28asan: fix unsafe optimization of Asan checks.Yuri Gribov1-0/+23
2022-11-21libcpp: Fix paste error with unknown pragma after macro expansionLewis Hyatt1-0/+10
2022-11-15diagnostics: Fix macro tracking for ad-hoc locationsLewis Hyatt1-0/+4
2022-11-15asan: update expected format based on ASANMartin Liska5-5/+5
2022-11-15Revert "docs: Fix expected diagnostics URL [PR107599]"Martin Liska3-3/+3
2022-11-11c-family: Support #pragma region/endregion [PR85487]Jonathan Wakely1-0/+11
2022-11-09docs: Fix expected diagnostics URL [PR107599]Martin Liska3-3/+3
2022-11-05c++: libcpp: Support raw strings with newlines in directives [PR55971]Lewis Hyatt2-0/+107
2022-11-04libcpp: Update to Unicode 15Jakub Jelinek1-0/+24
2022-10-28openmp: Allow optional comma after directive-specifier in C/C++Jakub Jelinek3-1/+634
2022-10-24c, c++: Fix up excess precision handling of scalar_to_vector conversion [PR10...Jakub Jelinek1-0/+30
2022-10-19match.pd: Add 2 TYPE_OVERFLOW_SANITIZED checks [PR106990]Jakub Jelinek1-0/+29
2022-10-18testsuite: Only run -fcf-protection test on i?86/x86_64 [PR107213]Marek Polacek1-0/+1
2022-10-14c++: Implement excess precision support for C++ [PR107097, PR323]Jakub Jelinek2-0/+2
2022-10-10c-family: ICE with [[gnu::nocf_check]] [PR106937]Marek Polacek1-0/+18
2022-10-06openmp: Map holds clause to IFN_ASSUME for C/C++Jakub Jelinek1-0/+23
2022-10-04openmp: Add begin declare target supportJakub Jelinek7-7/+73