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]

Question on second call to unshare_all_trees in gimplify_body


I've been working on sharing problems for the last few days, but this
one has me confused.

According to the comment, we call this in case gimplification is "sloppy".
But if it *is* sloppy, more than not it'll duplicate a node that contains
a STATEMENT_LIST.  But the code ICE's if it tries to copy such a thing.

So I'm lost.  What's the intent here?


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