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]

PR 999: ICE on 20001204 HPUX11: no longer repeatable


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
$


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