This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/16914] New: Stage1 compiler is miscompiled
- From: "hjl at lucon dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Aug 2004 17:09:22 -0000
- Subject: [Bug target/16914] New: Stage1 compiler is miscompiled
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
As of Sat Aug 7 16:35:18 UTC 2004, stage1 compiler is miscompiled:
[hjl@gnu-20 gcc]$ cat foo.c
void
foo (void)
{
}
[hjl@gnu-20 gcc]$ ./xgcc -B./ -S foo.c
foo.c: In function `foo':
foo.c:4: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
I suspect the patch
http://gcc.gnu.org/ml/gcc-patches/2004-08/msg00305.html
is the cause.
--
Summary: Stage1 compiler is miscompiled
Product: gcc
Version: 3.5.0
Status: UNCONFIRMED
Keywords: build
Severity: normal
Priority: P2
Component: target
AssignedTo: jakub at redhat dot com
ReportedBy: hjl at lucon dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: x86_64-unknown-linux-gnu
GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16914