Commit d686d806 by Jeff Law Committed by Jeff Law

[PATCH] m68k testsuite TLC

	* 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
parent 40e2341e
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()
......
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