This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Internal compiler error: Segmentation fault
- From: LLeweLLyn Reese <llewelly at lifesupport dot shutdown dot com>
- To: Oliver Kullmann <O dot Kullmann at Swansea dot ac dot uk>
- Cc: gcc-help at gcc dot gnu dot org
- Date: 23 Jul 2003 07:31:33 -0700
- Subject: Re: Internal compiler error: Segmentation fault
- References: <20030722210141.GA25238@swan.ac.uk>
Oliver Kullmann <O.Kullmann@Swansea.ac.uk> writes:
> Hi,
>
> I just wanted to finish a quick job, but with my
> g++ version 3.3 (prelease, Suse 8.2) I got
> a compiler segmentation fault. So I downloaded
> the newest version (3.3) and got a similar error:
>
> > make TestDebug
> g++ -c -I/h/21/GemeinsameBasis/ZentralesArchiv/Hilfsprogramme/C++Bibliothek TestDebug.cpp
> /home/kullmann/csoliver/GCC/gcc-3.3/include/c++/3.3/iostream:297: internal compiler error: Segmentation
> fault
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.
Please follow those instructions and report a bug.
> make: *** [TestDebug.o] Fehler 1
>
> > g++ -v
> Reading specs from /home/kullmann/csoliver/GCC/gcc-3.3/lib/gcc-lib/i686-pc-linux-gnu/3.3/specs
> Configured with: /home/kullmann/csoliver/GCC/gcc-3.3/configure --enable-threads=posix --enable-long-long --prefix=/home/kullmann/csoliver/GCC/gcc-3.3 --with-local-prefix=/home/kullmann/csoliver/GCC/Include_3.3 --enable-languages=c,c++ --disable-nls --enable-shared
> Thread model: posix
> gcc version 3.3
>
> I wonder whether someone has seen this before, and knows a quick
> work around?!
I'm sorry, there is no hint of what you are trying to do, so I can't
figure out an alternative approach, (except perhaps using gcc
3.2.2 instead)
If you would post a short description of what you are trying to do,
and short example code that reproduces the problem, it will be
much less difficult for someone to help you.