Re: [PATCH] Add testcase for PR sanitizer/65000

2015-02-12 Thread Richard Henderson
On 02/12/2015 01:23 PM, Jakub Jelinek wrote: > Ok for trunk? > > 2015-02-12 Jakub Jelinek > > PR sanitizer/65000 > * g++.dg/ubsan/pr65000.C: New test. Yes, thanks. I was still trying to generate a pure C++ testcase, without -fsanitize. Ah well... r~

[PATCH] Add testcase for PR sanitizer/65000

2015-02-12 Thread Jakub Jelinek
Hi! This patch adds testcase for the PR you've fixed. Bootstrapped/regtested on x86_64-linux and i686-linux, additionally tested with your patch reverted, where the testcase fails. Ok for trunk? 2015-02-12 Jakub Jelinek PR sanitizer/65000 * g++.dg/ubsan/pr65000.C: New test.