This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/13315] internal compiler error: Segmentation fault for -march=k6
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Dec 2003 16:36:20 -0000
- Subject: [Bug c/13315] internal compiler error: Segmentation fault for -march=k6
- References: <20031205145304.13315.development--gcc.gnu.org@medium.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bangerth at dealii dot org 2003-12-05 16:36 -------
Confirmed. Here's something smaller:
-------------------
extern short array[];
int char2uni() {
short *uni;
*uni = array[0];
if (*uni == 0x0000)
return -22;
return 1;
}
--------------------
However, this really only fails with 3.3.1 (the one I have from SuSE)
and not with my 3.3.3 pre version and neither with mainline. So this
has either been fixed already, or is SuSE specific.
W.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13315