On Wed, Feb 03, 2016 at 09:46:31AM +0000, Kyrill Tkachov wrote: > Hi Nick, > > On 03/02/16 08:35, Nick Clifton wrote: > >Hi Kyrill, > > > > I would like to approve this patch, but cannot, since it is not ARM > > specific. I think that if you ping the list you may be able to get a > > response, and it would be nice to see this whole patch series checked > > in before the gcc 6 branch occurs. > > > >Cheers > > Nick > > > >PS. If necessary you could always move the test to gcc.target/arm... > > > > Thanks again for looking at these. > I'd like to keep this test in the generic directory as we're > trying to avoid cluttering the gcc.target directories with > tests that are not arm-specific. > > CC'ing Jakub then. Jakub, is it ok to have the test from > https://gcc.gnu.org/ml/gcc-patches/2016-01/msg01717.html > in gcc.c-torture/execute/ ?
The test is not portable, so not in this form. Does the test reproduce what you want if you change 0xfffffff1 to -15? If yes, the test is ok with that change. Jakub