[patch i386]: Unbreak bootstrap for x64 SEH enabled target

Richard Henderson rth@redhat.com
Wed Oct 12 17:54:00 GMT 2011


On 10/12/2011 09:54 AM, Kai Tietz wrote:
> +;; We need to disable this for TARGET_SEH, as otherwise
> +;; shrink-wrapped prologue gets enabled too.  This might exceed
> +;; the maximum size of prologue in unwind information.
> +
>  (define_expand "simple_return"
>    [(simple_return)]
> -  ""
> +  "!TARGET_SEH"

Ok.


r~



More information about the Gcc-patches mailing list