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] fix spec2k perl miscompilation [patch]


This patch only warns about a return statement as the last thing in a
statement-expression; it should handle other non-expressions, too, and void
expressions, for that matter.

Looking at this again, the last_expr_stmt stuff is unnecessarily
complicated; we are interested in the last statement period, not the last
expression statement.

Jason


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