aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/i386.h
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2016-12-14 22:39:51 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2016-12-14 22:39:51 +0100
commit8000827901d090f62414ff75203e03b00acd4ca5 (patch)
treecaf2a5a62ef5570f9462acb3605d984a763f557a /gcc/config/i386/i386.h
parentb9588893117693dc4a889fb29a4df10f2ea76167 (diff)
downloadgcc-8000827901d090f62414ff75203e03b00acd4ca5.zip
gcc-8000827901d090f62414ff75203e03b00acd4ca5.tar.gz
gcc-8000827901d090f62414ff75203e03b00acd4ca5.tar.bz2
re PR target/78791 (ACATS cxf2001 failure)
PR target/78791 * config/i386/i386.h (enum ix86_stack_slot): Add SLOT_STV_TEMP. * config/i386/i386.c (dimode_scalar_chain::make_vector_copies, dimode_scalar_chain::convert_reg): Use SLOT_STV_TEMP instead of SLOT_TEMP. * gcc.c-torture/execute/pr78791.c: New test. * gcc.target/i386/pr78791.c: New test. From-SVN: r243671
Diffstat (limited to 'gcc/config/i386/i386.h')
-rw-r--r--gcc/config/i386/i386.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h
index 4d96a45..5f5368d 100644
--- a/gcc/config/i386/i386.h
+++ b/gcc/config/i386/i386.h
@@ -2400,6 +2400,7 @@ enum ix86_stack_slot
SLOT_CW_FLOOR,
SLOT_CW_CEIL,
SLOT_CW_MASK_PM,
+ SLOT_STV_TEMP,
MAX_386_STACK_LOCALS
};