Skip to content
Snippets Groups Projects
Commit 6f18f344 authored by Jason Merrill's avatar Jason Merrill
Browse files

Revert "c++: restore instantiate_decl assert"

In the testcase the assert fails because we use one member function from
another while we're in the middle of instantiating them all, which is
perfectly fine.  It seems complicated to detect this situation, so let's
remove the assert again.

	PR c++/109658

This reverts commit 95d4c0d2.

gcc/testsuite/ChangeLog:

	* g++.dg/template/local10.C: New test.
parent fde093b7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment