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++/11803] New: Internal compiler error


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: Internal compiler error
           Product: gcc
           Version: 2.95.3
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: drabel at gmx dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: 2.95.3
  GCC host triplet: 2.95.3
GCC target triplet: 2.95.3

GCC 2.95.3 reports an internal compiler error when compiling the Containers.cpp
file (from the ACE library).

Host system is QNX x86 6.2.1 (same compiler error when cross compiling from
Windows to QNX x86)

Find below the command line and the console output of the compiler

QCC -vv -V gcc_ntox86_cpp -fexceptions -pipe -w8 -Wall -Wpointer-ari
th  -I/programs/qnx/workspace/ACE_wrappers -DACE_NDEBUG -DACE_USE_RC
SID=0 -DACE_HAS_EXCEPTIONS -D__ACE_INLINE__ -DACE_BUILD_DLL -DACE_OS
_BUILD_DLL  -c -fPIC -o .shobj/Containers.o Containers.cpp
C:/Programs/qnx/host/win32/x86/usr/lib/gcc-lib/ntox86/2.95.3/cpp0 -I
/programs/qnx/workspace/ACE_wrappers -DACE_NDEBUG -DACE_USE_RCSID=0 
-DACE_HAS_EXCEPTIONS -D__ACE_INLINE__ -DACE_BUILD_DLL -DACE_OS_BUILD
_DLL -v -nostdinc -nostdinc++ -D__cplusplus -D__QNX__ -D__QNXNTO__ -
D__GNUC__=2 -D__GNUC_MINOR__=95 -D__GNUG__=2 -D__unix__ -D__unix -D_
_ELF__ -D__PIC__ -D__X86__ -D__i386__ -D__LITTLEENDIAN__ -Asystem(un
ix) -Asystem(nto) -Asystem(qnx) -Asystem(qnxnto) -Acpu(386) -Acpu(i3
86)-Amachine(i386) -idirafter C:/Programs/qnx/target/qnx6/usr/includ
e -I C:/Programs/qnx/target/qnx6/usr/include/cpp -lang-c++ Container
s.cpp -o _158.AAA_cc.ii
GNU CPP version 2.95.3qnx-nto 20010315 (release) (QNX/Neutrino)
#include "..." search starts here:
#include <...> search starts here:
 /programs/qnx/workspace/ACE_wrappers
 C:/Programs/qnx/target/qnx6/usr/include/cpp
 C:/Programs/qnx/target/qnx6/usr/include
End of search list.
The following default directories have been omitted from the search 
path:
 /cygdrive/c/QNXsdk/host/win32/x86/usr/lib/gcc-lib/ntox86/2.95.3qnx
-nto/../../../../include/g++-3
 /cygdrive/c/QNXsdk/host/win32/x86/usr/lib/gcc-lib/ntox86/2.95.3qnx
-nto/include
 /cygdrive/c/QNXsdk/host/win32/x86/usr/lib/gcc-lib/ntox86/2.95.3qnx
-nto/../../../../ntox86/sys-include
 /cygdrive/c/QNXsdk/host/win32/x86/usr/lib/gcc-lib/ntox86/2.95.3qnx
-nto/../../../../ntox86/include
End of omitted list.
C:/Programs/qnx/host/win32/x86/usr/lib/gcc-lib/ntox86/2.95.3/cc1plu
s -Wall -quiet -fno-builtin -fhonor-std -fno-default-inline -fpic -
fexceptions -Wall -Wpointer-arith -fPIC _158.AAA_cc.ii -dumpbase Co
ntainers.cpp -o _158.AAA_cc.s
/programs/qnx/workspace/ACE_wrappers/ace/Containers_T.cpp: In metho
d `ACE_Double_Linked_List<ACE_DLList_Node>::ACE_Doubl
e_Linked_List(ACE_Allocator * = 0)':
Containers.cpp:14:   instantiated from here
/programs/qnx/workspace/ACE_wrappers/ace/Containers_T.cpp:660: Inte
rnal compiler error.
/programs/qnx/workspace/ACE_wrappers/ace/Containers_T.cpp:660: Plea
se submit a full bug report.
/programs/qnx/workspace/ACE_wrappers/ace/Containers_T.cpp:660: See 
<URL:http://www.gnu.org/software/gcc/bugs.html> for i
nstructions.
cc: C:/Programs/qnx/host/win32/x86/usr/lib/gcc-lib/ntox86/2.95.3/cc
1plus caught signal 33
cc: unlinking .shobj/Containers.o
cc: unlinking _158.AAA_cc.ii
cc: unlinking _158.AAA_cc.s
make.exe[1]: *** [.shobj/Containers.o] Error 1
make.exe[1]: Leaving directory `c:/programs/qnx/workspace/ACE_wrapp
ers/ace'


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