[Bug c++/12040] [3.4 Regression] tree checking ICE in genrtl_cleanup_stmt
reichelt at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Aug 29 03:20:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12040
reichelt at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |reichelt at gcc dot gnu dot
| |org
Keywords| |monitored
------- Additional Comments From reichelt at gcc dot gnu dot org 2003-08-29 03:20 -------
Here's an even shorter testcase:
==================================================
struct A
{
~A();
};
inline const A foo()
{
A tmp;
return tmp;
}
A a = foo();
==================================================
More information about the Gcc-bugs
mailing list