| Submitter | Tristan Gingold |
|---|---|
| Date | March 28, 2011, 3:44 p.m. |
| Message ID | <E0B43966-6084-4A5B-8F23-A38003FCBF85@adacore.com> |
| Download | mbox | patch |
| Permalink | /patch/88623/ |
| State | New |
| Headers | show |
Comments
Patch
Index: gcc/config/ia64/ia64.c =================================================================== --- gcc/config/ia64/ia64.c (revision 171607) +++ gcc/config/ia64/ia64.c (working copy) @@ -11001,7 +11001,7 @@ For all other types passed in the general registers, unused bits are undefined." */ - if (!AGGREGATE_TYPE_P (type) + if (for_return != 2 && GET_MODE_CLASS (mode) == MODE_INT && GET_MODE_SIZE (mode) < UNITS_PER_WORD) {