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 c/20562] no unused warning for static const arrays


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |msebor at gcc dot gnu.org
      Known to work|                            |6.0
         Resolution|---                         |DUPLICATE
      Known to fail|                            |4.0.0, 4.5.3, 4.8.3, 4.9.3,
                   |                            |5.3.0

--- Comment #9 from Martin Sebor <msebor at gcc dot gnu.org> ---
This has been resolved in 6.0 via the -Wunused-const-variable option (see bug
28901).

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

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