[Bug c++/12831] [3.3 regression] ICE with passing reference to bound pointer-to-member-function

bangerth at dealii dot org gcc-bugzilla@gcc.gnu.org
Thu Oct 30 16:12:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From bangerth at dealii dot org  2003-10-30 15:58 -------
That code should be just as invalid. ifoo.*pfun has no meaning unless
followed by function arguments. The same holds for ifoo.bar, and taking the
address of the latter makes no sense as well.

W.



More information about the Gcc-bugs mailing list