https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88056
--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> --- Author: marxin Date: Wed Jul 3 08:29:48 2019 New Revision: 272991 URL: https://gcc.gnu.org/viewcvs?rev=272991&root=gcc&view=rev Log: Fix use-after-scope in host-mingw32.c (PR target/88056). 2019-07-03 Martin Liska <mli...@suse.cz> PR target/88056 * config/i386/host-mingw32.c (mingw32_gt_pch_use_address): Define local_object_name in outer scope in order to handle use-after-scope issue. Modified: trunk/gcc/ChangeLog trunk/gcc/config/i386/host-mingw32.c