[Bug regression/55759] bogus warning when building drivers/ata/libata-core.c in v3.7 of the linux kernel

law at redhat dot com gcc-bugzilla@gcc.gnu.org
Wed Nov 20 00:42:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55759

Jeffrey A. Law <law at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #5 from Jeffrey A. Law <law at redhat dot com> ---
-Os was changed to throttle jump threading as the block copying can result in
larger code.  With jump threading throttled, unexecutable paths are left in the
CFG which reduces the preciseness of warnings such as Wuninitialized.

Tracking via BZ 42145, but not expecting to fix it anytime soon.

*** This bug has been marked as a duplicate of bug 42145 ***



More information about the Gcc-bugs mailing list