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]

ICE in optimizer on hpux 10.20


The ICE occurs when -O flag is set (I don't know about other
levels of  -O, just that it will compile without it...which is all that 
we care about here....).  It is not limited to 1.1.1, 2.91.57 also ICE'd.


Reading specs from /opt/tools/hppa1.1-hpux10.20/lib/gcc-lib/hppa1.1-hpux10.20/egcs-2.91.60/specs
gcc version egcs-2.91.60 19981201 (egcs-1.1.1 release)
 /opt/tools/hppa1.1-hpux10.20/lib/gcc-lib/hppa1.1-hpux10.20/egcs-2.91.60/cpp -lang-c++ -v -I/vol/Zinc/source -I/vol/Zinc/include -I/usr/include/X11R6 -undef -D__GNUC__=2 -D__GNUG__=2 -D__cplusplus -D__GNUC_MINOR__=91 -Dhppa -Dhp9000s800 -D__hp9000s800 -Dhp9k8 -DPWB -Dhpux -Dunix -D__hppa__ -D__hp9000s800__ -D__hp9000s800 -D__hp9k8__ -D__PWB__ -D__hpux__ -D__unix__ -D__hppa -D__hp9000s800 -D__hp9k8 -D__PWB -D__hpux -D__unix -Asystem(unix) -Asystem(hpux) -Acpu(hppa) -Amachine(hppa) -D__EXCEPTIONS -D__OPTIMIZE__ -D__hp9000s700 -D_PA_RISC1_1 -D_HPUX_SOURCE -D_HIUX_SOURCE z_bnum.cxx z_bnum.ii
GNU CPP version egcs-2.91.60 19981201 (egcs-1.1.1 release) (hppa)
#include "..." search starts here:
#include <...> search starts here:
 /vol/Zinc/source
 /vol/Zinc/include
 /usr/include/X11R6
 /opt/tools/hppa1.1-hpux10.20/lib/gcc-lib/hppa1.1-hpux10.20/egcs-2.91.60/include/g++
 /usr/local/include
 /opt/tools/hppa1.1-hpux10.20/hppa1.1-hpux10.20/include
 /opt/tools/hppa1.1-hpux10.20/lib/gcc-lib/hppa1.1-hpux10.20/egcs-2.91.60/include
 /usr/include
End of search list.
 /opt/tools/hppa1.1-hpux10.20/lib/gcc-lib/hppa1.1-hpux10.20/egcs-2.91.60/cc1plus z_bnum.ii -quiet -dumpbase z_bnum.cc -O -version -o z_bnum.s
GNU C++ version egcs-2.91.60 19981201 (egcs-1.1.1 release) (hppa1.1-hpux10.20) compiled by GNU C version egcs-2.91.60 19981201 (egcs-1.1.1 release).
z_bnum.cxx: In function `static int ZafBignumData::Parse(void **, ZafIChar **, ZafIChar, int, int, const ZafIChar **)':
z_bnum.cxx:1297: Internal compiler error.
z_bnum.cxx:1297: Please submit a full bug report to `egcs-bugs@cygnus.com'.
z_bnum.cxx:1297: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.

The savetemps file

---
Doug Semler                       | doug@seaspace.com
SeaSpace Corporation              | Garbage In -- Gospel Out
Least Senior Software Developer;  | Minister of things to do Next Quarter
Low Man on the Totem Pole         | (but will Never Be Done) DNRC  O-
A closed mind is a terrible thing | Bus Error (passengers dumped)
  
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCS/M d---(pu) s++:- a-- C++ UILSH+++$ P--- L++ E--- W+
N++ o-- K? w--(++$) O- M-- V- PS+ !PE Y PGP t(+) 5+++ X+
R- tv+(-) b+(++) DI++++ D G e++>++++ h!>--- r% y+>+++++**
------END GEEK CODE BLOCK------


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