Re: [PINGv2][PATCH] Fix for PR 61875

2014-09-02 Thread Yury Gribov
On 09/01/2014 08:28 PM, Jakub Jelinek wrote: This situation occurs when somebody decides to build GCC with -fexeptions and -frtti which are forbidden for libsanitizer. I don't see a reason for this, simply don't do that, libsanitizer AFAIK isn't the only library where it is highly undesirable

[PINGv2][PATCH] Fix for PR 61875

2014-09-01 Thread Marat Zakirov
On 08/26/2014 12:47 PM, Marat Zakirov wrote: On 08/18/2014 07:37 PM, Marat Zakirov wrote: Hi there! I have a fix for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61875. This situation occurs when somebody decides to build GCC with -fexeptions and -frtti which are forbidden for libsanitizer.

Re: [PINGv2][PATCH] Fix for PR 61875

2014-09-01 Thread Jakub Jelinek
On Mon, Sep 01, 2014 at 07:55:52PM +0400, Marat Zakirov wrote: I have a fix for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61875. This situation occurs when somebody decides to build GCC with -fexeptions and -frtti which are forbidden for libsanitizer. They get strange error (see bug above)