bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#17136: [PATCH] dfa: speed up memory allocation, port to IRIX


From: Paul Eggert
Subject: bug#17136: [PATCH] dfa: speed up memory allocation, port to IRIX
Date: Fri, 18 Apr 2014 23:22:14 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

Norihiro Tanaka wrote:
Perhaps, I may run accross it in order to use old GCC (4.1.2 on CentOS
5.10).

Thanks, it's lucky you did, so that we won't be inundated by other people reporting similar problems. I see now that we were passing -Wno-pointer-sign to GCC, and that this suppressed useful diagnostics on newer GCC instances (but not on your older one). I installed the attached patch to fix both the signedness problem, and the diagnostic-suppression problem.

Attachment: 0001-dfa-fix-pointer-type-conversion-bug.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]