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++/15696] [3.4/3.5 Regression] ICE with pointer-to-members


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-05-31 17:09 -------
This code is invalid because [expr.mptr.operator] requires that .* expressions
naming a non-static member be used as part of a function call.  Still, we should
not ICE.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|ice-on-valid-code           |ice-on-invalid-code


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


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