This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/16026] [3.4/3.5 Regression] ICE in function.c:4804, assign_parms, when -mpowerpc64 & half-word operation
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Jun 2004 19:55:26 -0000
- Subject: [Bug middle-end/16026] [3.4/3.5 Regression] ICE in function.c:4804, assign_parms, when -mpowerpc64 & half-word operation
- References: <20040616201915.16026.geoffk@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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