OSDN Git Service

gcc/testsuite/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 18 Jul 2010 12:20:16 +0000 (12:20 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 18 Jul 2010 12:20:16 +0000 (12:20 +0000)
* gcc.target/mips/cache-1.c: Allow 0 instead of 0x0.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162285 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/mips/cache-1.c

index 0431161..aaaed84 100644 (file)
@@ -1,5 +1,9 @@
 2010-07-18  Richard Sandiford  <rdsandiford@googlemail.com>
 
+       * gcc.target/mips/cache-1.c: Allow 0 instead of 0x0.
+
+2010-07-18  Richard Sandiford  <rdsandiford@googlemail.com>
+
        * gcc.target/mips/mips.exp (mips_option_groups): Add -mflip-mips16
        to the "mips16" group.
        (mips_using_mips16_p): New procedure.
index 05cb407..da89706 100644 (file)
@@ -26,5 +26,5 @@ f4 (const volatile unsigned char *area)
 
 /* { dg-final { scan-assembler "\tcache\t0x14,0\\(\\\$4\\)" } } */
 /* { dg-final { scan-assembler "\tcache\t0x18,20\\(\\\$4\\)" } } */
-/* { dg-final { scan-assembler "\tcache\t0x0,0\\(\\\$.\\)" } } */
+/* { dg-final { scan-assembler "\tcache\t(0x|)0,0\\(\\\$.\\)" } } */
 /* { dg-final { scan-assembler "\tcache\t0x4,-80\\(\\\$4\\)" } } */