This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
PR 999: ICE on 20001204 HPUX11: no longer repeatable
- To: gcc-bugs at gcc dot gnu dot org
- Subject: PR 999: ICE on 20001204 HPUX11: no longer repeatable
- From: rbrown64 at csc dot com dot au
- Date: Thu, 26 Apr 2001 16:07:14 +1000
- Cc: partain at ekbdc005 dot sps dot mot dot com
Number: 999
Category: c++
Synopsis: internal error, snapshot 20001204, hppa-hpux11
Severity: serious
Priority: medium
Responsible: unassigned
State: open
Class: ice-on-legal-code
Release: 2.97 20001204 (experimental)
Environment:
System: HP-UX ekbdc005 B.11.00 A 9000/785 2009327863
two-user license
host: hppa1.1-hp-hpux11
build: hppa1.1-hp-hpux11
target: hppa1.1-hp-hpux11
configured with: ./configure --prefix=/.
-ark-deploy/gcc--20001204 --with-gnu-as --disable-threads
--disable-libstdcxx-v3 hppa1.1-hp-hpux11
Description: Hit ICE in the course of normal trying-the-snapshot
Testing the provided `iomanip.ii' with builds from current snapshots works
though the snapshots aren't configured with --disable-threads and
--disable-libstdcxx-v3 .
bash-2.02$ ./xgcc -v -B./ -c -O9 ./iomanip.ii
Reading specs from ./specs
Configured with: ../gcc-20010423/configure --with-gnu-as
gcc version 3.0 20010423 (prerelease)
./cc1plus -fpreprocessed ./iomanip.ii -quiet -dumpbase iomanip.ii -O9
-version -o /var/tmp/ccOeYSWs.s
GNU CPP version 3.0 20010423 (prerelease) (cpplib) (hppa)
GNU C++ version 3.0 20010423 (prerelease) (hppa2.0-hp-hpux10.20)
compiled by GNU C version 3.0 20010423 (prerelease).
./as -o iomanip.o /var/tmp/ccOeYSWs.s
$ ./xgcc -v -c -B./ -O9 io*.ii
Reading specs from ./specs
Configured with: ../gcc-20010416/configure --enable-checking --with-gnu-as
gcc version 3.0 20010416 (prerelease)
./cc1plus -fpreprocessed iomanip.ii -quiet -dumpbase iomanip.ii -O9
-version -o /var/tmp/cc83rCQf.s
GNU CPP version 3.0 20010416 (prerelease) (cpplib) (hppa)
GNU C++ version 3.0 20010416 (prerelease) (hppa1.1-hp-hpux11.00)
compiled by GNU C version 3.0 20010416 (prerelease).
./as -o iomanip.o /var/tmp/cc83rCQf.s
$