This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/16914] New: Stage1 compiler is miscompiled


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]