------- Comment #4 from rth at gcc dot gnu dot org  2005-11-02 08:06 -------
Still present in 4.1.

As a guess, we're creating a BLKmode register (because alignof(struct s1)
is less than alignof(HImode)), and assign_parm_setup_block forces the data
into the stack.  It's possible this can be bypassed for some structures,
but I havn't given it much thought.


-- 

rth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2005-09-07 17:37:09         |2005-11-02 08:06:36
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7061

Reply via email to