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: [lto] PATCH COMMITTED to fix missing semicolons.


On 8/1/07, David Daney <ddaney@avtrex.com> wrote:
> #define LTO_DEBUG_INDENT(tag) do {} while(0)

or
(void)0

Both will force required semicolons and not allow assignments after it.

Thanks,
Andrew Pinski


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