mirror of git://gcc.gnu.org/git/gcc.git
funcorder.c: Remove XFAIL for hppa*64*-*-*.
* gcc.dg/funcorder.c: Remove XFAIL for hppa*64*-*-*. From-SVN: r167708
This commit is contained in:
parent
42a75ac498
commit
d8f9a0d39a
|
@ -1,3 +1,7 @@
|
||||||
|
2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||||
|
|
||||||
|
* gcc.dg/funcorder.c: Remove XFAIL for hppa*64*-*-*.
|
||||||
|
|
||||||
2010-12-10 Nicola Pero <nicola.pero@meta-innovation.com>
|
2010-12-10 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||||
|
|
||||||
* objc.dg/fobjc-std-1.m: Updated to test that class extensions
|
* objc.dg/fobjc-std-1.m: Updated to test that class extensions
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
/* { dg-do compile } */
|
/* { dg-do compile } */
|
||||||
/* { dg-options "-O2 -funit-at-a-time" } */
|
/* { dg-options "-O2 -funit-at-a-time" } */
|
||||||
/* { dg-final { if [ istarget hppa*-*-* ] { scan-assembler-not "link_error,%r" { xfail hppa*64*-*-* } } else { scan-assembler-not "link_error" } } } */
|
/* { dg-final { scan-assembler-not "link_error" } } */
|
||||||
/* In unit-at-time the functions should be assembled in order
|
/* In unit-at-time the functions should be assembled in order
|
||||||
e q t main, so we realize that they are pure. The test is
|
e q t main, so we realize that they are pure. */
|
||||||
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 mem;
|
||||||
static int e(void) __attribute__ ((noinline));
|
static int e(void) __attribute__ ((noinline));
|
||||||
|
|
Loading…
Reference in New Issue