Re: [PATCH] Add more testing to ubsan #2

2013-12-14 Thread Jakub Jelinek
On Sat, Dec 14, 2013 at 08:24:21PM +0100, Marek Polacek wrote: > This adds more testing of unary -. > > Regtested on x86_64-linux with -m32/-m64, ok for trunk? > > 2013-12-14 Marek Polacek > > testsuite/ > * c-c++-common/ubsan/overflow-negate-1.c: Add more testing. Don't > requir

[PATCH] Add more testing to ubsan #2

2013-12-14 Thread Marek Polacek
This adds more testing of unary -. Regtested on x86_64-linux with -m32/-m64, ok for trunk? 2013-12-14 Marek Polacek testsuite/ * c-c++-common/ubsan/overflow-negate-1.c: Add more testing. Don't require int128 target. * c-c++-common/ubsan/overflow-negate-2.c: New test.