This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13173] [3.3 regression] ICE in convert_move
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Dec 2003 00:37:22 -0000
- Subject: [Bug c++/13173] [3.3 regression] ICE in convert_move
- References: <20031124115022.13173.jdc@coris.org.uk>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From reichelt at gcc dot gnu dot org 2003-12-04 00:37 -------
Here's an even shorter testcase that triggers the ICE in extract_insn
on i686-pc-linux-gnu.
======================================
double foo()
{
return ({ *(double*)0; });
}
======================================
Note that the C frontend compiles this testcase without problems.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13173