------- Comment #17 from bonzini at gnu dot org 2009-08-08 08:18 -------
Try squashing this in:
Index: pa/pa.c
===================================================================
--- pa/pa.c (revision 150359)
+++ pa/pa.c (working copy)
@@ -9199,7 +9199,7 @@ pa_promote_function_mode (const_tree typ
const_tree fntype ATTRIBUTE_UNUSED,
int for_return)
{
- if (for_return != 1)
+ if (for_return == 0)
return mode;
return promote_mode (type, mode, punsignedp);
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40952