This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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 ***


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]