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/81021] stack-use-after-scope false positive error with exceptions


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

--- Comment #17 from Avi Kivity <avi@cloudius-systems.com> ---
(In reply to Martin Liška from comment #16)
> 
> Unfortunately I don't have any Fedora system to test it. Do you have any
> experience using Docker? This can be good candidate to reproduce that?

If you run these tree commands:

     docker pull fedora:rawhide
     docker run -it --rm fedora:rawhide bash
     dnf install -y git sudo

then you can continue with the other commands in the container (in fact that's
how I tested that build-dependencies.sh pulls in all dependencies).

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