[Bug middle-end/16026] [3.4/3.5 Regression] ICE in function.c:4804, assign_parms, when -mpowerpc64 & half-word operation
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Jun 19 19:55:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-06-19 19:55 -------
The problem is that BITS_PER_WORD is 8 and PARM_BOUNDARY is 4 which is right for this ABI, there
might be other cases like this too on other targets too.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16026
More information about the Gcc-bugs
mailing list