[Bug middle-end/81897] [6/7 Regression] spurious -Wmaybe-uninitialized warning

law at redhat dot com gcc-bugzilla@gcc.gnu.org
Wed Jan 10 18:54:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81897

--- Comment #21 from Jeffrey A. Law <law at redhat dot com> ---
I'm pretty sure the testcase from c#16 is a different underlying issue and an
DUP of an existing BZ.  Note the ASMs.  Jump threading is (overly) conservative
when it encounters an ASM on the path and simply refuses to thread the path.

As a result we leave unexecutable paths in the CFG leading to the warning.


More information about the Gcc-bugs mailing list