This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/37316] [4.4 Regression] Small structs are not passed correctly on hppa64-*-*
- From: "jakub at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Oct 2008 19:00:34 -0000
- Subject: [Bug middle-end/37316] [4.4 Regression] Small structs are not passed correctly on hppa64-*-*
- References: <bug-37316-276@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #9 from jakub at gcc dot gnu dot org 2008-10-22 19:00 -------
I think either data->passed_type being passed always, or what I've posted,
should be correct. emit_group_store is run on the hard register(s) in which it
is passed, so using data->nominal_type would be unexpected.
Eric, what do you think?
--
jakub at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ebotcazou at gcc dot gnu dot
| |org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37316