type from CALL_EXPR_FN lookup.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143432
138bc75d-0d04-0410-961f-
82ee72b054a4
+2009-01-16 Richard Earnshaw <rearnsha@arm.com>
+
+ * function.c (aggregate_value_p): Correctly extract the function
+ type from CALL_EXPR_FN lookup.
+
2009-01-16 Hariharan Sandanagobalane <hariharan@picochip.com>
* config/picochip/picochip.c (picochip_override_options): Revert
fndecl = get_callee_fndecl (fntype);
fntype = (fndecl
? TREE_TYPE (fndecl)
- : TREE_TYPE (CALL_EXPR_FN (fntype)));
+ : TREE_TYPE (TREE_TYPE (CALL_EXPR_FN (fntype))));
break;
case FUNCTION_DECL:
fndecl = fntype;