diff options
author | Tom de Vries <tom@codesourcery.com> | 2017-11-07 09:22:11 +0000 |
---|---|---|
committer | Tom de Vries <vries@gcc.gnu.org> | 2017-11-07 09:22:11 +0000 |
commit | e73d717bc3d15fe53adfde4bf2c83a89332ab35d (patch) | |
tree | a43db298eff20613d00ff040fb93462f9d81d2c2 /gcc | |
parent | 65f480c76f990a2f8060f92d371d1da65dd8ff3a (diff) | |
download | gcc-e73d717bc3d15fe53adfde4bf2c83a89332ab35d.zip gcc-e73d717bc3d15fe53adfde4bf2c83a89332ab35d.tar.gz gcc-e73d717bc3d15fe53adfde4bf2c83a89332ab35d.tar.bz2 |
[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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 10 | ||||
-rw-r--r-- | gcc/config/rs6000/aix43.h | 2 | ||||
-rw-r--r-- | gcc/config/rs6000/aix51.h | 2 | ||||
-rw-r--r-- | gcc/config/rs6000/aix52.h | 2 | ||||
-rw-r--r-- | gcc/config/rs6000/aix53.h | 2 | ||||
-rw-r--r-- | gcc/config/rs6000/aix61.h | 2 | ||||
-rw-r--r-- | gcc/config/rs6000/aix71.h | 2 |
7 files changed, 16 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 105f222..f8ac049 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,15 @@ 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 * config/arm/arm.c (HANDLE_NARROW_SHIFT_ARITH): Remove semicolon after "while {} do (0)". diff --git a/gcc/config/rs6000/aix43.h b/gcc/config/rs6000/aix43.h index d61956d..bd8a2c0 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 af7e38e..e9f88df 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 35d2286..eade64c 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 a1fbd83..b16488b 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 0b61505..25fcb62 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 4b986d6..3b8de89 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)" |