re PR bootstrap/49964 (Bootstrap failed with AVX turned on)
authorRichard Henderson <rth@redhat.com>
Thu, 4 Aug 2011 15:47:42 +0000 (08:47 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 4 Aug 2011 15:47:42 +0000 (08:47 -0700)
commit6394830f4797f29b28552a98e5c9031c275041c1
tree9f00b2ef572e517f62a0eebd2963eb1b74e5e3c3
parent276e7ed0242aaa390159bb8e2e3b57f70face83a
re PR bootstrap/49964 (Bootstrap failed with AVX turned on)

PR target/49964
        * config/i386/i386.c (ix86_expand_call): Don't create nested
        PARALLELs for TARGET_VZEROUPPER.
        (ix86_split_call_vzeroupper): Fix extraction of the original call.
        * config/i386/i386.md (*call_rex64_ms_sysv_vzeroupper): Don't
        recognize nested PARALLELs.
        (*call_pop_vzeroupper, *sibcall_pop_vzeroupper,
        *call_value_rex64_ms_sysv_vzeroupper, *call_value_pop_vzeroupper,
        *sibcall_value_pop_vzeroupper): Likewise.

From-SVN: r177408
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/i386.md