This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug c++/14738] [3.3 regression] ICE on use of bound member pointers
"bangerth at dealii dot org" <gcc-bugzilla@gcc.gnu.org> writes:
| g/x> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -c x.cc
| x.cc: In function `int main()':
| x.cc:7: error: invalid use of non-static member function
|
| The bug is therefore a 3.3-only regression. I'll keep it open, though
I think this PR is a duplicate of another one I should look into.
That other PR had to do with this obscure extension and template
argument deduction and producing either ICE or wrong code.
-- Gaby