Re: Add a new test

2014-05-18 Thread Jan Hubicka
> Ok to check in the test? OK, Honza > > David > > On Fri, May 16, 2014 at 4:58 PM, Xinliang David Li wrote: > > This test makes sure compiler does not wrongly devirtualize virtual > > calls into __cxa_pure_virtual or __buitlin_unreachable. > > > > Ok to checkin? > > > > David

Re: Add a new test

2014-05-18 Thread Xinliang David Li
Ok to check in the test? David On Fri, May 16, 2014 at 4:58 PM, Xinliang David Li wrote: > This test makes sure compiler does not wrongly devirtualize virtual > calls into __cxa_pure_virtual or __buitlin_unreachable. > > Ok to checkin? > > David

Add a new test

2014-05-16 Thread Xinliang David Li
This test makes sure compiler does not wrongly devirtualize virtual calls into __cxa_pure_virtual or __buitlin_unreachable. Ok to checkin? David Index: testsuite/ChangeLog === --- testsuite/ChangeLog (revision 210479) +++ testsuite/C