[Bug c++/31950] ICE in tree-ssa-alias-warnings.c
Ralf dot Wildenhues at gmx dot de
gcc-bugzilla@gcc.gnu.org
Wed May 16 12:35:00 GMT 2007
------- Comment #1 from Ralf dot Wildenhues at gmx dot de 2007-05-16 13:35 -------
Reduced test case. Both tests also fail with current mainline (revision
124767M).
struct B {
~B();
};
struct A {
B* b;
virtual ~A() { delete[] b; }
};
A Op(void);
int main()
{
A a(Op());
return 0;
}
--
Ralf dot Wildenhues at gmx dot de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Ralf dot Wildenhues at gmx
| |dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31950
More information about the Gcc-bugs
mailing list