Re: [committed] Skip gcc.dg/torture/pr60092.c on 32-bit hpux

2014-03-27 Thread John David Anglin
On 24-Mar-14, at 2:45 AM, Rainer Orth wrote: John David Anglin writes: Index: gcc.dg/torture/pr60092.c === --- gcc.dg/torture/pr60092.c(revision 208769) +++ gcc.dg/torture/pr60092.c(working copy) @@ -1,5 +1,6 @@ /* { dg-

Re: [committed] Skip gcc.dg/torture/pr60092.c on 32-bit hpux

2014-03-24 Thread Rainer Orth
John David Anglin writes: > On 3/24/2014 2:45 AM, Rainer Orth wrote: >> John David Anglin writes: >> >>> Index: gcc.dg/torture/pr60092.c >>> === >>> --- gcc.dg/torture/pr60092.c(revision 208769) >>> +++ gcc.dg/torture/pr6009

Re: [committed] Skip gcc.dg/torture/pr60092.c on 32-bit hpux

2014-03-24 Thread John David Anglin
On 3/24/2014 2:45 AM, Rainer Orth wrote: John David Anglin writes: Index: gcc.dg/torture/pr60092.c === --- gcc.dg/torture/pr60092.c(revision 208769) +++ gcc.dg/torture/pr60092.c(working copy) @@ -1,5 +1,6 @@ /* { dg-do r

Re: [committed] Skip gcc.dg/torture/pr60092.c on 32-bit hpux

2014-03-23 Thread Rainer Orth
John David Anglin writes: > Index: gcc.dg/torture/pr60092.c > === > --- gcc.dg/torture/pr60092.c (revision 208769) > +++ gcc.dg/torture/pr60092.c (working copy) > @@ -1,5 +1,6 @@ > /* { dg-do run } */ > /* { dg-require-weak "" }

[committed] Skip gcc.dg/torture/pr60092.c on 32-bit hpux

2014-03-23 Thread John David Anglin
The test fails because there is no undefined weak support on 32-bit hpux. Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11. Committed to trunk. Dave -- John David Anglin dave.ang...@bell.net 2014-03-23 John David Anglin * gcc.dg/torture/pr60092.c: Skip on 32-bit hpux