This is the mail archive of the gcc-bugs@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]

[Bug sanitizer/84340] [8 regression] g++.dg/asan/use-after-scope-types-1.C (and others) fails after r257585


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84340

--- Comment #6 from Richard Biener <rguenth at gcc dot gnu.org> ---
(In reply to Richard Biener from comment #5)
> Doens't have anything todo with EAF_DIRECT (which is correct) but POISON has
> to be marked with reading from the argument as otherwise stores are not kept
> live.

Ah, no, in this case it is the EAF_DIRECT.  But I'm not sure how ASAN works
here....

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