]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/50075 ([C++0x] ICE related to parameter deduction and initializer_list)
authorJason Merrill <jason@redhat.com>
Sun, 14 Aug 2011 04:41:43 +0000 (00:41 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 14 Aug 2011 04:41:43 +0000 (00:41 -0400)
commitfdf03377272dc39c9c9ceea453282ba7a8032142
tree97ad70a23b265deb3ad4b09c18d9cf2bd1cd9038
parentb23903f787aaaf84dea18ae8c19dbb232c6ae552
re PR c++/50075 ([C++0x] ICE related to parameter deduction and initializer_list)

PR c++/50075
* name-lookup.c (local_bindings_p): New.
* name-lookup.h: Declare it.
* lex.c (unqualified_name_lookup_error): Use it.

From-SVN: r177743
gcc/cp/ChangeLog
gcc/cp/lex.c
gcc/cp/name-lookup.c
gcc/cp/name-lookup.h
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/decltype32.C [new file with mode: 0644]