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++/13934] New: g++: internal compiler error


Hello, 

I'm seeing the following compiler problem with gcc 3.3.2 on a HP-UX 11.23 
(Itanium) Platform. 
Feel free to contact me if there is any further information that you need. 



Compiler Output:
================

g++   -v -save-temps -Wall -O2 -g  -DHPUX_VERS=1123  -DACE_HAS_THREADS -
D_POSIX_C_SOURCE=199506L -D_INCLUDE_LONGLONG    -fno-exceptions -fcheck-new -
D_HP_BUILD_ID_2  -I/home/ace/5.3/ACE_wrappers/ -I. -
I/home/ace/5.3/ACE_wrappers/ -I../../DATAKINETICS/inc -
I//home/nightly_build/ia64-hp-hpux11.23_g++_3.3.2/snacc/ia64-hp-
hpux11.23_g++_3.3.2/include/snacc/c++  -I/home/ace/5.3/ACE_wrappers/ -I. -
I/home/ace/5.3/ACE_wrappers/ -I../../DATAKINETICS/inc -
I//home/nightly_build/ia64-hp-hpux11.23_g++_3.3.2/snacc/ia64-hp-
hpux11.23_g++_3.3.2/include/snacc/c++ -Wno-unknown-pragmas -Werror  -c -fPIC -
o .shobj/SMX_Event.ia64-hp-hpux11.23_g++_3.3.2.o SMX_Event.cpp
Reading specs from /usr/local/lib/gcc-lib/ia64-hp-hpux11.23/3.3.2/specs
Configured with: ./configure --enable-threads=posix --with-gnu-as --enable-
languages=c,c++,f77 --disable-nls --with-as=/var/home/binutils/binutils-
2.14/gas/as-new
Thread model: posix
gcc version 3.3.2
 /usr/local/lib/gcc-lib/ia64-hp-hpux11.23/3.3.2/cc1plus -E -D__GNUG__=3 -
quiet -v -I/home/ace/5.3/ACE_wrappers/ -I. -I/home/ace/5.3/ACE_wrappers/ -
I../../DATAKINETICS/inc -I//home/nightly_build/ia64-hp-
hpux11.23_g++_3.3.2/snacc/ia64-hp-hpux11.23_g++_3.3.2/include/snacc/c++ -
I/home/ace/5.3/ACE_wrappers/ -I. -I/home/ace/5.3/ACE_wrappers/ -
I../../DATAKINETICS/inc -I//home/nightly_build/ia64-hp-
hpux11.23_g++_3.3.2/snacc/ia64-hp-hpux11.23_g++_3.3.2/include/snacc/c++ -
D__GNUC__=3 -D__GNUC_MINOR__=3 -D__GNUC_PATCHLEVEL__=2 -DHPUX_VERS=1123 -
DACE_HAS_THREADS -D_POSIX_C_SOURCE=199506L -D_INCLUDE_LONGLONG -
D_HP_BUILD_ID_2 SMX_Event.cpp -Wall -Wno-unknown-pragmas -Werror -fno-
exceptions -fcheck-new -fPIC -O2 SMX_Event.ii
ignoring nonexistent directory "NONE/include"
ignoring nonexistent directory "/usr/local/ia64-hp-hpux11.23/include"
ignoring duplicate directory "/home/ace/5.3/ACE_wrappers"
ignoring duplicate directory "/home/ace/5.3/ACE_wrappers"
ignoring duplicate directory "."
ignoring duplicate directory "/home/ace/5.3/ACE_wrappers"
ignoring duplicate directory "../../DATAKINETICS/inc"
ignoring duplicate directory "//home/nightly_build/ia64-hp-
hpux11.23_g++_3.3.2/snacc/ia64-hp-hpux11.23_g++_3.3.2/include/snacc/c++"
#include "..." search starts here:
#include <...> search starts here:
 /home/ace/5.3/ACE_wrappers
 .
 ../../DATAKINETICS/inc
 //home/nightly_build/ia64-hp-hpux11.23_g++_3.3.2/snacc/ia64-hp-
hpux11.23_g++_3.3.2/include/snacc/c++
 /usr/local/include/c++/3.3.2
 /usr/local/include/c++/3.3.2/ia64-hp-hpux11.23
 /usr/local/include/c++/3.3.2/backward
 /usr/local/include
 /usr/local/lib/gcc-lib/ia64-hp-hpux11.23/3.3.2/include
 /usr/include
End of search list.
 /usr/local/lib/gcc-lib/ia64-hp-hpux11.23/3.3.2/cc1plus -fpreprocessed 
SMX_Event.ii -quiet -dumpbase SMX_Event.cpp -auxbase-
strip .shobj/SMX_Event.ia64-hp-hpux11.23_g++_3.3.2.o -g -O2 -Wall -Wno-unknown-
pragmas -Werror -version -fno-exceptions -fcheck-new -fPIC -o SMX_Event.s
GNU C++ version 3.3.2 (ia64-hp-hpux11.23)
        compiled by GNU C version 3.3.2.
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
SMX_Event.cpp: In constructor `SMX_Event::SMX_Event()':
SMX_Event.cpp:353: internal compiler error: in gen_reg_rtx, at emit-rtl.c:793
Please submit a full bug report,

$ ls SMX_Event*
SMX_Event.cpp    SMX_Event.ii.gz  SMX_Event_Msg.h
SMX_Event.h      SMX_Event.s
$ ls -latr SMX_Event*
-rw-r--r--   1 builder    other        38487 Jan  7 09:53 SMX_Event.cpp
-rw-r--r--   1 builder    other         3239 Jan  7 09:53 SMX_Event.h
-rw-r--r--   1 builder    other         1721 Jan  7 09:53 SMX_Event_Msg.h
-rw-rw-rw-   1 builder    other       210153 Jan 30 15:32 SMX_Event.ii.gz
-rw-rw-rw-   1 builder    other        15537 Jan 30 15:32 SMX_Event.s

-- 
           Summary: g++: internal compiler error
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bugreport4 at hotmail dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


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