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++/52597] [C++11] confusing diagnostics for invalid use of non-static member function in decltype


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|accepts-invalid,            |diagnostic
                   |rejects-valid, wrong-code   |
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-08-24
            Version|4.6.0                       |4.7.1
            Summary|[C++11] missing diagnostics |[C++11] confusing
                   |for invalid use of          |diagnostics for invalid use
                   |non-static member function  |of non-static member
                   |in decltype                 |function in decltype
     Ever Confirmed|0                           |1
      Known to fail|4.3.2, 4.4.0, 4.5.0, 4.6.0  |

--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-08-24 14:06:45 UTC ---
OK, let's change it from an accepts-invalid with 4.6 to a diagnostic issue with
4.7


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