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
2006-06-29
struct-layout-1_generate.c: Don't use common on darwin as we can't align comm...
Mike Stump
2
-3
/
+6
2006-06-29
* gcc.dg/vla-8.c: Add additional testcases.
Mike Stump
2
-0
/
+28
2006-06-28
re PR c++/27424 (Valid template-template-parameter rejected)
Jason Merrill
1
-0
/
+11
2006-06-28
re PR c++/27768 (wrong-code with vectors)
Jason Merrill
1
-0
/
+56
2006-06-26
re PR c++/28114 (ICE with struct definition in argument of template function)
Steve Ellcey
2
-0
/
+14
2006-06-25
re PR middle-end/28151 (ICE with complex math)
Eric Botcazou
2
-0
/
+14
2006-06-25
re PR fortran/25056 (non-PURE function should not be a valid argument)
Paul Thomas
8
-0
/
+251
2006-06-25
re PR c++/28054 (ICE with friend declaration of invalid bitfield)
Lee Millward
2
-0
/
+12
2006-06-25
re PR c++/28051 (ICE on invalid conversion operator)
Lee Millward
2
-0
/
+16
2006-06-24
re PR fortran/28081 (Undue compile-time error for zero-sized substring)
Francois-Xavier Coudert
3
-1
/
+19
2006-06-24
re PR fortran/28118 (ICE calling subroutine defined via explicit interface)
Paul Thomas
2
-0
/
+27
2006-06-24
gimplify.c (gimplify_scalar_mode_aggregate_compare): New function.
Olivier Hainque
3
-0
/
+48
2006-06-23
tree.h (DECIMAL_FLOAT_TYPE_P): New.
Janis Johnson
2
-0
/
+54
2006-06-23
re PR fortran/27981 (Strange error message for illegal integer constant)
Steven G. Kargl
2
-0
/
+12
2006-06-23
error22.C: Fix typo.
Lee Millward
2
-1
/
+5
2006-06-23
re PR c++/28112 (ICE with invalid argument in attribute)
Volker Reichelt
2
-0
/
+16
2006-06-23
tree.c (max_int_size_in_bytes): New function, inspired from code in function....
Olivier Hainque
2
-0
/
+33
2006-06-23
re PR c++/11468 (Deriving from CNI class java::lang::Object causing an ICE)
Volker Reichelt
2
-0
/
+16
2006-06-23
re PR target/27789 (attribute handling fallout from DECL_INITIAL changes)
Danny Smith
2
-0
/
+38
2006-06-23
re PR target/27531 (sparc: undefined reference to .LL226 with -O2)
Roger Sayle
2
-0
/
+119
2006-06-22
re PR fortran/24748 (substring of implicitly typed variable not rejected)
Asher Langton
2
-0
/
+21
2006-06-22
re PR c++/27821 (ICE with invalid ptr-to-member)
Lee Millward
2
-0
/
+12
2006-06-22
re PR rtl-optimization/28121 (verify_flow_info failed (wrong amount of branch...
Zdenek Dvorak
2
-1
/
+32
2006-06-22
re PR c++/27805 (ICE with ptr-to-member of incomplete class)
Lee Millward
2
-0
/
+16
2006-06-22
re PR c++/28111 (ICE with invalid friend in template class)
Volker Reichelt
2
-0
/
+14
2006-06-22
re PR c++/28110 (ICE with invalid template constant parameter)
Volker Reichelt
2
-0
/
+14
2006-06-22
re PR c++/28109 (ICE with typeid of incomplete type)
Volker Reichelt
2
-0
/
+17
2006-06-21
tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): New function.
Eric Botcazou
3
-0
/
+42
2006-06-21
mips.c (function_arg): Where one part of a complex argument is in registers a...
Joseph Myers
2
-0
/
+60
2006-06-21
varasm.c (mergeable_string_section): Check for embedded NULs and NUL terminat...
Jakub Jelinek
2
-0
/
+12
2006-06-20
re PR c++/28113 (vectors initialized in ctors, not at compile time, cause al...
Janis Johnson
2
-4
/
+9
2006-06-20
simplify.c (gfc_simplify_rrspacing): Initialize and clear mpfr_t variable.
Steven G. Kargl
2
-0
/
+13
2006-06-20
re PR c++/28052 (ICE on invalid bitfield)
Volker Reichelt
2
-0
/
+14
2006-06-20
re PR tree-optimization/27331 (segfault in fold_convert with -ftree-vectorize)
Zdenek Dvorak
2
-1
/
+62
2006-06-20
re PR ada/18692 (Ada should have a dg testsuite)
James A. Morrison
6
-0
/
+447
2006-06-20
re PR fortran/25049 (TRANSPOSE not allowed in initialisation expression)
Paul Thomas
3
-0
/
+80
2006-06-19
re PR middle-end/28075 (inliner introduces unnecessary type conversions)
Andrew Pinski
2
-1
/
+31
2006-06-19
[should have been in previous commit]
Anatoly Sokolov
1
-0
/
+9
2006-06-19
pr18241-1.c: Use __SIZE_TYPE__ instead of unsigned long in malloc prototype; ...
Anatoly Sokolov
4
-12
/
+4
2006-06-19
tree.c (variably_modified_type_p): VM arguments don't make the type a VM type.
Mike Stump
2
-0
/
+10
2006-06-19
re PR tree-optimization/27090 (FRE does not look past previous type casts)
Richard Guenther
2
-0
/
+26
2006-06-19
re PR target/27861 (ICE in expand_expr_real_1, at expr.c:6916)
Roger Sayle
2
-0
/
+72
2006-06-19
re PR middle-end/28045 (Bitfield, &&, and optimization => bad code generation)
Richard Guenther
2
-0
/
+27
2006-06-19
re PR tree-optimization/27341 (ICE in in add_virtual_operand with complex ty...
Daniel Berlin
2
-0
/
+15
2006-06-18
re PR fortran/26801 (-fbounds-check generates segfault)
Francois-Xavier Coudert
2
-0
/
+25
2006-06-18
re PR fortran/19310 ([4.1 Only] unnecessary error for overflowing results)
Jerry DeLisle
2
-0
/
+47
2006-06-17
re PR c++/28016 (emitting template constant)
Mark Mitchell
2
-0
/
+13
2006-06-16
re PR c++/27979 (conversion check confused by enum bitfields)
Mark Mitchell
2
-1
/
+13
2006-06-16
re PR c++/27884 (bogus error: invalid use of 'register' in linkage specificat...
Mark Mitchell
2
-0
/
+8
2006-06-16
re PR middle-end/27116 (Incorrect integer division (wrong sign).)
Richard Guenther
3
-0
/
+25
[next]