[PATCH] m68k testsuite TLC
authorJeff Law <law@redhat.com>
Sun, 13 Dec 2015 12:51:02 +0000 (05:51 -0700)
committerJeff Law <law@gcc.gnu.org>
Sun, 13 Dec 2015 12:51:02 +0000 (05:51 -0700)
* gcc.target/m68k/pr63347.c: Remove #include <stdlib> add -w to
command line options.
* gcc.target/m68k/20090709-1.c: Adjust expected output.

From-SVN: r231596

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/m68k/20090709-1.c
gcc/testsuite/gcc.target/m68k/pr63347.c

index 9c371765f95d1e54d4455ef9cfed1aa6ffdceb3d..38d1dbea8d13b4daeee14546bd8313eebe3a0f86 100644 (file)
@@ -1,3 +1,9 @@
+2015-12-13  Jeff Law  <law@redhat.com>
+
+       * gcc.target/m68k/pr63347.c: Remove #include <stdlib> add -w to
+       command line options.
+       * gcc.target/m68k/20090709-1.c: Adjust expected output.
+
 2015-12-12  David Edelsohn  <dje.gcc@gmail.com>
 
        * g++.dg/opt/pr48549.C: XFAIL AIX.
index fda05b7566dda534de5eddc286c669fea7fd1587..ce835a11f1742cc47725e15501a4934ac35d2eb6 100644 (file)
@@ -1,11 +1,11 @@
 /* { dg-do compile } */
 /* There should be 3 occurrences of .LC0 in the code:
    one for the definition of "0",
-   one for use in test1() and
    one for use in test2().
+   The occurrence in test1 is collapsed to an integer constant
    FIXME: At the moment m68k GCC does not optimize test1() to nop
    for some reason.  */
-/* { dg-final { scan-assembler-times ".LC0" 3 } } */
+/* { dg-final { scan-assembler-times ".LC0" 2 } } */
 
 void dummy(char *arg);
 
index 1d23e9a827aa6f4a5e179c6fd27e13ee3e264254..63964769766aefae7fdf9895cc3d84a3edba5987 100644 (file)
@@ -1,7 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2 -mcpu=5208" } */
-
-#include <stdlib.h>
+/* { dg-options "-O2 -mcpu=5208 -w" } */
 
 void __attribute__ ((noinline))
 oof()