Commit 26fda5f5 by Richard Biener Committed by Richard Biener

re PR tree-optimization/81083 (ICE: Unable to coalesce ssa_names 4 and 13 which…

re PR tree-optimization/81083 (ICE: Unable to coalesce ssa_names 4 and 13 which are marked as MUST COALESCE)

2017-06-14  Richard Biener  <rguenther@suse.de>

	PR tree-optimization/81083
	* gcc.dg/torture/pr81083.c: Add prototypes.

From-SVN: r249193
parent 909263f8
2017-06-14 Richard Biener <rguenther@suse.de>
PR tree-optimization/81083
* gcc.dg/torture/pr81083.c: Add prototypes.
2017-06-14 Richard Biener <rguenther@suse.de>
PR middle-end/81088
* c-c++-common/ubsan/pr81088.c: New testcase.
......
/* { dg-do compile } */
void setjmp();
void func();
void a(int arg)
{
extern struct { int x; } obj;
......
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