* [COMMITTED] Fix test pr88680.C
@ 2019-02-18 14:13 Wilco Dijkstra
0 siblings, 0 replies; only message in thread
From: Wilco Dijkstra @ 2019-02-18 14:13 UTC (permalink / raw)
To: GCC Patches; +Cc: nd
Fix pr88680.C failures due to short enums on arm-none-eabi.
Committed as obvious.
ChangeLog:
2019-02-18 Wilco Dijkstra <wdijkstr@arm.com>
* g++.dg/wrappers/pr88680.C: Add -fno-short-enums.
--
diff --git a/gcc/testsuite/g++.dg/wrappers/pr88680.C b/gcc/testsuite/g++.dg/wrappers/pr88680.C
index 5497cda5c9c92167930bc3ac7f4e866e7bd4c1c3..1bd6292857d15cf0360aac827fdbf80eb597abf5 100644
--- a/gcc/testsuite/g++.dg/wrappers/pr88680.C
+++ b/gcc/testsuite/g++.dg/wrappers/pr88680.C
@@ -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;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-02-18 14:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-18 14:13 [COMMITTED] Fix test pr88680.C Wilco Dijkstra
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).