index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-19
fortran: Inline unmasked integral MINLOC/MAXLOC with DIM [PR90608]
Mikael Morin
4
-6
/
+188
2024-11-19
fortran: Add tests covering inline MINLOC/MAXLOC with DIM [PR90608]
Mikael Morin
6
-0
/
+1434
2024-11-19
RISC-V: Load VLS perm indices directly from memory.
Robin Dapp
6
-0
/
+12
2024-11-19
expand: Fix up ICE on VCE from _Complex types to _BitInt [PR117458]
Jakub Jelinek
1
-0
/
+11
2024-11-19
bitintlower: Handle PAREN_EXPR [PR117459]
Jakub Jelinek
1
-0
/
+27
2024-11-19
bitintlower: Handle EXACT_DIV_EXPR like TRUNC_DIV_EXPR in bitint lowering [PR...
Jakub Jelinek
1
-0
/
+23
2024-11-19
testsuite: m68k: Fix tests for C23
Andreas Schwab
2
-2
/
+2
2024-11-19
[PATCH] testsuite: Require C99 for pow-to-ldexp.c
Soumya AR
1
-0
/
+1
2024-11-19
RISC-V: Remove unnecessary option for scalar SAT_TRUNC testcase
Pan Li
25
-48
/
+46
2024-11-19
RISC-V: Rearrange the test files for scalar SAT_TRUNC [NFC]
Pan Li
48
-0
/
+0
2024-11-19
Daily bump.
GCC Administrator
1
-0
/
+196
2024-11-18
c: Allow bool and enum null pointer constants [PR112556]
Joseph Myers
2
-0
/
+175
2024-11-18
libdiagnostics: add a "sarif-replay" command-line tool [PR96032]
David Malcolm
29
-0
/
+1788
2024-11-18
Add libdiagnostics (v4)
David Malcolm
38
-0
/
+2507
2024-11-18
testsuite: move dg-test cleanup code from gcc-dg.exp to its own file
David Malcolm
2
-101
/
+117
2024-11-18
i386: Enable *rsqrtsf2_sse without TARGET_SSE_MATH [PR117357]
Uros Bizjak
1
-0
/
+7
2024-11-18
Fix test failures for enum-alias-{1,2,3} on arm-eabi [PR117419]
Martin Uecker
3
-3
/
+3
2024-11-18
aarch64: Improve early-ra handling of reductions
Richard Sandiford
1
-0
/
+14
2024-11-18
diagnostics: add support for nested diagnostics [PR116253]
David Malcolm
8
-0
/
+286
2024-11-18
AVR: target/84211 - Add a post reload register optimization pass.
Georg-Johann Lay
3
-0
/
+295
2024-11-18
Fortran: add bounds-checking for ALLOCATE of CHARACTER with type-spec [PR53357]
Harald Anlauf
3
-9
/
+41
2024-11-18
tree-optimization/117594 - fix live op vectorization for length masked case
Richard Biener
1
-0
/
+20
2024-11-18
[committed][RISC-V][PR target/117595] Fix bogus use of simplify_gen_subreg
Jeff Law
1
-0
/
+5
2024-11-18
PR modula2/117660: Errors referring to variables of type array could display ...
Gaius Mulley
1
-0
/
+8
2024-11-18
PR modula2/117371: Add check for zero step in for loop
Gaius Mulley
1
-0
/
+18
2024-11-18
testsuite: Move test pr117093.c into gcc.target/aarch64.
Jennifer Schmitz
1
-0
/
+0
2024-11-18
RISC-V: Add else operand to masked loads [PR115336].
Robin Dapp
2
-0
/
+35
2024-11-18
match: Fix the `max<a,b>==0` pattern for pointers [PR117646]
Andrew Pinski
1
-0
/
+21
2024-11-18
libcpp: add .c++-header-unit target
Jason Merrill
1
-0
/
+7
2024-11-17
testsuite: Fix pr101145inf*.c testcases [PR117494]
Andrew Pinski
3
-3
/
+10
2024-11-17
Improve ext-dce's ability to eliminate more extensions
Jeff Law
1
-0
/
+44
2024-11-18
Daily bump.
GCC Administrator
1
-0
/
+13
2024-11-17
c: Implement -Wdeprecated-non-prototype
Florian Weimer
4
-0
/
+86
2024-11-17
Add __builtion_unreachable to vector::size(), vector::capacity()
Jan Hubicka
1
-1
/
+1
2024-11-17
Daily bump.
GCC Administrator
1
-0
/
+216
2024-11-16
Avoid expicit builtion list in tree-ssa-dce
Jan Hubicka
1
-0
/
+12
2024-11-16
match: Optimize `max(a,b) == 0` to `(a|b) == 0` for unsigned [PR115275]
Andrew Pinski
3
-0
/
+75
2024-11-16
MATCH: Simplify `min(a, b) op max(a, b)` to `a op b` [PR109401]
Eikansh Gupta
2
-0
/
+96
2024-11-16
[committed] RISC-V testsuite adjustments for c23
Jeff Law
33
-40
/
+38
2024-11-16
[committed] Adjust ARC tests after c23 changes
Jeff Law
1
-1
/
+1
2024-11-16
Fortran: Fix segmentation fault in defined assignment [PR109066]
Paul Thomas
1
-0
/
+61
2024-11-16
Fix various sh tests to work with c23
Jeff Law
7
-83
/
+83
2024-11-16
[committed] Fix compilation of testglue wrapper after c23 changes
Jeff Law
1
-1
/
+1
2024-11-16
testsuite: pru: Fix pr64366.c for new -std=gnu23 default
Dimitar Dimitrov
1
-1
/
+1
2024-11-16
Handle unsigned constants for module I/O.
Thomas Koenig
1
-0
/
+12
2024-11-16
Ignore conditions guarding __builtin_unreachable in inliner metrics
Jan Hubicka
1
-0
/
+9
2024-11-16
c++: adjust some tests for modules
Jason Merrill
4
-7
/
+7
2024-11-16
c: fix ICE when forming composite type for two structures / unions [PR117548]
Martin Uecker
1
-0
/
+12
2024-11-16
testsuite: i386: adapt to -std=gnu23 default change
Sam James
1
-1
/
+1
2024-11-16
testsuite: graphite: adapt to -std=gnu23 default change
Sam James
3
-2
/
+3
[next]