Commit ca9ef96a authored by reichelt's avatar reichelt
Browse files

PR c++/24103

	* g++.dg/other/default1.C: New test.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107889 138bc75d-0d04-0410-961f-82ee72b054a4
parent 7ea410eb
2005-12-02 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
PR c++/24103
* g++.dg/other/default1.C: New test.
2005-12-02 Richard Guenther <rguenther@suse.de>
 
* gcc.dg/tree-ssa/20031106-6.c: Remove XFAIL.
// PR c++/24103
// ICE in simple_cst_equal
// Origin: Alexander Stepanov <astepanov@softminecorp.com>
// { dg-do compile }
// { dg-options "" }
struct S
{
int i;
};
struct A
{
A(S = (S){0});
};
struct B
{
B(S = (S){0});
};
B::B(S) {}
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