[Bug fortran/55341] address-sanitizer and Fortran
kcc at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Dec 21 08:11:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55341
--- Comment #41 from Kostya Serebryany <kcc at gcc dot gnu.org> 2012-12-21 08:11:19 UTC ---
Wild guess: does Fortran have any custom unwinding mechanism (like exceptions
in C++ or longjmp in C)?
For C/C++ we've spent quite some time to get rid of false stack-buffer-overflow
reports caused by exceptions and longjmp.
More information about the Gcc-bugs
mailing list