This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/15491] ICE (Internal compiler error) while compiling glibc to vax-linux target
- From: "jbglaw at lug-owl dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 May 2004 14:46:21 -0000
- Subject: [Bug target/15491] ICE (Internal compiler error) while compiling glibc to vax-linux target
- References: <20040517103549.15491.gabucino@mplayerhq.hu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From jbglaw at lug-owl dot de 2004-05-28 14:46 -------
Created an attachment (id=6416)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6416&action=view)
Patch to add missing "break;"s in gcc/config/vax/vax.c for RTX calculation
Hi!
The attached patch adds two breaks, which I now truely believe are missing.
This was initially spotted by Andrew Pinsky <pinskia from gcc, gnu, org>.
It does still not fix the SIGSEGV, nor does this patch contain the workaround
for that problem. It just fixes cost calculation.
MfG, JBG
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15491