This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/17055] ICE while folding int/float vectors
- From: "wilson at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Aug 2004 00:41:18 -0000
- Subject: [Bug middle-end/17055] ICE while folding int/float vectors
- References: <20040817003903.17055.wilson@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From wilson at gcc dot gnu dot org 2004-08-17 00:41 -------
Created an attachment (id=6945)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6945&action=view)
A testcase to demonstrate ICE with folding of vector arithmetic.
Compile with -O -ffast-math, and this dies with an ICE in fold_convert for both
the integer and float vector folding.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17055