Commit 953bcfa6 by Matthew Wahab Committed by Renlin Li

Fix oversized bitfield warning.

testsuite/
2015-01-15  Matthew Wahab  <matthew.wahab@arm.com>

	* g++.dg/torture/20141013.C: Set -fno-short-enums.

From-SVN: r219637
parent 5e306f6e
2015-01-15 Matthew Wahab <matthew.wahab@arm.com>
* g++.dg/torture/20141013.c: Set -fno-short-enums.
2015-01-15 Richard Biener <rguenther@suse.de>
PR middle-end/64365
......
/* { dg-options "-fno-short-enums" } */
enum
{
_sch_isdigit = 0x0004,
......
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