* gcc.dg/Wcxx-compat-12.c: Add -fno-short-enums.

From-SVN: r164683
This commit is contained in:
Jie Zhang 2010-09-28 15:10:17 +00:00 committed by Jie Zhang
parent 2e9c3ef354
commit e660c8f208
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-09-28 Jie Zhang <jie@codesourcery.com>
* gcc.dg/Wcxx-compat-12.c: Add -fno-short-enums.
2010-09-28 Nicola Pero <nicola.pero@meta-innovation.com>
Merge from 'apple/trunk' branch on FSF servers.

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-Wc++-compat" } */
/* { dg-options "-fno-short-enums -Wc++-compat" } */
enum E { A };