[Bug c/20562] no unused warning for static const arrays

2016-04-15 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20562 Martin Sebor changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c/20562] no unused warning for static const arrays

2010-05-01 Thread gerald at pfeifer dot com
--- Comment #8 from gerald at pfeifer dot com 2010-05-01 16:30 --- This is still the case with a current (2010-04-26) snapshot of GCC 4.6.0. -- gerald at pfeifer dot com changed: What|Removed |Added -

[Bug c/20562] no unused warning for static const arrays

2005-11-25 Thread gdr at gcc dot gnu dot org
--- Comment #7 from gdr at gcc dot gnu dot org 2005-11-26 07:35 --- (In reply to comment #2) > (In reply to comment #1) > > (In reply to comment #0) > > > There should be a "defined but not used" warning. > > > > Why, this is a constant array so it is removed right? > > Never mind,