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++/58325] [4.7 Regression] Spurious unused-but-set-variable warning on delete[] of volatile pointer


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58325

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.7/4.8/4.9 Regression]    |[4.7 Regression] Spurious
                   |Spurious                    |unused-but-set-variable
                   |unused-but-set-variable     |warning on delete[] of
                   |warning on delete[] of      |volatile pointer
                   |volatile pointer            |

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Fixed for 4.8+ so far.


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