Commit 422dfbc4 by Jason Merrill

re PR c++/24686 (ICE when building a variation of NMSTL)

        PR c++/24686
        * gimplify.c (gimplify_cleanup_point_expr): Also save and restore
        the cleanup list.

From-SVN: r106787
parent df77f454
// PR c++/24686
struct A
{
~A();
};
bool h(int, const A&);
int f();
int i;
void g()
{
i && (A(), ({ static int l = f(); l; }));
}
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