On 11/8/21 12:51, Martin Liška wrote:
Pushed with the modification as g:409767d774c59ee4c3eefca5015ba00539fddc08.
Sorry, I forgot to commit it, so fixed in:
https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=355eb60b6672220642fae853021599afaa87dfd6
Martin
On 11/8/21 12:17, Jan Hubicka wrote:
diff --git a/gcc/cgraph.c b/gcc/cgraph.c
index de078653781..8299ee92946 100644
--- a/gcc/cgraph.c
+++ b/gcc/cgraph.c
@@ -2203,6 +2203,10 @@ cgraph_node::dump (FILE *f)
fprintf (f, " %soperator_delete",
DECL_IS_REPLACEABLE_OPERATOR (decl) ?
> > diff --git a/gcc/cgraph.c b/gcc/cgraph.c
> > index de078653781..8299ee92946 100644
> > --- a/gcc/cgraph.c
> > +++ b/gcc/cgraph.c
> > @@ -2203,6 +2203,10 @@ cgraph_node::dump (FILE *f)
> > fprintf (f, " %soperator_delete",
> > DECL_IS_REPLACEABLE_OPERATOR (decl) ? "replaceable_" :
> diff --git a/gcc/cgraph.c b/gcc/cgraph.c
> index de078653781..8299ee92946 100644
> --- a/gcc/cgraph.c
> +++ b/gcc/cgraph.c
> @@ -2203,6 +2203,10 @@ cgraph_node::dump (FILE *f)
> fprintf (f, " %soperator_delete",
>DECL_IS_REPLACEABLE_OPERATOR (decl) ? "replaceable_" : "");
>
> +
> Patch can bootstrap on x86_64-linux-gnu and survives regression tests.
>
> Ready to be installed?
> Thanks,
> Martin
>
> gcc/ChangeLog:
>
> * cgraph.c (cgraph_node::dump): Dump static_chain_decl.
OK
Honza
> ---
> gcc/cgraph.c | 4
> 1 file changed, 4 insertions(+)
>
> diff --git a