Fix missing space of r278890
authorLuo Xiong Hu <luoxhu@linux.ibm.com>
Tue, 3 Dec 2019 01:46:16 +0000 (01:46 +0000)
committerXiong Hu Luo <luoxhu@gcc.gnu.org>
Tue, 3 Dec 2019 01:46:16 +0000 (01:46 +0000)
gcc/testsuite/ChangeLog:

2019-12-03  Luo Xiong Hu  <luoxhu@linux.ibm.com>

* gcc.target/powerpc/pr72804.c: Fix missing space.

From-SVN: r278918

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/pr72804.c

index 915c062b76e96e569bcf6d5f561f0f935396da27..520581de661c21afaf9a0f938374cb57f6bc458f 100644 (file)
@@ -1,3 +1,7 @@
+2019-12-03  Luo Xiong Hu  <luoxhu@linux.ibm.com>
+
+       * gcc.target/powerpc/pr72804.c: Fix missing space.
+
 2019-12-03  Joseph Myers  <joseph@codesourcery.com>
 
        PR c/88704
index d424bccd5c3e7f46f81714463177df82bd32e575..38dff549210d094daf2058bee3e9eeb30eaeb4cc 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile { target { lp64 } } } */
 /* { dg-require-effective-target powerpc_vsx_ok } */
-/* { dg-options "-O2 -mvsx"} */
+/* { dg-options "-O2 -mvsx" } */
 
 __int128_t
 foo (__int128_t *src)
@@ -11,4 +11,4 @@ foo (__int128_t *src)
 
 /* { dg-final { scan-assembler-times {\mld\M} 2 } } */
 /* { dg-final { scan-assembler-times {\mnot\M} 2 } } */
-/* { dg-final { scan-assembler-not {\mlxvd2x\M} } }*/
+/* { dg-final { scan-assembler-not {\mlxvd2x\M} } } */