aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
AgeCommit message (Expand)AuthorFilesLines
2024-11-19fortran: Inline unmasked integral MINLOC/MAXLOC with DIM [PR90608]Mikael Morin4-6/+188
2024-11-19fortran: Add tests covering inline MINLOC/MAXLOC with DIM [PR90608]Mikael Morin6-0/+1434
2024-11-19RISC-V: Load VLS perm indices directly from memory.Robin Dapp6-0/+12
2024-11-19expand: Fix up ICE on VCE from _Complex types to _BitInt [PR117458]Jakub Jelinek1-0/+11
2024-11-19bitintlower: Handle PAREN_EXPR [PR117459]Jakub Jelinek1-0/+27
2024-11-19bitintlower: Handle EXACT_DIV_EXPR like TRUNC_DIV_EXPR in bitint lowering [PR...Jakub Jelinek1-0/+23
2024-11-19testsuite: m68k: Fix tests for C23Andreas Schwab2-2/+2
2024-11-19[PATCH] testsuite: Require C99 for pow-to-ldexp.cSoumya AR1-0/+1
2024-11-19RISC-V: Remove unnecessary option for scalar SAT_TRUNC testcasePan Li25-48/+46
2024-11-19RISC-V: Rearrange the test files for scalar SAT_TRUNC [NFC]Pan Li48-0/+0
2024-11-19Daily bump.GCC Administrator1-0/+196
2024-11-18c: Allow bool and enum null pointer constants [PR112556]Joseph Myers2-0/+175
2024-11-18libdiagnostics: add a "sarif-replay" command-line tool [PR96032]David Malcolm29-0/+1788
2024-11-18Add libdiagnostics (v4)David Malcolm38-0/+2507
2024-11-18testsuite: move dg-test cleanup code from gcc-dg.exp to its own fileDavid Malcolm2-101/+117
2024-11-18i386: Enable *rsqrtsf2_sse without TARGET_SSE_MATH [PR117357]Uros Bizjak1-0/+7
2024-11-18Fix test failures for enum-alias-{1,2,3} on arm-eabi [PR117419]Martin Uecker3-3/+3
2024-11-18aarch64: Improve early-ra handling of reductionsRichard Sandiford1-0/+14
2024-11-18diagnostics: add support for nested diagnostics [PR116253]David Malcolm8-0/+286
2024-11-18AVR: target/84211 - Add a post reload register optimization pass.Georg-Johann Lay3-0/+295
2024-11-18Fortran: add bounds-checking for ALLOCATE of CHARACTER with type-spec [PR53357]Harald Anlauf3-9/+41
2024-11-18tree-optimization/117594 - fix live op vectorization for length masked caseRichard Biener1-0/+20
2024-11-18[committed][RISC-V][PR target/117595] Fix bogus use of simplify_gen_subregJeff Law1-0/+5
2024-11-18PR modula2/117660: Errors referring to variables of type array could display ...Gaius Mulley1-0/+8
2024-11-18PR modula2/117371: Add check for zero step in for loopGaius Mulley1-0/+18
2024-11-18testsuite: Move test pr117093.c into gcc.target/aarch64.Jennifer Schmitz1-0/+0
2024-11-18RISC-V: Add else operand to masked loads [PR115336].Robin Dapp2-0/+35
2024-11-18match: Fix the `max<a,b>==0` pattern for pointers [PR117646]Andrew Pinski1-0/+21
2024-11-18libcpp: add .c++-header-unit targetJason Merrill1-0/+7
2024-11-17testsuite: Fix pr101145inf*.c testcases [PR117494]Andrew Pinski3-3/+10
2024-11-17Improve ext-dce's ability to eliminate more extensionsJeff Law1-0/+44
2024-11-18Daily bump.GCC Administrator1-0/+13
2024-11-17c: Implement -Wdeprecated-non-prototypeFlorian Weimer4-0/+86
2024-11-17Add __builtion_unreachable to vector::size(), vector::capacity()Jan Hubicka1-1/+1
2024-11-17Daily bump.GCC Administrator1-0/+216
2024-11-16Avoid expicit builtion list in tree-ssa-dceJan Hubicka1-0/+12
2024-11-16match: Optimize `max(a,b) == 0` to `(a|b) == 0` for unsigned [PR115275]Andrew Pinski3-0/+75
2024-11-16MATCH: Simplify `min(a, b) op max(a, b)` to `a op b` [PR109401]Eikansh Gupta2-0/+96
2024-11-16[committed] RISC-V testsuite adjustments for c23Jeff Law33-40/+38
2024-11-16[committed] Adjust ARC tests after c23 changesJeff Law1-1/+1
2024-11-16Fortran: Fix segmentation fault in defined assignment [PR109066]Paul Thomas1-0/+61
2024-11-16Fix various sh tests to work with c23Jeff Law7-83/+83
2024-11-16[committed] Fix compilation of testglue wrapper after c23 changesJeff Law1-1/+1
2024-11-16testsuite: pru: Fix pr64366.c for new -std=gnu23 defaultDimitar Dimitrov1-1/+1
2024-11-16Handle unsigned constants for module I/O.Thomas Koenig1-0/+12
2024-11-16Ignore conditions guarding __builtin_unreachable in inliner metricsJan Hubicka1-0/+9
2024-11-16c++: adjust some tests for modulesJason Merrill4-7/+7
2024-11-16c: fix ICE when forming composite type for two structures / unions [PR117548]Martin Uecker1-0/+12
2024-11-16testsuite: i386: adapt to -std=gnu23 default changeSam James1-1/+1
2024-11-16testsuite: graphite: adapt to -std=gnu23 default changeSam James3-2/+3