[Bug target/12588] ICE in function_value
falk at debian dot org
gcc-bugzilla@gcc.gnu.org
Mon Oct 13 12:13:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12588
falk at debian dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From falk at debian dot org 2003-10-13 12:13 -------
Dammit. It's the dreaded Alpha bitop libcall again. I knew it would come back
to haunt us. I propose expanding it inline even on ev56 to get rid of the
libcall, takes only 17 insns ;)
Anyway, the test case as always is:
int count(unsigned long x) {
return __builtin_popcountl(x);
}
This was probably triggered by
2003-10-10 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* config/alpha/alpha.c (alpha_expand_block_mode): Don't use
gen_lowpart and company except for REG.
More information about the Gcc-bugs
mailing list