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:
parent
cc2cc3bef3
commit
e99589e204
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue