Skip to content
  • Jeff Chapman's avatar
    c++: Fix push_namespace segfault with modules · 8f9336a4
    Jeff Chapman authored
    push_namespace was reusing an earlier find_namespace_slot result after
    it was invalidated by pushdecl in corner cases.
    
    2020-05-15  Jeff Chapman II  <jchapman@lock3software.com>
    
    gcc/cp/
    	* name-lookup.c (push_namespace): Fix slot invalidation related
    	segfault when compiling with modules enabled.
    8f9336a4