This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/50864] [4.6/4.7 Regression] ICE with decltype and "declval" from another namespace
- From: "paolo at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 28 Oct 2011 18:40:29 +0000
- Subject: [Bug c++/50864] [4.6/4.7 Regression] ICE with decltype and "declval" from another namespace
- Auto-submitted: auto-generated
- References: <bug-50864-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50864
--- Comment #12 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2011-10-28 18:40:29 UTC ---
Author: paolo
Date: Fri Oct 28 18:40:22 2011
New Revision: 180623
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180623
Log:
/cp
2011-10-28 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/50864
* pt.c (tsubst_copy_and_build): Fix qualified_name_lookup_error
call in case COMPONENT_REF.
/testsuite
2011-10-28 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/50864
* g++.dg/template/crash109.C: New.
Added:
trunk/gcc/testsuite/g++.dg/template/crash109.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/pt.c
trunk/gcc/testsuite/ChangeLog