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]

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


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