Version: 4.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
GCC host triplet: i386-*
http://gcc.gnu.org/bugzilla
gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
GCC target triplet: m68k-linux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26415
tus: UNCONFIRMED
Severity: normal
Priority: P3
Component: rtl-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
GCC build triplet: ia64-linux-gnu
GCC host triplet: ia64-linux-gnu
GCC target triplet: ia64-
Product: gcc
Version: 4.0.3
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
GCC build triplet: i486-linu
gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
GCC build triplet: i486-linux-gnu
GCC host triplet: i486-linux-gnu
GCC target triplet: i486-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26558
unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26559
Priority: P3
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
GCC build triplet: mips-linux-gnu
GCC host triplet: mips-linux-gnu
GCC target triplet: mips-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26560
--- Comment #1 from debian-gcc at lists dot debian dot org 2006-03-04
18:32 ---
Created an attachment (id=10967)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10967&action=view)
Testcase
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26560
--- Comment #2 from debian-gcc at lists dot debian dot org 2006-03-04
18:32 ---
Created an attachment (id=10968)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10968&action=view)
Reduced testcase
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26560
normal
Priority: P3
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
GCC build triplet: x86_64-linux-gnu
GCC host triplet: x86_64-linux-gnu
GCC target triplet: x86_64-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26562
oduct: gcc
Version: 4.1.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26670
--- Comment #2 from debian-gcc at lists dot debian dot org 2006-03-13
23:53 ---
It's not just a missing warning, it also changes behavior:
int& foo(nonpod_pack& n) {
return n.n.i; // this passes
}
int& foo(nonpod_pack2& p) {
return p.p.n.i
erity: normal
Priority: P3
Component: middle-end
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26672
--- Comment #5 from debian-gcc at lists dot debian dot org 2006-03-19
10:30 ---
same ICE with 4.1.0
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24221
atus: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26755
--- Comment #7 from debian-gcc at lists dot debian dot org 2006-03-19
12:21 ---
Created an attachment (id=11068)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11068&action=view)
proposed patch
patch, proposed at http://bugs.debian.org/356316
--
http://gcc.gnu.org/b
verity: major
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26757
--- Comment #1 from debian-gcc at lists dot debian dot org 2006-03-19
13:02 ---
Created an attachment (id=11069)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11069&action=view)
preprocessed source
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26757
tice C syntax
error
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian d
P3
Component: tree-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26763
nd
Product: gcc
Version: 4.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26852
--- Comment #7 from debian-gcc at lists dot debian dot org 2006-03-24
17:24 ---
testing fix ...
--- libjava/configure.ac~ 2006-03-14 01:03:16.0 +
+++ libjava/configure.ac2006-03-24 18:14:55.0 +
@@ -340,6 +340,7 @@
# We need this as qt is
Priority: P3
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
GCC host triplet: alpha-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26866
--- Comment #1 from debian-gcc at lists dot debian dot org 2006-03-25
11:16 ---
Created an attachment (id=11124)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11124&action=view)
ada test summary
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26866
--- Comment #3 from debian-gcc at lists dot debian dot org 2006-03-25
22:23 ---
sorry, already removed. Each attempt to run a testcase resulted in an segfault.
Matthias
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26866
: normal
Priority: P3
Component: tree-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27085
Product: gcc
Version: 3.4.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
CC: gcc-bugs at gcc
--- Additional Comments From debian-gcc at lists dot debian dot org
2005-05-03 12:30 ---
on powerpc-linux, the build fails earlier:
stage2/xgcc -Bstage2/ -B/usr/powerpc-linux/bin/ -c -O2 -DIN_GCC -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-error
--- Additional Comments From debian-gcc at lists dot debian dot org
2005-05-08 13:54 ---
turned out as a side effect of the gpc build.
--
What|Removed |Added
ot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21697
--- Additional Comments From debian-gcc at lists dot debian dot org
2005-05-21 18:10 ---
(In reply to comment #3)
> (In reply to comment #1)
> > This is undefined, see the full discussion on the gcc list:
> > http://gcc.gnu.org/ml/gcc/2005-05/msg00073.html
>
> - o
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21703
tedBy: debian-gcc at lists dot debian dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21709
Version: 4.0.1
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fastjar
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
CC: gcc-bugs at gcc dot gnu dot org
y: critical
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19004
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: rtl-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build
--- Additional Comments From debian-gcc at lists dot debian dot org
2004-12-15 10:58 ---
Created an attachment (id=7746)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7746&action=view)
preprocessed source
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19005
--
What|Removed |Added
Known to fail||3.4.4
Known to work||3.3.5 3.4.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id
ned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19006
MED
Severity: normal
Priority: P2
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: arm-linux
GCC host triplet: arm
--- Additional Comments From debian-gcc at lists dot debian dot org
2004-12-22 22:47 ---
according to http://bugs.debian.org/286840 (if that's the same thing), this is
broken in gcc-3.3 CVS and gcc-3.4 CVS as well. Latest known working version is
gcc-3.3.5.
--
--- Additional Comments From debian-gcc at lists dot debian dot org
2004-12-22 23:13 ---
sorry, forgot to add that the 3.3 version I tested had H.J.Lu's unwind exception
handling patches applied, backported from the 3.4 branch. I'll recheck with a
vanilla gcc-3.3 C
2
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: arm-linux
GCC host triplet: arm-linux
GCC target triplet: arm-linux
http://gcc.gnu.
--
What|Removed |Added
Keywords||ice-on-valid-code
Known to fail||4.0.0
Known to work|
--- Additional Comments From debian-gcc at lists dot debian dot org
2004-12-26 21:28 ---
Created an attachment (id=7826)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7826&action=view)
preprocessed source
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19162
--- Additional Comments From debian-gcc at lists dot debian dot org
2004-12-28 06:31 ---
the patch fixes the ICE, libobjc built sucessfully.
--
What|Removed |Added
--- Additional Comments From debian-gcc at lists dot debian dot org
2005-01-07 21:36 ---
[tried to reopen the report, but didn't succeed, and You tried to change the
Versions this fails on field from 3.3.3 3.4.0 4.0.0 to 3.3.3 3.4.0]
The patch applies to the 3.3 branch as wel
--- Additional Comments From debian-gcc at lists dot debian dot org
2005-01-08 16:07 ---
[add reference to http://bugs.debian.org/288721]
--
What|Removed |Added
ormal
Priority: P2
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC host triplet: alpha-linux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19456
--- Additional Comments From debian-gcc at lists dot debian dot org
2005-01-15 12:00 ---
started a new build ...
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18615
gression] bootstrap failure on i486-linux
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-g
Summary: wrong code on i486 compiling with f77 -fno-automatic -O1
Product: gcc
Version: 3.3.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy:
--
What|Removed |Added
Keywords||wrong-code
Known to fail||2.95.4 3.3.5 3.4.3
http://gcc.gnu.org/bugzilla/sho
--- Additional Comments From debian-gcc at lists dot debian dot org
2005-01-16 16:35 ---
Created an attachment (id=7966)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7966&action=view)
test case
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19469
--- Additional Comments From debian-gcc at lists dot debian dot org
2005-01-16 16:59 ---
g77 -O1 -ffloat-store work for 3.3.4, but not for 3.4.3.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19469
--- Additional Comments From debian-gcc at lists dot debian dot org
2005-01-16 21:39 ---
according to rth, some build tools are miscompiled on 64bit targets by the
stage1 compiler, but they can be copied from another build. without the
pregenerated files, I get until:
gnatgcc -c -g
--- Additional Comments From debian-gcc at lists dot debian dot org
2005-01-18 07:18 ---
sucessfully bootstrapped, test results at
http://gcc.gnu.org/ml/gcc-testresults/2005-01/msg00805.html
Matthias
--
What|Removed |Added
: P2
Component: libgcj
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19527
--- Additional Comments From debian-gcc at lists dot debian dot org
2005-01-26 06:57 ---
yes, fixed by the mentioned patch.
Matthias
--
What|Removed |Added
--- Additional Comments From debian-gcc at lists dot debian dot org
2005-01-30 09:01 ---
BTS masters, please set the target milestone to 4.0
Thanks, Matthias
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11941
okup broken?
Product: gcc
Version: 3.3.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
CC: gc
unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19711
--- Additional Comments From debian-gcc at lists dot debian dot org
2005-02-01 11:55 ---
at least that breaks the bootstrap on a Debian x86_64 system (glibc-2.3.2
based):
Matthias
./xgcc -B./ -B/usr/lib/gcc-snapshot/x86_64-linux-gnu/bin/ -isystem
/usr/lib/gcc-snapshot/x86_64-linux
nu dot org
ReportedBy: debian-gcc at lists dot debian dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: alpha-linux
GCC host triplet: alpha-linux
GCC target triplet: alpha-linux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19934
--- Additional Comments From debian-gcc at lists dot debian dot org 2004-10-15
04:00 ---
reconfirmed with 20041014, bootstraps ok when configured for i686-linux.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17813
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18007
--
What|Removed |Added
Known to fail||3.3.5 3.4.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18007
figure script, ICE on
every C++ conftest.
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at li
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: m68k-linux
GCC host triplet: m68k-linux
GCC target triplet: m68k-linux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18189
--
What|Removed |Added
Known to fail||3.3.5
Known to work||3.2.3 3.3.4 3.4.2
http://gcc.gnu.org/bugzilla/show_bug.
--- Additional Comments From debian-gcc at lists dot debian dot org 2004-10-31
07:24 ---
same with 20041030
--
What|Removed |Added
CC
failure on
powerpc-linux
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debi
ity: normal
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18588
--
What|Removed |Added
Keywords||diagnostic
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18588
t gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: amd64-linux
GCC host triplet: amd64-linux
GCC target triplet: amd64-linux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18589
n_before, at emit-
rtl.c:3599
Product: gcc
Version: 3.4.3
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at l
--
What|Removed |Added
Known to fail||3.2.3 3.3.5 3.4.3
Known to work||3.0.4
http://gcc.gnu.org/bugzilla/show_bug.
--- Additional Comments From debian-gcc at lists dot debian dot org
2004-11-21 10:59 ---
Created an attachment (id=7574)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7574&action=view)
preprocessed source
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18590
nt: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18591
Priority: P2
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: m68k-linux
GCC host triplet: m68k-linux
GCC target triplet:
--- Additional Comments From debian-gcc at lists dot debian dot org
2004-11-21 11:44 ---
Created an attachment (id=7575)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7575&action=view)
preprocessed source
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18592
--
What|Removed |Added
CC||zippel at linux-m68k dot
||org, schwab at suse dot de
Known
Version: 3.3.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build t
--- Additional Comments From debian-gcc at lists dot debian dot org
2004-11-21 13:14 ---
Created an attachment (id=7576)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7576&action=view)
preprocessed source
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18593
--
What|Removed |Added
Known to fail||3.2.3 3.3.5 3.4.3
Known to work||3.0.4 3.4.0
Summary|[3.3 / 3.4 re
--
What|Removed |Added
Summary|[3.3 / 3.4 regression] |[3.3 / 3.4 regression] ICE
||in insn_default_length, at
4.0.0
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
CC: bcollins at debian dot org,drow at false dot
--- Additional Comments From debian-gcc at lists dot debian dot org
2004-11-22 22:38 ---
Created an attachment (id=7582)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7582&action=view)
biarch patch
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18615
--- Additional Comments From debian-gcc at lists dot debian dot org
2004-11-22 22:39 ---
Created an attachment (id=7583)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7583&action=view)
preprocessed source
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18615
p failure
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
CC: eb
--- Additional Comments From debian-gcc at lists dot debian dot org
2004-11-23 07:56 ---
> I presume sparc64-linux does bootstrap fine?
No, bootstrap on sparc64-linux fails earlier in stage2, submitted as PR18622.
Matthias
--
What|Removed |Ad
--- Additional Comments From debian-gcc at lists dot debian dot org
2004-11-24 20:16 ---
still seeing the ICE with 20041124 on powerpc-linux:
Matthias
[...]
../../xgcc -B../../ -c -g -O2 -fPIC -W -Wall -gnatpg s-stratt.adb -o
s-stratt.o
+===GNAT BUG
: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18677
--- Additional Comments From debian-gcc at lists dot debian dot org
2004-11-25 21:19 ---
Created an attachment (id=7611)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7611&action=view)
preprocessed source
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18677
--
What|Removed |Added
Known to fail||3.4.3 4.0.0
Known to work||3.3.5
http://gcc.gnu.org/bugzilla/show_bug.cgi?id
FIRMED
Severity: normal
Priority: P2
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: x86_64-linux
GCC host triplet:
--- Additional Comments From debian-gcc at lists dot debian dot org
2004-11-28 22:09 ---
Created an attachment (id=7630)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7630&action=view)
preprocessed source
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18709
dot org
ReportedBy: debian-gcc at lists dot debian dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: ia64-linux
GCC host triplet: ia64-linux
GCC target triplet: ia64-linux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18823
--
What|Removed |Added
Known to fail||3.4.3
Known to work||3.3.5
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18823
--- Additional Comments From debian-gcc at lists dot debian dot org
2004-12-04 10:15 ---
Created an attachment (id=7669)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7669&action=view)
preprocessed source
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18823
401 - 500 of 527 matches
Mail list logo