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/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
2015-11-24
re PR fortran/68486 (187.facerec in SPEC CPU 2000 failed to build)
Steven G. Kargl
3
-0
/
+35
2015-11-24
re PR c++/68278 (internal compiler error with C++14 polymorphic lambda and ty...
Paolo Carlini
2
-0
/
+16
2015-11-24
re PR c++/68388 (incomplete type bug when using decltype)
Paolo Carlini
2
-0
/
+47
2015-11-24
fix PR67984: check for constants in rename map
Aditya Kumar
2
-0
/
+23
2015-11-24
re PR rtl-optimization/68392 (ICE: SIGSEGV in update_uses (fwprop.c:896) with...
Michael Matz
2
-0
/
+13
2015-11-24
* gcc.dg/sso/dump.h: Force IO to be putchar function call on nvptx.
Nathan Sidwell
2
-1
/
+12
2015-11-24
Testcase for PR rtl-optimization/68381
Kyrylo Tkachov
2
-0
/
+27
2015-11-24
[AArch64][v2] Improve comparison with complex immediates followed by branch/cset
Kyrylo Tkachov
3
-0
/
+54
2015-11-24
Fix PR68497 (ICE with -fno-checking)
Mikhail Maltsev
2
-0
/
+13
2015-11-24
[AARCH64][PATCH 3/3] Adding tests to check proper error reporting of out of...
Bilyan Borisov
13
-0
/
+219
2015-11-24
[cfgloop] PR middle-end/68375: Restructure get_loop_body_in_bfs_order to hand...
Kyrylo Tkachov
2
-0
/
+44
2015-11-24
re PR target/68483 (gcc 5.2: suboptimal code compared to 4.9)
Jakub Jelinek
3
-0
/
+43
2015-11-24
re PR c/68337 ([MPX] memcpy() for arrays with function pointers results in hu...
Ilya Enkovich
3
-0
/
+47
2015-11-24
[RTL-ree] PR rtl-optimization/68194: Restrict copy instruction in presence of...
Kyrylo Tkachov
3
-0
/
+81
2015-11-24
* gcc.c-torture/execute/lto-tbaa-1.c: New testcase.
Jan Hubicka
2
-0
/
+46
2015-11-23
Fix PR objc/68438 (uninitialized source ranges)
David Malcolm
3
-0
/
+192
2015-11-23
fix PR68493: bail out when codegen_error is set
Aditya Kumar
2
-1
/
+41
2015-11-23
fix PR68279: bail out when scev gets instantiated to not_known
Aditya Kumar
2
-0
/
+34
2015-11-23
re PR tree-optimization/68455 (ICE: tree check: expected integer_cst, have pl...
Marek Polacek
2
-0
/
+24
2015-11-23
re PR tree-optimization/68465 (pass_lim doesn't detect identical loop entry c...
Richard Biener
2
-0
/
+31
2015-11-23
[AArch64] PR target/68363 Check that argument is real INSN in aarch64_madd_ne...
Kyrylo Tkachov
2
-0
/
+24
2015-11-23
[AARCH64] Adding constant folding for __builtin_fmulx* with scalar 32 and 64 ...
Bilyan Borisov
5
-0
/
+201
2015-11-23
re PR c++/68001 ([cilkplus] ICE in cp_gimplify_expr, at cp/cp-gimplify.c:760)
Igor Zamyatin
2
-0
/
+23
2015-11-23
[Patch] Drop constant overflow flag in adjust_range_with_scev when possible
Jiong Wang
2
-0
/
+22
2015-11-23
re PR tree-optimization/68327 (ICE on valid code at -O3 on x86_64-linux-gnu i...
Ilya Enkovich
2
-0
/
+20
2015-11-23
Always call free_stmt_vec_info_vec in gather_scalar_reductions
Tom de Vries
2
-0
/
+40
2015-11-23
libsanitizer merge from upstream r253555, compiler part.
Max Ostapenko
3
-0
/
+52
2015-11-23
re PR target/68482 (No vectorization for x86-64)
Richard Biener
2
-0
/
+23
2015-11-23
re PR tree-optimization/68445 (ICE: internal compiler error: in operator[], a...
Richard Biener
2
-0
/
+24
2015-11-23
S/390: Fix symbol ref alignment
Robin Dapp
2
-0
/
+51
2015-11-23
re PR fortran/52251 (Nonadvancing I/O and the t edit descriptor)
Jerry DeLisle
2
-0
/
+10
2015-11-22
re PR target/68390 (Incorrect code due to indirect tail call of varargs funct...
Kugan Vivekanandarajah
2
-0
/
+32
2015-11-22
fmt_g0_1.f08: Update test.
Jerry DeLisle
2
-2
/
+6
2015-11-22
re PR fortran/68486 (187.facerec in SPEC CPU 2000 failed to build)
Steven G. Kargl
2
-0
/
+15
2015-11-22
dump-parse-tree.c (show_namespace): Handle declares.
James Norris
3
-4
/
+78
2015-11-22
[AARCH64][PATCH 2/3] Implementing vmulx_lane NEON intrinsic variants
Bilyan Borisov
13
-0
/
+932
2015-11-21
simplify.c (gfc_simplify_cshift): Implement simplification of CSHIFT.
Steven G. Kargl
2
-0
/
+50
2015-11-21
* gcc.dg/atomic-generic.c: Include <string.h>.q
Nathan Sidwell
2
-0
/
+5
2015-11-21
* gfortran.dg/submodule_6.f08: Add dg-require-effective-target lto.
David Edelsohn
2
-1
/
+6
2015-11-21
vbase1.C: Also run on i?86-*-*.
Uros Bizjak
2
-1
/
+5
2015-11-21
re PR debug/66432 (libgomp.c/appendix-a/a.29.1.c -O2 -g: type mismatch betwee...
Jakub Jelinek
2
-0
/
+24
2015-11-21
re PR go/66406 (go.test/test/nilptr.go FAILs with PIE)
Ian Lance Taylor
2
-0
/
+10
2015-11-20
vbase1.C: Only run on x86_64-*-* as this testcase isn't portable.
Mike Stump
2
-1
/
+6
2015-11-20
Add testcase erroneously omitted from r230638
David Malcolm
1
-0
/
+89
2015-11-20
PR 62314: add ability to add fixit-hints to a diagnostic
David Malcolm
5
-0
/
+177
2015-11-20
re PR middle-end/68339 (g++.dg/vect/simd-clone-2.cc ICEs with aggressive GC s...
Jakub Jelinek
2
-0
/
+22
2015-11-20
c-common.c (shorten_compare): But look through macros from system headers.
Jason Merrill
1
-0
/
+12
2015-11-20
[ARM] Do not expand movmisalign pattern if not in 32-bit mode
Kyrylo Tkachov
2
-0
/
+22
2015-11-20
[multiple changes]
Paul Thomas
3
-1
/
+30
2015-11-20
[ARM] Disable neon testing for armv7-m
Andre Vieira
2
-2
/
+8
[next]