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


typedef.cc:
---------------
#include <complex>

typedef std::complex<double> complex;

int main()
{
   complex x;

   x += 1;

   return 0;
}


tom> g++ -v -fhonor-std typedef_std.cc
Reading specs from
/opt/gnu/lib/gcc-lib/hppa1.1-hp-hpux10.20/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)
 /opt/gnu/lib/gcc-lib/hppa1.1-hp-hpux10.20/egcs-2.91.66/cpp -lang-c++ -v
-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__HONOR_STD -D__hp9000s700 -D_PA_RISC1_1 -D_HPUX_SOURCE
-D_HIUX_SOURCE typedef_std.cc /home/tom/local/tmp/ccr7KTpo.ii
GNU CPP version egcs-2.91.66 19990314 (egcs-1.1.2 release) (hppa)
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/qt/include
 /usr/local/qt/include
 /opt/gnu/include/g++
 /usr/local/include
 /opt/gnu/hppa1.1-hp-hpux10.20/include
 /opt/gnu/lib/gcc-lib/hppa1.1-hp-hpux10.20/egcs-2.91.66/include
 /usr/include
End of search list.
 /opt/gnu/lib/gcc-lib/hppa1.1-hp-hpux10.20/egcs-2.91.66/cc1plus
/home/tom/local/tmp/ccr7KTpo.ii -quiet -dumpbase typedef_std.cc -version
-fhonor-std -o /home/tom/local/tmp/ccUc1BOa.s
GNU C++ version egcs-2.91.66 19990314 (egcs-1.1.2 release)
(hppa1.1-hp-hpux10.20) compiled by GNU C version egcs-2.91.66 19990314
(egcs-1.1.2 release).
typedef_std.cc:3: Internal compiler error 980711.
typedef_std.cc:3: Please submit a full bug report to
`egcs-bugs@egcs.cygnus.com'.
typedef_std.cc:3: See <URL:http://egcs.cygnus.com/faq.html#bugreport>
for details.


--
Thomas O Matelich
Senior Software Designer
Zetec, Inc.
sosedada@usa.net
tmatelich@zetec.com




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