This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
WITH_CLEANUP_EXPR oddity
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: gcc at gcc dot gnu dot org
- Date: Sun, 20 Jun 04 17:26:47 EDT
- Subject: WITH_CLEANUP_EXPR oddity
I believe it's the case that if you gimplify something that's already
been gimplified that nothing is supposed to happen the second time.
But that's not true if the first gimplification makes a WITH_CLEANUP_EXPR.
Gimplifying that will ICE.
What's supposed to happen here?