This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/81861] [8.0 Regression] ASan pr64820.c testcase segfaults with LTO and -fstack-protector-strong
- From: "ubizjak at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 16 Aug 2017 20:39:54 +0000
- Subject: [Bug target/81861] [8.0 Regression] ASan pr64820.c testcase segfaults with LTO and -fstack-protector-strong
- Auto-submitted: auto-generated
- References: <bug-81861-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81861
Uroš Bizjak <ubizjak at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|lto |target
--- Comment #7 from Uroš Bizjak <ubizjak at gmail dot com> ---
(In reply to Maxim Ostapenko from comment #6)
> Moving options saving down fixes the issue, although I'm not sure this is a
> correct fix.
This does look like a correct fix to me. Also, regression tests with the patch
on x86_64-linux-gnu {,-m32} were OK.
Back to target component...