This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]