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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2
   Target Milestone|---                         |12.3
            Summary|Incorrect warning for       |[11/12/13 Regression]
                   |[static] array parameter    |Incorrect warning for
                   |                            |[static] array parameter
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
One warning with the bogus [static 28] appeared with -O2 -Wall in
r12-6606-g9d6a0f388eb048f8d87f
With -O0 -Wall we started warning once with correct [static 7] in
r11-3305-gbaad4c48a85a354d2bf1 and the bogus [static 28] first appeared in
r11-3540-g873f8c1e6df94a9dcbfbe69 and two warnings starting with r12-6606.

Reply via email to