public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/11803] New: Internal compiler error
@ 2003-08-05  9:14 drabel at gmx dot de
  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
  0 siblings, 2 replies; 3+ messages in thread
From: drabel at gmx dot de @ 2003-08-05  9:14 UTC (permalink / raw)
  To: gcc-bugs

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'


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug c++/11803] Internal compiler error
  2003-08-05  9:14 [Bug c++/11803] New: Internal compiler error drabel at gmx dot de
@ 2003-08-05  9:18 ` drabel at gmx dot de
  2003-08-05 13:15 ` pinskia at physics dot uc dot edu
  1 sibling, 0 replies; 3+ messages in thread
From: drabel at gmx dot de @ 2003-08-05  9:18 UTC (permalink / raw)
  To: gcc-bugs

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



------- Additional Comments From drabel at gmx dot de  2003-08-05 09:18 -------
Created an attachment (id=4564)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4564&action=view)
Preprocess file ('Capabilities.i')


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug c++/11803] Internal compiler error
  2003-08-05  9:14 [Bug c++/11803] New: Internal compiler error drabel at gmx dot de
  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
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-08-05 13:15 UTC (permalink / raw)
  To: gcc-bugs

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


------- Additional Comments From pinskia at physics dot uc dot edu  2003-08-05 13:15 -------
2.95.3 is an old release of GCC.  Also the version of 2.95.3 you are using is a modified compiler 
from QNX and there is no support in QNX in any later versions of gcc so closing this as invalid.
Report this bug to your vender, QNX.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-08-05 13:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-05  9:14 [Bug c++/11803] New: Internal compiler error drabel at gmx dot de
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

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).