mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 17:40:48 +08:00
re PR c++/24103 (ICE in simple_cst_equal)
PR c++/24103 * g++.dg/other/default1.C: New test. From-SVN: r107889
This commit is contained in:
parent
7767580e64
commit
631ba327ca
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
22
gcc/testsuite/g++.dg/other/default1.C
Normal file
22
gcc/testsuite/g++.dg/other/default1.C
Normal file
@ -0,0 +1,22 @@
|
||||
// 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) {}
|
Loading…
x
Reference in New Issue
Block a user