Commit b9e75f4f by Kyrylo Tkachov Committed by Ramana Radhakrishnan

For Kyryll


2012-09-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

	* c-c++-common/pr51712.c: Handle for short-enum targets.

From-SVN: r191241
parent cb85ddf7
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> 2012-09-12 Terry Guo <terry.guo@arm.com>
* gcc.target/arm/combine-movs.c: Check movs for ARM mode * gcc.target/arm/combine-movs.c: Check movs for ARM mode
......
/* PR c/51712 */ /* PR c/51712 */
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-Wtype-limits" } */ /* { dg-options "-Wtype-limits" } */
/* { dg-additional-options "-fno-short-enums" { target short_enums } } */
enum test_enum { enum test_enum {
FOO, FOO,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment