This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug sanitizer/61475] Building Firefox with ASan is broken in the packaging step
- From: "kcc at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 16 Jun 2014 08:11:25 +0000
- Subject: [Bug sanitizer/61475] Building Firefox with ASan is broken in the packaging step
- Auto-submitted: auto-generated
- References: <bug-61475-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61475
--- Comment #6 from Kostya Serebryany <kcc at gcc dot gnu.org> ---
So, clang trunk works and gcc trunk fails, right?
Could be a miscompile by GCC.
I'd suggest to find the guilty module somehow (e.g. build all modules w/ and
w/o asan and then mix them in different proportions until you have just
one asan-ified module and FF still fails).
(I may not get to reproducing this myself any time soon, sorry)