Fix test pr88680.C

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
This commit is contained in:
Wilco Dijkstra 2019-02-18 14:06:49 +00:00 committed by Wilco Dijkstra
parent cc2cc3bef3
commit e99589e204
2 changed files with 5 additions and 1 deletions

View 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.

View 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;