Re: [patch, testsuite] Patch for gcc.dg/pr49994-3.c on HP-UX

2011-10-20 Thread Steve Ellcey
On Thu, 2011-10-20 at 18:23 +0200, Rainer Orth wrote: > Steve Ellcey writes: > > > Index: gcc.dg/pr49994-3.c > > === > > --- gcc.dg/pr49994-3.c (revision 180233) > > +++ gcc.dg/pr49994-3.c (working copy) > > @@ -2,6 +2,7 @@

Re: [patch, testsuite] Patch for gcc.dg/pr49994-3.c on HP-UX

2011-10-20 Thread Rainer Orth
Steve Ellcey writes: > Index: gcc.dg/pr49994-3.c > === > --- gcc.dg/pr49994-3.c(revision 180233) > +++ gcc.dg/pr49994-3.c(working copy) > @@ -2,6 +2,7 @@ > /* { dg-options "-O2 -fsched2-use-superblocks -g" } */ > /*

[patch, testsuite] Patch for gcc.dg/pr49994-3.c on HP-UX

2011-10-20 Thread Steve Ellcey
I am going to check this change in as obvious later today if there are no objections, the test gives warnings on HP-UX because it calls __builtin_return_address with arguments of 0 through 5 but the value 0 is the only valid argument to __builtin_return_address on HP-UX. Tested on IA64 and PA HP