Re: [patch testsuite]: Correct testcase for LLP64 targets

2014-03-17 Thread Jakub Jelinek
On Mon, Mar 17, 2014 at 12:01:41PM +0100, Kai Tietz wrote: > Sorry, I repost last patch with small correction in dg-do directive. > The ! in there needs additional framing, and I missed the target > keyword. > > Regards, > Kai > > Index: 20010327-1.c > ===

Re: [patch testsuite]: Correct testcase for LLP64 targets

2014-03-17 Thread Kai Tietz
Sorry, I repost last patch with small correction in dg-do directive. The ! in there needs additional framing, and I missed the target keyword. Regards, Kai Index: 20010327-1.c === --- 20010327-1.c(Revision 208594) +++ 20010327-1

Re: [patch testsuite]: Correct testcase for LLP64 targets

2014-03-17 Thread Kai Tietz
2014-03-17 10:53 GMT+01:00 Jakub Jelinek : > On Mon, Mar 17, 2014 at 10:50:35AM +0100, Rainer Orth wrote: >> Hi Kai, >> >> > Index: gcc.c-torture/compile/20010327-1.c >> > === >> > --- gcc.c-torture/compile/20010327-1.c(Revision 20

Re: [patch testsuite]: Correct testcase for LLP64 targets

2014-03-17 Thread Jakub Jelinek
On Mon, Mar 17, 2014 at 10:50:35AM +0100, Rainer Orth wrote: > Hi Kai, > > > Index: gcc.c-torture/compile/20010327-1.c > > === > > --- gcc.c-torture/compile/20010327-1.c(Revision 208594) > > +++ gcc.c-torture/compile/20010327-1.c

Re: [patch testsuite]: Correct testcase for LLP64 targets

2014-03-17 Thread Rainer Orth
Hi Kai, > Index: gcc.c-torture/compile/20010327-1.c > === > --- gcc.c-torture/compile/20010327-1.c(Revision 208594) > +++ gcc.c-torture/compile/20010327-1.c(Arbeitskopie) > @@ -1,4 +1,5 @@ > /* { dg-require-effective-target p

[patch testsuite]: Correct testcase for LLP64 targets

2014-03-17 Thread Kai Tietz
Hi, this patch corrects a regression seen in gcc.c-torture/compile/20010327-1.c for LLP64 targets. ChangeLog 2013-03-17 Kai Tietz * gcc.c-torture/compile/20010327-1.c: Adjust testcase for LLP64 targets. Ok for apply? Regards, Kai Index: gcc.c-torture/compile/20010327-1.c =