Commit 57bfb134 by Richard Biener Committed by Richard Biener

re PR testsuite/69586 (FAIL: gcc.dg/uninit-21.c for target defaulting to short enum)

2016-02-17  Richard Biener  <rguenther@suse.de>

	PR testsuite/69586
	* gcc.dg/uninit-21.c: Add -fno-short-enums.

From-SVN: r233497
parent a44e0ebb
2016-02-17 Richard Biener <rguenther@suse.de>
PR testsuite/69586
* gcc.dg/uninit-21.c: Add -fno-short-enums.
2016-02-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
PR target/69161
......
/* PR69537, spurious warning because of a missed optimization. */
/* { dg-do compile } */
/* { dg-options "-O2 -Wuninitialized" } */
/* { dg-options "-O2 -fno-short-enums -Wuninitialized" } */
enum clnt_stat {
RPC_SUCCESS=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