]> git.ipfire.org Git - thirdparty/gcc.git/commit
[PR c++/90754] name lookup ICE
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Jun 2019 13:46:59 +0000 (13:46 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Jun 2019 13:46:59 +0000 (13:46 +0000)
commitc81ddee1c5af497f0f9a6e6a7bce2b5cddecc337
tree402d5a220f3ffed7dc376786229270646c1ddd75
parentc830e807d3fe1b7da4bce805351f15f214cf6e02
[PR c++/90754] name lookup ICE

https://gcc.gnu.org/ml/gcc-patches/2019-06/msg00952.html
PR c++/90754
* name-lookup.c (lookup_type_scope_1): Calll qualify_lookup before
checking context.

PR c++/90754
* g++.dg/lookup/pr90754.C: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@272384 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/name-lookup.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/lookup/pr90754.C [new file with mode: 0644]