[Bug c++/71378] A compilable file fails to compile when ASAN options are specified
marxin at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jun 3 08:19:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71378
--- Comment #4 from Martin Liška <marxin at gcc dot gnu.org> ---
(In reply to asankau from comment #3)
> Hi,
> Is there a workaround to this problem ? (I mean is there anything that I can
> do to the source code of FGConfig.cpp to get rid of this error.)
You can workaround it by adding '--param asan-globals=0' to compile flags used
for the source file.
More information about the Gcc-bugs
mailing list