Skip to content

Commit fadadb9

Browse files
author
vries
committed
[arc] Remove semicolon after do while (0) in FUNCTION_PROFILER
2017-11-19 Tom de Vries <[email protected]> * config/arc/arc.h (FUNCTION_PROFILER): Remove semicolon after "do while (0)". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@254929 138bc75d-0d04-0410-961f-82ee72b054a4
1 parent 70b53a9 commit fadadb9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

gcc/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2017-11-19 Tom de Vries <[email protected]>
2+
3+
* config/arc/arc.h (FUNCTION_PROFILER): Remove semicolon after
4+
"do while (0)".
5+
16
2017-11-19 Tom de Vries <[email protected]>
27

38
* config/phoenix.h (TARGET_OS_CPP_BUILTINS): Remove semicolon after

gcc/config/arc/arc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ extern int arc_initial_elimination_offset(int from, int to);
822822
fprintf (FILE, "\tbl\t__mcount@plt\n"); \
823823
else \
824824
fprintf (FILE, "\tbl\t__mcount\n"); \
825-
} while (0);
825+
} while (0)
826826

827827
#define NO_PROFILE_COUNTERS 1
828828

0 commit comments

Comments
 (0)