public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "drabel at gmx dot de" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/11803] New: Internal compiler error
Date: Tue, 05 Aug 2003 09:14:00 -0000	[thread overview]
Message-ID: <20030805091432.11803.drabel@gmx.de> (raw)

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'


             reply	other threads:[~2003-08-05  9:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-05  9:14 drabel at gmx dot de [this message]
2003-08-05  9:18 ` [Bug c++/11803] " drabel at gmx dot de
2003-08-05 13:15 ` pinskia at physics dot uc dot edu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030805091432.11803.drabel@gmx.de \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).