[patch, arm] Backport PR45094 fix to 4.5

Yao Qi yao@codesourcery.com
Tue Dec 28 05:58:00 GMT 2010


On 12/27/2010 04:15 PM, Yao Qi wrote:
> --- config/arm/arm.c	(revision 167948)
> +++ config/arm/arm.c	(working copy)
> @@ -1114,6 +1114,7 @@
>  			     va_list_type);
>    DECL_ARTIFICIAL (va_list_name) = 1;
>    TYPE_NAME (va_list_type) = va_list_name;
> +  TYPE_STUB_DECL (va_list_type) = va_list_name;
>    /* Create the __ap field.  */
>    ap_field = build_decl (BUILTINS_LOCATION,
>  			 FIELD_DECL, 

The first hunk, came from another backport, is redundant.  Removed it in
the new patch.

-- 
Yao (齐尧)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pr45094-4_5.patch
Type: text/x-patch
Size: 1652 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20101228/40ca64ca/attachment.bin>


More information about the Gcc-patches mailing list