This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Do not instrument string cst w/ unknown decl size (PR, sanitizer/71378)


On 06/03/2016 01:00 PM, Jakub Jelinek wrote:
> I think the STRING_CST with non-constant size is already a bug, so this
> patch looks to me just like a workaround for a bug that is somewhere else.

Ah, thanks for clarification, it looked weird to me. I've just reclassified
the PR, btw. clang++ rejects the snippet:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71378#c8

Martin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]