Re: patch fixing a test for PR55151

2012-11-09 Thread Vladimir Makarov
On 12-11-08 11:59 AM, Hans-Peter Nilsson wrote: On Wed, 7 Nov 2012, Vladimir Makarov wrote: On 12-11-07 5:27 PM, H.J. Lu wrote: You should check !ia32 target: /* { dg-do compile { target { ! { ia32 } } } } */ Thanks, H.J. I've just fixed it. Index: testsuite/ChangeLog

Re: patch fixing a test for PR55151

2012-11-08 Thread Hans-Peter Nilsson
On Wed, 7 Nov 2012, Vladimir Makarov wrote: > On 12-11-07 5:27 PM, H.J. Lu wrote: > > You should check !ia32 target: > > > > /* { dg-do compile { target { ! { ia32 } } } } */ > > > > > Thanks, H.J. I've just fixed it. > > Index: testsuite/ChangeLog > ===

Re: patch fixing a test for PR55151

2012-11-07 Thread Vladimir Makarov
On 12-11-07 5:27 PM, H.J. Lu wrote: On Wed, Nov 7, 2012 at 2:21 PM, Vladimir Makarov wrote: The following patch adds omitted target for the test. The test was supposed to run on x86-64 only. On 32-bit x86, it should fail. Reload fails on this test on x86 too although with an error message

Re: patch fixing a test for PR55151

2012-11-07 Thread H.J. Lu
On Wed, Nov 7, 2012 at 2:21 PM, Vladimir Makarov wrote: > The following patch adds omitted target for the test. The test was > supposed to run on x86-64 only. On 32-bit x86, it should fail. Reload > fails on this test on x86 too although with an error message. I am going to > add a generatio