On 11/16/20 5:45 PM, Patrick Palka wrote:
On Mon, 16 Nov 2020, Jason Merrill wrote:
On 11/13/20 10:43 AM, Patrick Palka wrote:
On Thu, 12 Nov 2020, Jason Merrill wrote:
On 11/12/20 1:27 PM, Patrick Palka wrote:
The atom_cache in normalize_atom relies on the assumption that two
equivalent (t
On Mon, 16 Nov 2020, Jason Merrill wrote:
> On 11/13/20 10:43 AM, Patrick Palka wrote:
> > On Thu, 12 Nov 2020, Jason Merrill wrote:
> >
> > > On 11/12/20 1:27 PM, Patrick Palka wrote:
> > > > The atom_cache in normalize_atom relies on the assumption that two
> > > > equivalent (templated) trees
On 11/13/20 10:43 AM, Patrick Palka wrote:
On Thu, 12 Nov 2020, Jason Merrill wrote:
On 11/12/20 1:27 PM, Patrick Palka wrote:
The atom_cache in normalize_atom relies on the assumption that two
equivalent (templated) trees (in the sense of cp_tree_equal) must use
the same template parameters (
On Thu, 12 Nov 2020, Jason Merrill wrote:
> On 11/12/20 1:27 PM, Patrick Palka wrote:
> > The atom_cache in normalize_atom relies on the assumption that two
> > equivalent (templated) trees (in the sense of cp_tree_equal) must use
> > the same template parameters (according to find_template_parame
On 11/12/20 1:27 PM, Patrick Palka wrote:
The atom_cache in normalize_atom relies on the assumption that two
equivalent (templated) trees (in the sense of cp_tree_equal) must use
the same template parameters (according to find_template_parameters).
This assumption unfortunately doesn't always ho
On Thu, Nov 12, 2020 at 01:27:23PM -0500, Patrick Palka wrote:
> The atom_cache in normalize_atom relies on the assumption that two
> equivalent (templated) trees (in the sense of cp_tree_equal) must use
> the same template parameters (according to find_template_parameters).
>
> This assumption un
The atom_cache in normalize_atom relies on the assumption that two
equivalent (templated) trees (in the sense of cp_tree_equal) must use
the same template parameters (according to find_template_parameters).
This assumption unfortunately doesn't always hold for TARGET_EXPRs,
because cp_tree_equal i