Thanks Tom, Claudiu ________________________________________ From: Tom de Vries [tom_devr...@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