From: Kyrylo Tkachov Date: Thu, 13 Sep 2012 08:20:22 +0000 (+0000) Subject: For Kyryll X-Git-Tag: upstream/12.2.0~74303 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b9e75f4fccc492cdfd5e5498cb92a23f3b7a25b5;p=platform%2Fupstream%2Fgcc.git For Kyryll 2012-09-12 Kyrylo Tkachov * c-c++-common/pr51712.c: Handle for short-enum targets. From-SVN: r191241 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1dcc336..aa1f3dd 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-09-12 Kyrylo Tkachov + + * c-c++-common/pr51712.c: Handle for short-enum targets. + 2012-09-12 Terry Guo * gcc.target/arm/combine-movs.c: Check movs for ARM mode diff --git a/gcc/testsuite/c-c++-common/pr51712.c b/gcc/testsuite/c-c++-common/pr51712.c index 4d9eba3..69e316d 100644 --- a/gcc/testsuite/c-c++-common/pr51712.c +++ b/gcc/testsuite/c-c++-common/pr51712.c @@ -1,6 +1,7 @@ /* PR c/51712 */ /* { dg-do compile } */ /* { dg-options "-Wtype-limits" } */ +/* { dg-additional-options "-fno-short-enums" { target short_enums } } */ enum test_enum { FOO,