From 9ca1483b52373166e0aaa3ab9c1c0bdd67f7bff3 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Thu, 21 Jul 2011 10:48:03 -0400 Subject: 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 --- gcc/recog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/recog.h') diff --git a/gcc/recog.h b/gcc/recog.h index cce1321..71dfe2a 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; -- cgit v1.1