This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12852] Internal Error: Segmentation fault on xscale compiler
- From: "dstevens at omneon dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Oct 2003 23:12:43 -0000
- Subject: [Bug c++/12852] Internal Error: Segmentation fault on xscale compiler
- References: <20031031022041.12852.dstevens@omneon.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12852
------- Additional Comments From dstevens at omneon dot com 2003-10-31 23:12 -------
The compiler I'm using reports ...
> xscale-coff-g++ -dumpversion
3.0.4
I'm attempting to build 3.2.3 to see if a later version will help. Headway is
slow: "configure" gave me a makefile that caused build errors; I got somewhat
further after I changed the optimization from -O2 to -O1. I'll send more
details if/when I manage to build 3.2.3 ...