This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch] libstdc++/19664
Benjamin Kosnik wrote:
>>Yes ;) My point - sorry about the misunderstanding, maybe due to my bad
>>english - was that you *need x86_64* to reproduce the above. Also
>>affects other primary targets.
>>
>>
>Is there a way to show the visibility issue failing reliably on all
>targets with libstdc++? There must be, since this is a bug....
>
>
Well, HJ, as part of the fix for 19664 (already in mainline, by the way)
prepared a set of testcases:
http://gcc.gnu.org/ml/gcc-patches/2005-02/msg00330.html
But those testcases do not involve the library. To my best knowledge the
problem show up only on some targets and you need to program in DejaGNU
the testcase at the beginning of this thread. Indeed, taking inspiration
from HJ work would not be such difficult if a little boring ;)
Paolo.