RE: [arc] Remove semicolon after do while (0) in FUNCTION_PROFILER

2017-11-20 Thread Claudiu Zissulescu
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

[arc] Remove semicolon after do while (0) in FUNCTION_PROFILER

2017-11-19 Thread Tom de Vries
olon after do while (0) in FUNCTION_PROFILER 2017-11-19 Tom de Vries * config/arc/arc.h (FUNCTION_PROFILER): Remove semicolon after "do while (0)". --- gcc/config/arc/arc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/arc/arc.h b/gcc/config/arc