http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53545
--- Comment #5 from Marc Glisse <glisse at gcc dot gnu.org> 2012-06-04 19:54:05 UTC --- (In reply to comment #4) > Could this be a similar problem as observed in bug 53498, comment 1? Indeed, the testcases look similar and the stack traces are both infinite recursions that ping-pong between the same 2 functions. Thanks.