For Kyryll
2012-09-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com> * c-c++-common/pr51712.c: Handle for short-enum targets. From-SVN: r191241
This commit is contained in:
parent
cb85ddf7eb
commit
b9e75f4fcc
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-09-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
|
||||
|
||||
* c-c++-common/pr51712.c: Handle for short-enum targets.
|
||||
|
||||
2012-09-12 Terry Guo <terry.guo@arm.com>
|
||||
|
||||
* gcc.target/arm/combine-movs.c: Check movs for ARM mode
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue