This is the mail archive of the gcc-patches@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]

Re: [tree-ssa] PATCH to finish is_gimple_stmt


On Thu, 26 Jun 2003, Jason Merrill wrote:
> +     case COMPOUND_EXPR:
> +       /* FIXME should we work harder to make COMPOUND_EXPRs void?  */

ISTR from gcj that Bad Things can happen in the gimplifier if a
COMPOUND_EXPR is non-void, so the frontend now does a little extra work to
avoid that.  I've forgotten the details though.

Jeff


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