2019-04-13 Christophe Lyon <christophe.lyon@linaro.org>
PR c/71598
* gcc.dg/torture/pr71598-1.c: Skip if short_enums target.
* gcc.dg/torture/pr71598-2.c: Skip if not short_enums target.
From-SVN: r270126
+2019-04-13 Christophe Lyon <christophe.lyon@linaro.org>
+
+ PR c/71598
+ * gcc.dg/torture/pr71598-1.c: Skip if short_enums target.
+ * gcc.dg/torture/pr71598-2.c: Skip if not short_enums target.
+
2019-04-03 Richard Biener <rguenther@suse.de>
PR tree-optimization/84101
/* { dg-do run } */
+/* { dg-skip-if "" { short_enums } } */
/* { dg-additional-options "-fno-short-enums" } */
enum e1 { c1 };
/* { dg-do run } */
+/* { dg-skip-if "" { ! short_enums } } */
/* { dg-additional-options "-fshort-enums" } */
enum e1 { c1 = -__INT_MAX__ };