Fix oversized bitfield warning.
authorrenlin <renlin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Jan 2015 10:15:50 +0000 (10:15 +0000)
committerrenlin <renlin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Jan 2015 10:15:50 +0000 (10:15 +0000)
testsuite/
2015-01-15  Matthew Wahab  <matthew.wahab@arm.com>

* g++.dg/torture/20141013.C: Set -fno-short-enums.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219637 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/torture/20141013.C

index c2c10c2..ba1cd31 100644 (file)
@@ -1,3 +1,7 @@
+2015-01-15  Matthew Wahab  <matthew.wahab@arm.com>
+
+       * g++.dg/torture/20141013.c: Set -fno-short-enums.
+
 2015-01-15  Richard Biener  <rguenther@suse.de>
 
        PR middle-end/64365
index 529ef09..82aacd6 100644 (file)
@@ -1,3 +1,4 @@
+/* { dg-options "-fno-short-enums" } */
 enum
 {
   _sch_isdigit = 0x0004,