Commit e99589e2 by Wilco Dijkstra Committed by Wilco Dijkstra

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
parent cc2cc3be
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.
......
// { 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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment