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] | |
On 19 Nov 2002 bangerth@dealii.org wrote:
> Synopsis: gcc -v -save-temps piece.ii
>
> State-Changed-From-To: open->feedback
> State-Changed-By: bangerth
> State-Changed-When: Tue Nov 19 15:10:48 2002
> State-Changed-Why:
> Please follow the instructions for bug reporting, which you
> can find on the page indicated in the error message. We
> at least need the preprocessed sources and the flags you
> use.
>
> http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8648
Sorry for the inconvenience. I had some trouble with the interface.
I prefer E-Mail.
Problem: Internal compiler error in sort_base_init, at cp/init.c:598
The preprocessed, compressed source (piece.ii.bz2) is attached. The
complete output of the compiler is as follows:
------------- snip -----------------------
h@porky4c:~/cvs/hive/src/x> g++ -v -save-temps piece.ii
Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.2/specs
Configured with: ../configure
Thread model: posix
gcc version 3.2
/usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.2/cc1plus -fpreprocessed piece.ii -quiet -dumpbase piece.ii -version -o piece.s
GNU CPP version 3.2 (cpplib) (i386 Linux/ELF)
GNU C++ version 3.2 (i686-pc-linux-gnu)
compiled by GNU C version 3.2.
piece.cc: In constructor `PieceT<COLOR, SPECIES>::PieceT(const PosT&) [with
COLOR = BlackT, SPECIES = AntT]':
piece.cc:22: instantiated from here
piece.cc:94: Internal compiler error in sort_base_init, at cp/init.c:598
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
h@porky4c:~/cvs/hive/src/x>
------------- snap -----------------------
Regard, Hermann
Attachment:
piece.ii.bz2
Description: BZip2 compressed data
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |