From e73d717bc3d15fe53adfde4bf2c83a89332ab35d Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Tue, 7 Nov 2017 09:22:11 +0000 Subject: [PATCH] [rs6000] Remove semicolon after do {} while (0) in SUBTARGET_OVERRIDE_OPTIONS 2017-11-07 Tom de Vries * 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 --- gcc/ChangeLog | 10 ++++++++++ gcc/config/rs6000/aix43.h | 2 +- gcc/config/rs6000/aix51.h | 2 +- gcc/config/rs6000/aix52.h | 2 +- gcc/config/rs6000/aix53.h | 2 +- gcc/config/rs6000/aix61.h | 2 +- gcc/config/rs6000/aix71.h | 2 +- 7 files changed, 16 insertions(+), 6 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 105f222e789..f8ac0494747 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +2017-11-07 Tom de Vries + + * 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 PR other/82784 diff --git a/gcc/config/rs6000/aix43.h b/gcc/config/rs6000/aix43.h index d61956d3b28..bd8a2c08da2 100644 --- a/gcc/config/rs6000/aix43.h +++ b/gcc/config/rs6000/aix43.h @@ -39,7 +39,7 @@ do { \ { \ error ("-maix64 required: 64-bit computation with 32-bit addressing not yet supported"); \ } \ -} while (0); +} while (0) #undef ASM_SPEC #define ASM_SPEC "-u %{maix64:-a64 %{!mcpu*:-mppc64}} %(asm_cpu)" diff --git a/gcc/config/rs6000/aix51.h b/gcc/config/rs6000/aix51.h index af7e38e1775..e9f88df23da 100644 --- a/gcc/config/rs6000/aix51.h +++ b/gcc/config/rs6000/aix51.h @@ -33,7 +33,7 @@ do { \ { \ error ("-maix64 required: 64-bit computation with 32-bit addressing not yet supported"); \ } \ -} while (0); +} while (0) #undef ASM_SPEC #define ASM_SPEC "-u %{maix64:-a64 %{!mcpu*:-mppc64}} %(asm_cpu)" diff --git a/gcc/config/rs6000/aix52.h b/gcc/config/rs6000/aix52.h index 35d2286e5b3..eade64c5f64 100644 --- a/gcc/config/rs6000/aix52.h +++ b/gcc/config/rs6000/aix52.h @@ -39,7 +39,7 @@ do { \ { \ error ("-maix64 required: 64-bit computation with 32-bit addressing not yet supported"); \ } \ -} while (0); +} while (0) #undef ASM_SPEC #define ASM_SPEC "-u %{maix64:-a64 %{!mcpu*:-mppc64}} %(asm_cpu)" diff --git a/gcc/config/rs6000/aix53.h b/gcc/config/rs6000/aix53.h index a1fbd834d47..b16488b3ba3 100644 --- a/gcc/config/rs6000/aix53.h +++ b/gcc/config/rs6000/aix53.h @@ -39,7 +39,7 @@ do { \ { \ error ("-maix64 required: 64-bit computation with 32-bit addressing not yet supported"); \ } \ -} while (0); +} while (0) #undef ASM_SPEC #define ASM_SPEC "-u %{maix64:-a64 %{!mcpu*:-mppc64}} %(asm_cpu)" diff --git a/gcc/config/rs6000/aix61.h b/gcc/config/rs6000/aix61.h index 0b615057087..25fcb62ea95 100644 --- a/gcc/config/rs6000/aix61.h +++ b/gcc/config/rs6000/aix61.h @@ -56,7 +56,7 @@ do { \ { \ rs6000_current_cmodel = CMODEL_LARGE; \ } \ -} while (0); +} while (0) #undef ASM_SPEC #define ASM_SPEC "-u %{maix64:-a64 %{!mcpu*:-mppc64}} %(asm_cpu)" diff --git a/gcc/config/rs6000/aix71.h b/gcc/config/rs6000/aix71.h index 4b986d6a818..3b8de897ede 100644 --- a/gcc/config/rs6000/aix71.h +++ b/gcc/config/rs6000/aix71.h @@ -56,7 +56,7 @@ do { \ { \ rs6000_current_cmodel = CMODEL_LARGE; \ } \ -} while (0); +} while (0) #undef ASM_SPEC #define ASM_SPEC "-u %{maix64:-a64 %{!mcpu*:-mppc64}} %(asm_cpu)" -- 2.30.2