On Mon, Dec 9, 2019 at 1:23 PM Eric Botcazou wrote:
>
> Hi,
>
> this is a regression present on the mainline and 9 branch: the compiler gives
> an ICE for the attached Ada testcase on the following assertion:
>
> if (DECL_P (ref))
> {
> /* We shouldn't have true variables h
Hi,
this is a regression present on the mainline and 9 branch: the compiler gives
an ICE for the attached Ada testcase on the following assertion:
if (DECL_P (ref))
{
/* We shouldn't have true variables here. */
gcc_assert (TREE_READONLY (ref));
subst