Fix test pr88680.C
authorWilco Dijkstra <wdijkstr@arm.com>
Mon, 18 Feb 2019 14:06:49 +0000 (14:06 +0000)
committerWilco Dijkstra <wilco@gcc.gnu.org>
Mon, 18 Feb 2019 14:06:49 +0000 (14:06 +0000)
Fix pr88680.C failures due to short enums on arm-none-eabi.

Committed as obvious.

    gcc/testsuite/
* g++.dg/wrappers/pr88680.C: Add -fno-short-enums.

From-SVN: r268988

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/wrappers/pr88680.C

index b1a0c368f71008651562db3cb7e8a1f40cd77f94..38de7998e3c1b3ad3a6f456138f18e2913f9b562 100644 (file)
@@ -1,3 +1,7 @@
+2019-02-18  Wilco Dijkstra  <wdijkstr@arm.com>
+
+       * g++.dg/wrappers/pr88680.C: Add -fno-short-enums.
+
 2019-02-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        * gdc.dg/dg.exp: Tabify.
index 5497cda5c9c92167930bc3ac7f4e866e7bd4c1c3..1bd6292857d15cf0360aac827fdbf80eb597abf5 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile { target c++11 } }
-// { dg-options "-Wtype-limits" }
+// { dg-options "-Wtype-limits -fno-short-enums" }
 
 const unsigned N = 8;
 const unsigned P = 0;