Commit 6e97f1f9 by John David Anglin Committed by John David Anglin

* gcc.dg/funcorder.c: xfail hppa*64*-*-*.

From-SVN: r80769
parent 46fcabbc
2004-04-16 John David Anglin <dava.anglin@nrc-cnrc.gc.ca>
2004-04-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* gcc.dg/funcorder.c: xfail hppa*64*-*-*.
* const-elim-1.c: xfail hppa-*-*.
......
/* { dg-do compile } */
/* { dg-options "-O2 -funit-at-a-time" } */
/* { dg-final { if [ istarget hppa*-*-* ] { scan-assembler-not "link_error,%r" } else { scan-assembler-not "link_error" } } } */
/* { dg-final { if [ istarget hppa*-*-* ] { scan-assembler-not "link_error,%r" { xfail hppa*64*-*-* } } else { scan-assembler-not "link_error" } } } */
/* In unit-at-time the functions should be assembled in order
e q t main, so we realize that they are pure. */
e q t main, so we realize that they are pure. The test is
xfailed on hppa64 because variable r in q is sign extended
to 64-bits. As a result, "if (t!=mem)" is not simplified. */
static int mem;
static int e(void) __attribute__ ((noinline));
......
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