Commit 11de7ef2 by Steve Ellcey Committed by Steve Ellcey

re PR c++/27019 (ICE with designated initializers)

	PR c++/27019
	* g++.dg/ext/pr27019.C: New.

From-SVN: r115260
parent 83f676b3
2006-07-07 Steve Ellcey <sje@cup.hp.com>
PR c++/27019
* g++.dg/ext/pr27019.C: New.
2006-07-07 Richard Guenther <rguenther@suse.de>
PR tree-optimization/28187
// { dg-do compile }
// { dg-options "" }
struct A
{
int i;
int z[1];
};
A a = { z:{} }; // { dg-error "unimplemented" }
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