------- Comment #2 from aldyh at gcc dot gnu dot org 2009-12-22 14:56 ------- The problem here is a recursive call to gimplify_stmt in gimplify_cond_expr with the true/false statements. This would only happen on thousands of nested ifs.
Should this really be a P2? Can't we change this to a won't fix? I can't see this happening in real code. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40760