This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12518] Recent CVS: ICE in emit_move_insn
- From: "falk at debian dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Oct 2003 18:06:33 -0000
- Subject: [Bug c++/12518] Recent CVS: ICE in emit_move_insn
- References: <20031005171032.12518.mckelvey@maskull.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=12518
falk at debian dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From falk at debian dot org 2003-10-05 18:06 -------
Yes, definitely the same as 11974. Reduces to:
int f(int x) { return __builtin_popcount(x); }
Problem only occurs for !TARGET_CIX, where the builtin resolves to a libcall.
*** This bug has been marked as a duplicate of 11974 ***