Internal error (using explicit std::)
Dennis Bjorklund
dennisb@cs.chalmers.se
Sat Feb 26 07:45:00 GMT 2000
pelle.cpp:
#include <vector>
int main( void )
{
std::vector<int> v;
v.std::push_back(1);
return 0;
}
[dennis@merlin test_cpp]$ gcc -v --save-temps pelle.cpp
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.95.2/specs
gcc version 2.95.2 19991024 (release)
/usr/lib/gcc-lib/i386-redhat-linux/2.95.2/cpp -lang-c++ -v -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 -Acpu(i386) -Amachine(i386) -Di386 -D__i386
-D__i386__ pelle.cpp pelle.ii
GNU CPP version 2.95.2 19991024 (release) (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
/usr/lib/gcc-lib/i386-redhat-linux/2.95.2/../../../../include/g++-3
/usr/local/include
/usr/lib/gcc-lib/i386-redhat-linux/2.95.2/include
/usr/include
End of search list.
The following default directories have been omitted from the search path:
/usr/lib/gcc-lib/i386-redhat-linux/2.95.2/../../../../i386-redhat-linux/include
End of omitted list.
/usr/lib/gcc-lib/i386-redhat-linux/2.95.2/cc1plus pelle.ii -quiet
-dumpbase pelle.cc -version -o pelle.s
GNU C++ version 2.95.2 19991024 (release) (i386-redhat-linux) compiled by
GNU C version 2.95.2 19991024 (release).
pelle.cpp: In function `int main()':
pelle.cpp:7: Internal compiler error.
pelle.cpp:7: Please submit a full bug report.
pelle.cpp:7: See <URL: http://www.gnu.org/software/gcc/faq.html#bugreport >
for instructions.
/Dennis
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pelle.cpp.bz2
Type: application/x-bzip2
Size: 121 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-bugs/attachments/20000226/359e5fb1/attachment.bz2>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pelle.ii.bz2
Type: application/x-bzip2
Size: 24054 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-bugs/attachments/20000226/359e5fb1/attachment-0001.bz2>
More information about the Gcc-bugs
mailing list