Re: [PATCH] Fix typo in type verification.

2021-12-22 Thread Richard Biener via Gcc-patches
On December 22, 2021 1:03:18 PM GMT+01:00, "Martin Liška" wrote: >Hello. > >The patch is quite obvious fix. > >Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > >Ready to be installed? Ok. Richard. >Thanks, >Martin > > PR ipa/103786 > >gcc/ChangeLog: > > *

[PATCH] Fix typo in type verification.

2021-12-22 Thread Martin Liška
Hello. The patch is quite obvious fix. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin PR ipa/103786 gcc/ChangeLog: * tree.c (verify_type): Fix typo. --- gcc/tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletio