Commit e73d717b by Tom de Vries Committed by Tom de Vries

[rs6000] Remove semicolon after do {} while (0) in SUBTARGET_OVERRIDE_OPTIONS

2017-11-07  Tom de Vries  <tom@codesourcery.com>

	* config/rs6000/aix43.h (SUBTARGET_OVERRIDE_OPTIONS): Remove semicolon
	after "do {} while (0)".
	* config/rs6000/aix51.h (SUBTARGET_OVERRIDE_OPTIONS): Same.
	* config/rs6000/aix52.h (SUBTARGET_OVERRIDE_OPTIONS): Same.
	* config/rs6000/aix53.h (SUBTARGET_OVERRIDE_OPTIONS): Same.
	* config/rs6000/aix61.h (SUBTARGET_OVERRIDE_OPTIONS): Same.
	* config/rs6000/aix71.h (SUBTARGET_OVERRIDE_OPTIONS): Same.

From-SVN: r254492
parent 65f480c7
2017-11-07 Tom de Vries <tom@codesourcery.com> 2017-11-07 Tom de Vries <tom@codesourcery.com>
* config/rs6000/aix43.h (SUBTARGET_OVERRIDE_OPTIONS): Remove semicolon
after "do {} while (0)".
* config/rs6000/aix51.h (SUBTARGET_OVERRIDE_OPTIONS): Same.
* config/rs6000/aix52.h (SUBTARGET_OVERRIDE_OPTIONS): Same.
* config/rs6000/aix53.h (SUBTARGET_OVERRIDE_OPTIONS): Same.
* config/rs6000/aix61.h (SUBTARGET_OVERRIDE_OPTIONS): Same.
* config/rs6000/aix71.h (SUBTARGET_OVERRIDE_OPTIONS): Same.
2017-11-07 Tom de Vries <tom@codesourcery.com>
PR other/82784 PR other/82784
* config/arm/arm.c (HANDLE_NARROW_SHIFT_ARITH): Remove semicolon after * config/arm/arm.c (HANDLE_NARROW_SHIFT_ARITH): Remove semicolon after
"while {} do (0)". "while {} do (0)".
...@@ -39,7 +39,7 @@ do { \ ...@@ -39,7 +39,7 @@ do { \
{ \ { \
error ("-maix64 required: 64-bit computation with 32-bit addressing not yet supported"); \ error ("-maix64 required: 64-bit computation with 32-bit addressing not yet supported"); \
} \ } \
} while (0); } while (0)
#undef ASM_SPEC #undef ASM_SPEC
#define ASM_SPEC "-u %{maix64:-a64 %{!mcpu*:-mppc64}} %(asm_cpu)" #define ASM_SPEC "-u %{maix64:-a64 %{!mcpu*:-mppc64}} %(asm_cpu)"
......
...@@ -33,7 +33,7 @@ do { \ ...@@ -33,7 +33,7 @@ do { \
{ \ { \
error ("-maix64 required: 64-bit computation with 32-bit addressing not yet supported"); \ error ("-maix64 required: 64-bit computation with 32-bit addressing not yet supported"); \
} \ } \
} while (0); } while (0)
#undef ASM_SPEC #undef ASM_SPEC
#define ASM_SPEC "-u %{maix64:-a64 %{!mcpu*:-mppc64}} %(asm_cpu)" #define ASM_SPEC "-u %{maix64:-a64 %{!mcpu*:-mppc64}} %(asm_cpu)"
......
...@@ -39,7 +39,7 @@ do { \ ...@@ -39,7 +39,7 @@ do { \
{ \ { \
error ("-maix64 required: 64-bit computation with 32-bit addressing not yet supported"); \ error ("-maix64 required: 64-bit computation with 32-bit addressing not yet supported"); \
} \ } \
} while (0); } while (0)
#undef ASM_SPEC #undef ASM_SPEC
#define ASM_SPEC "-u %{maix64:-a64 %{!mcpu*:-mppc64}} %(asm_cpu)" #define ASM_SPEC "-u %{maix64:-a64 %{!mcpu*:-mppc64}} %(asm_cpu)"
......
...@@ -39,7 +39,7 @@ do { \ ...@@ -39,7 +39,7 @@ do { \
{ \ { \
error ("-maix64 required: 64-bit computation with 32-bit addressing not yet supported"); \ error ("-maix64 required: 64-bit computation with 32-bit addressing not yet supported"); \
} \ } \
} while (0); } while (0)
#undef ASM_SPEC #undef ASM_SPEC
#define ASM_SPEC "-u %{maix64:-a64 %{!mcpu*:-mppc64}} %(asm_cpu)" #define ASM_SPEC "-u %{maix64:-a64 %{!mcpu*:-mppc64}} %(asm_cpu)"
......
...@@ -56,7 +56,7 @@ do { \ ...@@ -56,7 +56,7 @@ do { \
{ \ { \
rs6000_current_cmodel = CMODEL_LARGE; \ rs6000_current_cmodel = CMODEL_LARGE; \
} \ } \
} while (0); } while (0)
#undef ASM_SPEC #undef ASM_SPEC
#define ASM_SPEC "-u %{maix64:-a64 %{!mcpu*:-mppc64}} %(asm_cpu)" #define ASM_SPEC "-u %{maix64:-a64 %{!mcpu*:-mppc64}} %(asm_cpu)"
......
...@@ -56,7 +56,7 @@ do { \ ...@@ -56,7 +56,7 @@ do { \
{ \ { \
rs6000_current_cmodel = CMODEL_LARGE; \ rs6000_current_cmodel = CMODEL_LARGE; \
} \ } \
} while (0); } while (0)
#undef ASM_SPEC #undef ASM_SPEC
#define ASM_SPEC "-u %{maix64:-a64 %{!mcpu*:-mppc64}} %(asm_cpu)" #define ASM_SPEC "-u %{maix64:-a64 %{!mcpu*:-mppc64}} %(asm_cpu)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment