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: [arc] Remove semicolon after do while (0) in FUNCTION_PROFILER


Thanks Tom,
Claudiu
________________________________________
From: Tom de Vries [Tom_deVries@mentor.com]
Sent: Sunday, November 19, 2017 1:27 PM
To: GCC Patches
Cc: Claudiu Zissulescu
Subject: [arc] Remove semicolon after do while (0) in FUNCTION_PROFILER

Hi,

this patch removes a semicolon after "do while (0)" in
FUNCTION_PROFILER. This allows the macro to be used in if-then-elses
without curly braces.

Build arc-unkown-elf as far as that goes atm (fails somewhere in libgcc).

Committed as trivial.

Thanks,
- Tom


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