c++: module-related tweak
authorNathan Sidwell <nathan@acm.org>
Mon, 14 Dec 2020 19:44:12 +0000 (11:44 -0800)
committerNathan Sidwell <nathan@acm.org>
Tue, 15 Dec 2020 12:43:58 +0000 (04:43 -0800)
commit8dede2411195eb2fd672d8d0c758f94732bd6d77
treed04ac5eb5b7e22affa4998f3c21f7548e2866e87
parent7640db57113e7a0df9257fa780c8e9deae63a7a2
c++: module-related tweak

In manually applying a name-lookup patch, I managed to transpose two
calls.  That caused a test failure.  Fixed thusly.

gcc/cp/
* name-lookup.c (do_namespace_alias): Set originating module
before pushing.
gcc/cp/name-lookup.c