Re: [committed] xfail gcc.dg/tree-ssa/pr55579.c on 32-bit hppa*-*-hpux*

2013-03-11 Thread John David Anglin
On 11-Mar-13, at 5:25 AM, Rainer Orth wrote: You most likely need whitespace before the xfail. Also try to add a comment (PR reference?) explaining it. Added comments explaining xfails for gcc.dg/tree-ssa/pr55579.c and gcc.dg/tree-ssa/vector-4.c. Fixed whitespace. Committed after testing

Re: [committed] xfail gcc.dg/tree-ssa/pr55579.c on 32-bit hppa*-*-hpux*

2013-03-11 Thread Rainer Orth
John David Anglin writes: > Index: gcc.dg/tree-ssa/pr55579.c > === > --- gcc.dg/tree-ssa/pr55579.c (revision 196546) > +++ gcc.dg/tree-ssa/pr55579.c (working copy) > @@ -11,5 +11,5 @@ >return x; > } > > -/* { dg-final { scan-t

[committed] xfail gcc.dg/tree-ssa/pr55579.c on 32-bit hppa*-*-hpux*

2013-03-10 Thread John David Anglin
Committed to trunk. Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp- hpux11.11. Dave -- John David Anglin dave.ang...@bell.net 2013-03-10 John David Anglin PR debug/56307 * gcc.dg/tree-ssa/pr55579.c: xfail 32-bit hppa*-*-hpux*. Index: gcc.dg/tree-ssa/pr55579.c ===