gcc/testsuite/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Dec 2012 19:55:01 +0000 (19:55 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Dec 2012 19:55:01 +0000 (19:55 +0000)
* gcc.target/mips/ext-2.c: Require -mlong64.

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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/mips/ext-2.c

index 5ada4db..efbf048 100644 (file)
@@ -1,3 +1,7 @@
+2012-12-10  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * gcc.target/mips/ext-2.c: Require -mlong64.
+
 2012-12-10  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/55107
index 5d68bc5..320d42d 100644 (file)
@@ -2,7 +2,7 @@
    zero_extract.  The truncate is due to TARGET_PROMOTE_PROTOTYPES, the
    zero_extend to PROMOTE_MODE.  */
 /* { dg-do compile } */
-/* { dg-options "isa_rev>=2 -mgp64" } */
+/* { dg-options "isa_rev>=2 -mgp64 -mlong64" } */
 /* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */
 /* { dg-final { scan-assembler "\tdext\t" } } */
 /* { dg-final { scan-assembler-not "\tand" } } */