Hello, Caroline,
On Sep 12, 2013, Caroline Tice wrote:
> 2013-09-12 Caroline Tice
> * Makefile.am: Re-instante ENABLE_VTABLE_VERIFY checks, to make
> sure testsuite is not run if libstdc++ and libgcc were not built
> with vtable verification.
> * Makefile.in: R
(Putting into plain test for gcc-patches list).
On Mon, Sep 23, 2013 at 11:42 AM, Caroline Tice wrote:
>
> Ping?
>
>
> On Thu, Sep 12, 2013 at 10:44 AM, Caroline Tice wrote:
>>
>> On Wed, Sep 11, 2013 at 12:35 PM, H.J. Lu wrote:
>> > On Wed, Sep 11, 2013 at 12:27 PM, Caroline Tice
>> > wrote:
On Wed, Sep 11, 2013 at 12:35 PM, H.J. Lu wrote:
> On Wed, Sep 11, 2013 at 12:27 PM, Caroline Tice wrote:
>>
>>> 2. Why does libvtv/configure.ac have
>>>
>>> echo 'MULTISUBDIR =' >> $ac_file
>>> ml_norecursion=yes
>>> . ${multi_basedir}/config-ml.in
>>>
>>> when AM_ENABLE_MULTILIB is
On Wed, Sep 11, 2013 at 12:27 PM, Caroline Tice wrote:
>
>> 2. Why does libvtv/configure.ac have
>>
>> echo 'MULTISUBDIR =' >> $ac_file
>> ml_norecursion=yes
>> . ${multi_basedir}/config-ml.in
>>
>> when AM_ENABLE_MULTILIB is used? I got
>>
>> make[3]: Entering directory
>> `/export/b
On Wed, Sep 11, 2013 at 11:22 AM, Caroline Tice wrote:
> This patch should fix the issues that people were having with the
> libvtv testsuite being run (and failing) when GCC was not configured
> with --enable-vtable-verify. I am still in the process of running
> some tests, but at this point I
On Wed, Sep 11, 2013 at 12:07 PM, H.J. Lu wrote:
> On Wed, Sep 11, 2013 at 11:22 AM, Caroline Tice wrote:
>> This patch should fix the issues that people were having with the
>> libvtv testsuite being run (and failing) when GCC was not configured
>> with --enable-vtable-verify. I am still in th
This patch should fix the issues that people were having with the
libvtv testsuite being run (and failing) when GCC was not configured
with --enable-vtable-verify. I am still in the process of running
some tests, but at this point I am fairly confident that this patch
works correctly. Even thoug