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 c++/16316] New: ICE in make_decl_rtl


compiling with -v -save-temps gives

Reading specs from /usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/3.2/specs
Configured with: ./configure --enable-languages=c++
Thread model: posix
gcc version 3.2
 /usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/3.2/cpp0 -lang-c++ -D__GNUG__=3 -D__DEPRECATED -D__EXCEPTIONS -v -D__GNUC__=3 -D__GNUC_MINOR__=2 -D__GNUC_PATCHLEVEL__=0 -D__GXX_ABI_VERSION=102 -DPPC -D__ELF__ -Dpowerpc -D__PPC__ -D__ELF__ -D__powerpc__ -D__PPC -D__powerpc -Acpu=powerpc -Amachine=powerpc -D__NO_INLINE__ -D__STDC_HOSTED__=1 -D_GNU_SOURCE -D_CALL_SYSV -D_BIG_ENDIAN -D__BIG_ENDIAN__ -Amachine=bigendian -D_ARCH_PPC -D__unix__ -D__gnu_linux__ -D__linux__ -Dunix -D__unix -Dlinux -D__linux -Asystem=unix -Asystem=posix t.cpp t.ii
GNU CPP version 3.2 (cpplib) (PowerPC GNU/Linux)
ignoring nonexistent directory "NONE/include"
ignoring nonexistent directory "/usr/local/powerpc-unknown-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/include/c++/3.2
 /usr/local/include/c++/3.2/powerpc-unknown-linux-gnu
 /usr/local/include/c++/3.2/backward
 /usr/local/include
 /usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/3.2/include
 /usr/include
End of search list.
 /usr/local/lib/gcc-lib/powerpc-unknown-linux-gnu/3.2/cc1plus -fpreprocessed t.ii -quiet -dumpbase t.cpp -version -o t.s
GNU CPP version 3.2 (cpplib) (PowerPC GNU/Linux)
GNU C++ version 3.2 (powerpc-unknown-linux-gnu)
	compiled by GNU C version 3.2.
t.cpp: In function `bool max_integer_root(const GiNaC::ex&, const 
   GiNaC::symbol&, GiNaC::numeric&)':
t.cpp:34: Internal compiler error in make_decl_rtl, at varasm.c:835
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

Environment:
System: Linux ark 2.2.18pre24 #6 Tue Dec 12 14:39:44 CET 2000 ppc unknown
Architecture: ppc

	
host: powerpc-unknown-linux-gnu
build: powerpc-unknown-linux-gnu
target: powerpc-unknown-linux-gnu
configured with: ./configure --enable-languages=c++

How-To-Repeat:
preprocessor output is attached

-- 
           Summary: ICE in make_decl_rtl
           Product: gcc
           Version: 3.2
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ralf at ark dot in-berlin dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc-unknown-linux-gnu
  GCC host triplet: powerpc-unknown-linux-gnu
GCC target triplet: powerpc-unknown-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16316


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