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


Command input:
g++ -v -save-temps -c -g -D_DEBUG -I../.. -I../../../capture -
I../../../lib/sharedcode -I../../../lib/pluginbase -I../../../lib/orbsupport -
fPIC -DOMNI_UNLOADABLE_STUBS Coolpix4300MechanicsFactory.cpp -o 
debug/Coolpix4300MechanicsFactory.o

Error output:

Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20011002 (Debian prerelease)
 /usr/lib/gcc-lib/i386-linux/2.95.4/cpp0 -lang-c++ -v -I../.. -
I../../../capture -I../../../lib/sharedcode -I../../../lib/pluginbase -
I../../../lib/orbsupport -D__GNUC__=2 -D__GNUG__=2 -D__GNUC_MINOR__=95 -
D__cplusplus -D__ELF__ -Dunix -D__i386__ -Dlinux -D__ELF__ -D__unix__ -
D__i386__ -D__linux__ -D__unix -D__linux -Asystem(posix) -D__EXCEPTIONS -g -Acpu
(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -D__PIC__ -D__pic__ -D_DEBUG -
DOMNI_UNLOADABLE_STUBS Coolpix4300MechanicsFactory.cpp 
Coolpix4300MechanicsFactory.ii
GNU CPP version 2.95.4 20011002 (Debian prerelease) (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
 ../..
 ../../../capture
 ../../../lib/sharedcode
 ../../../lib/pluginbase
 ../../../lib/orbsupport
 /usr/lib/gcc-lib/i386-linux/2.95.4/../../../../include/g++-3
 /usr/local/include
 /usr/lib/gcc-lib/i386-linux/2.95.4/include
 /usr/include
End of search list.
The following default directories have been omitted from the search path:
 /usr/lib/gcc-lib/i386-linux/2.95.4/../../../../i386-linux/include
End of omitted list.
 /usr/lib/gcc-lib/i386-linux/2.95.4/cc1plus Coolpix4300MechanicsFactory.ii -
quiet -dumpbase Coolpix4300MechanicsFactory.cc -g -version -fPIC -o 
Coolpix4300MechanicsFactory.s
GNU C++ version 2.95.4 20011002 (Debian prerelease) (i386-linux) compiled by 
GNU C version 2.95.4 20011002 (Debian prerelease).
In file included from Coolpix4300MechanicsFactory.cpp:9:
Coolpix4300Mechanics.h:179: Internal compiler error 19970302.
Coolpix4300Mechanics.h:179: Please submit a full bug report.
Coolpix4300Mechanics.h:179: Internal compiler error:
Coolpix4300Mechanics.h:179: See <URL:http://www.gnu.org/software/gcc/bugs.html> 
for instructions.

-- 
           Summary: Internal compiler error 19970302.
           Product: gcc
           Version: 2.95.4
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rene at halotec dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: 2.95.4
  GCC host triplet: Linux/Debian 2.4.18bf
GCC target triplet: Linux/Debian 2.4.18bf


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


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