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 tree-optimization/84316] missing -Wnull-dereference on a variable null array reference with LTO


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

Martin Sebor <msebor at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|lto                         |tree-optimization

--- Comment #3 from Martin Sebor <msebor at gcc dot gnu.org> ---
It's not a bug in LTO or interacting with it.

Let me re-classify it as tree-optimization because it's a missing warning on
trivially incorrect code (comment #0).

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