re PR middle-end/52450 (FAIL: gcc.dg/torture/pr52402.c at -O1 and above)
PR middle-end/52450 * gcc.dg/torture/pr52402.c: Remove xfail for hppa*-*-hpux*. From-SVN: r194026
This commit is contained in:
parent
c88fe5d238
commit
47b1457a46
|
@ -1,3 +1,8 @@
|
|||
2012-12-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||
|
||||
PR middle-end/52450
|
||||
* gcc.dg/torture/pr52402.c: Remove xfail for hppa*-*-hpux*.
|
||||
|
||||
2012-12-01 Zdenek Sojka <zsojka@seznam.cz>
|
||||
|
||||
PR debug/53860
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-options "-w -Wno-psabi" } */
|
||||
/* { dg-require-effective-target int32plus } */
|
||||
/* { dg-xfail-run-if "pr52450" { { hppa*-*-hpux* } && { ! lp64 } } } */
|
||||
|
||||
typedef int v4si __attribute__((vector_size(16)));
|
||||
struct T { v4si i[2]; int j; } __attribute__((packed));
|
||||
|
|
Loading…
Reference in New Issue