C++ PATCH for c++/69753 (DR141 broke member template lookup)

Jason Merrill jason@redhat.com
Mon Feb 15 21:13:00 GMT 2016


When we stopped finding function templates with unqualified lookup due 
to the DR141 fix, that exposed bugs in our lookup within the object 
expression scope; an object-expression of the current instantiation does 
not make the expression dependent.  This patch fixes this issue 
specifically for implicit "this->", which is the case in question in 
this PR; addressing this issue more generally will take more work.

Tested x86_64-pc-linux-gnu, applying to trunk.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 69753.patch
Type: text/x-patch
Size: 7873 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20160215/c4a8efe2/attachment.bin>


More information about the Gcc-patches mailing list