summaryrefslogtreecommitdiff
path: root/gcc/recog.h
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2011-07-21 10:48:03 -0400
committerJason Merrill <jason@gcc.gnu.org>2011-07-21 10:48:03 -0400
commit9ca1483b52373166e0aaa3ab9c1c0bdd67f7bff3 (patch)
tree3060f77dc0b0ef97b4b40bde2e4dd30ff267e372 /gcc/recog.h
parentb017c70a27acaf4f5d9dfe9b91d8b6db5ab75324 (diff)
downloadgcc-9ca1483b52373166e0aaa3ab9c1c0bdd67f7bff3.tar.gz
system.h (HAVE_DESIGNATED_UNION_INITIALIZERS): New.
* system.h (HAVE_DESIGNATED_UNION_INITIALIZERS): New. * recog.h (struct insn_data_d): Check it instead of HAVE_DESIGNATED_INITIALIZERS. * genoutput.c (output_insn_data): Likewise. From-SVN: r176572
Diffstat (limited to 'gcc/recog.h')
-rw-r--r--gcc/recog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/recog.h b/gcc/recog.h
index cce1321ad09..71dfe2a68a9 100644
--- a/gcc/recog.h
+++ b/gcc/recog.h
@@ -286,7 +286,7 @@ struct insn_operand_data
struct insn_data_d
{
const char *const name;
-#if HAVE_DESIGNATED_INITIALIZERS
+#if HAVE_DESIGNATED_UNION_INITIALIZERS
union {
const char *single;
const char *const *multi;