On Wed, Mar 25, 2020 at 08:52:46AM -0400, Patrick Palka via Gcc-patches wrote: > This simplifies conditions that test both value_dependent_expression_p and > type_dependent_expression_p, since the former predicate now subsumes the > latter. > > Tested on x86_64-pc-linux-gnu, does this look OK?
LGTM. Marek