* 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
+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.
/* { 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);
/* { dg-do compile } */
-/* { dg-options "-O2 -mcpu=5208" } */
-
-#include <stdlib.h>
+/* { dg-options "-O2 -mcpu=5208 -w" } */
void __attribute__ ((noinline))
oof()