Commit 19d9824b by Luo Xiong Hu Committed by Xiong Hu Luo

Fix missing space of r278890

gcc/testsuite/ChangeLog:

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

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

From-SVN: r278918
parent 85d11957
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> 2019-12-03 Joseph Myers <joseph@codesourcery.com>
PR c/88704 PR c/88704
......
/* { dg-do compile { target { lp64 } } } */ /* { dg-do compile { target { lp64 } } } */
/* { dg-require-effective-target powerpc_vsx_ok } */ /* { dg-require-effective-target powerpc_vsx_ok } */
/* { dg-options "-O2 -mvsx"} */ /* { dg-options "-O2 -mvsx" } */
__int128_t __int128_t
foo (__int128_t *src) foo (__int128_t *src)
...@@ -11,4 +11,4 @@ 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 {\mld\M} 2 } } */
/* { dg-final { scan-assembler-times {\mnot\M} 2 } } */ /* { dg-final { scan-assembler-times {\mnot\M} 2 } } */
/* { dg-final { scan-assembler-not {\mlxvd2x\M} } }*/ /* { dg-final { scan-assembler-not {\mlxvd2x\M} } } */
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