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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2017-03-20
                 CC|                            |marxin at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
Well, just adding the param and -fsanitize-address-use-after-scope does not
enable any sanitization. One has to add -fsanitize=address to trigger real
sanitization. With Address Sanitizer, the code really grows, which is kind of
expected.

Reply via email to