Commit 107d7676 by Uros Bizjak Committed by Uros Bizjak

unsigned-long-compare.c: Remove target selector.

	* gcc.dg/unsigned-long-compare.c: Remove target selector.

From-SVN: r127831
parent 3ae3dbd6
2007-08-23 Uros Bizjak <ubizjak@gmail.com> 2007-08-27 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/unsigned-long-compare.c: Remove target selector.
2007-08-27 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/arm-eabi1.c, gcc.dg/symbian1.c, cc.dg/symbian2.c, * gcc.dg/arm-eabi1.c, gcc.dg/symbian1.c, cc.dg/symbian2.c,
gcc.dg/symbian3.c, gcc.dg/symbian4.c, gcc.dg/symbian5.c, gcc.dg/symbian3.c, gcc.dg/symbian4.c, gcc.dg/symbian5.c,
gcc.dg/20051215-1.c: Move to gcc.target/arm directory. gcc.dg/20051215-1.c: Move to gcc.target/arm directory.
* gcc.dg/const-compare.c, gcc.dg/non-lazy-ptr-test.c, * gcc.dg/const-compare.c, gcc.dg/non-lazy-ptr-test.c,
gcc.dg/unsigned-long-compare.c, gcc.dg/rs6000-leaf.c: Move to gcc.dg/rs6000-leaf.c: Move to gcc.target/powerpc directory.
gcc.target/powerpc directory.
* gcc.dg/m68k-pic-1.c, gcc.dg/m68k-slp-ice.c: Move to * gcc.dg/m68k-pic-1.c, gcc.dg/m68k-slp-ice.c: Move to
gcc.target/m68k directory. gcc.target/m68k directory.
* gcc.dg/i386-darwin-fpmath.c: Move to gcc.target/i386 directory. * gcc.dg/i386-darwin-fpmath.c: Move to gcc.target/i386 directory.
...@@ -25,7 +28,7 @@ ...@@ -25,7 +28,7 @@
gcc.dg/sh4a-sincosf.c, gcc.dg/sh4a-sinf.c gcc.dg/sh-relax.c, gcc.dg/sh4a-sincosf.c, gcc.dg/sh4a-sinf.c gcc.dg/sh-relax.c,
gcc.dg/sh-relax-vxworks.c: Move to gcc.target/sh directory. gcc.dg/sh-relax-vxworks.c: Move to gcc.target/sh directory.
2007-08-23 Uros Bizjak <ubizjak@gmail.com> 2007-08-27 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/pow-1.c: Fix scan-assembler-not. * gcc.target/i386/pow-1.c: Fix scan-assembler-not.
* gcc.target/i386/asm-3.c: Skip -fpic ilp32 targets only. * gcc.target/i386/asm-3.c: Skip -fpic ilp32 targets only.
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
expansion emits a function whose return is unbiased and needs expansion emits a function whose return is unbiased and needs
adjustment. */ adjustment. */
/* Origin: Carlos O'Donell <carlos@codesourcery.com> */ /* Origin: Carlos O'Donell <carlos@codesourcery.com> */
/* { dg-do run { target arm-*-*eabi* } } */ /* { dg-do run } */
/* { dg-options "" } */ /* { dg-options "" } */
#include <stdlib.h> #include <stdlib.h>
......
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