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]

Internal Compiler, g++ 2.95.2


apt-get the latest debian gcc and g++, download Topaz 0.10 from Sourceforge.
make. Crash. Burn. Pre-processed file attached.
Have a nice day.

Simon

# g++ -g -pipe -frtti -Iegcs -I. -v --save-temps test_buffer.cc
g++: Warning: -pipe ignored since -save-temps specified
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.2/specs
gcc version 2.95.2 20000220 (Debian GNU/Linux)
 /usr/lib/gcc-lib/i386-linux/2.95.2/cpp -lang-c++ -v -Iegcs -I. -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__ test_buffer.cc test_buffer.ii
GNU CPP version 2.95.2 20000220 (Debian GNU/Linux) (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
 egcs
 .
 /usr/lib/gcc-lib/i386-linux/2.95.2/../../../../include/g++-3
 /usr/local/include
 /usr/lib/gcc-lib/i386-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-linux/2.95.2/../../../../i386-linux/include
End of omitted list.
 /usr/lib/gcc-lib/i386-linux/2.95.2/cc1plus test_buffer.ii -quiet -dumpbase test_buffer.cc -g -version -frtti -o test_buffer.s
GNU C++ version 2.95.2 20000220 (Debian GNU/Linux) (i386-linux) compiled by GNU C version 2.95.2 20000220 (Debian GNU/Linux).
In file included from test_buffer.cc:1:
Buffer.hh: In function `static class Perl::Buffer::Guts * Perl::Buffer::Guts::PtrPolicy<Perl::Buffer::Guts>::init()':
Counted.hh:104:   instantiated from `Perl::CountedPtr<Perl::Buffer::Guts,Perl::Buffer::Guts::PtrPolicy<Perl::Buffer::Guts> >::CountedPtr()'
Buffer.hh:36:   instantiated from here
Buffer.hh:131: Internal compiler error.
Buffer.hh:131: Please submit a full bug report.
Buffer.hh:131: See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

-- 
fga is frequently given answers... the best are "Date::Calc", "use a hash",
and "yes, it's in CPAN" or Data::Dumper or mySQL or "check your permissions"
or NO Fmh THAT'S WRONG or "You can't. crypt is one-way" or "yes, i'm single"
or "I think that's a faq." or substr! or "use split" or "man perlre" - #perl

test_buffer.ii.bz2


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