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++/55232] [C++11] ICE with -Wunused-parameter for unused parameter pack using qualified dependent name


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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|ice-checking                |
      Known to work|                            |4.7.3
            Summary|[C++11] Compilation fails   |[C++11] ICE with
                   |if expanding function param |-Wunused-parameter for
                   |pack in initializer_list    |unused parameter pack using
                   |with -Wunused               |qualified dependent name
      Known to fail|                            |4.5.2, 4.6.3, 4.7.1

--- Comment #6 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-11-07 14:07:56 UTC ---
It isn't related to initializer lists, see my last reduction, summary adjusted

4.7.3 seems to work, which is why I thought it depended on --enable-checking
(my 4.7. has checking disabled)


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