From 3412efc86e9f46baf410250c8212e712c62d8db9 Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Sun, 19 Nov 2017 10:40:00 +0000 Subject: [PATCH] [phoenix] Remove semicolon after do {} while (0) in TARGET_OS_CPP_BUILTINS 2017-11-19 Tom de Vries * config/phoenix.h (TARGET_OS_CPP_BUILTINS): Remove semicolon after "do {} while (0)". From-SVN: r254928 --- gcc/ChangeLog | 5 +++++ gcc/config/phoenix.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0a608bf1f58..175dbeeb399 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-11-19 Tom de Vries + + * config/phoenix.h (TARGET_OS_CPP_BUILTINS): Remove semicolon after + "do {} while (0)". + 2017-11-19 Tom de Vries * config/visium/visium.h (ASM_OUTPUT_CASE_END): Remove semicolon after diff --git a/gcc/config/phoenix.h b/gcc/config/phoenix.h index 64728a5e048..1799efdc555 100644 --- a/gcc/config/phoenix.h +++ b/gcc/config/phoenix.h @@ -24,7 +24,7 @@ along with GCC; see the file COPYING3. If not see builtin_define_std ("unix"); \ builtin_assert ("system=phoenix"); \ builtin_assert ("system=unix"); \ - } while(0); + } while (0) #define STD_LIB_SPEC "%{!shared:%{g*:-lg} %{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}}" -- 2.30.2