[PATCH 3/5] a68: fix dump of encoded string mode
Jose E. Marchesi
jose.marchesi@oracle.com
Mon Dec 15 08:06:08 GMT 2025
Installed on your behalf with fixed changelog.
Thanks!
> Signed-off-by: Mohammad-Reza Nabipoor <mnabipoor@gnu.org>
>
> gcc/ChangeLog
>
> * algol68/a68-import.cc (dump_encoded_mode): Replace "basic" with
> "string".
> ---
> gcc/algol68/a68-imports.cc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gcc/algol68/a68-imports.cc b/gcc/algol68/a68-imports.cc
> index eab3dc7f01b..9cd6615b7a4 100644
> --- a/gcc/algol68/a68-imports.cc
> +++ b/gcc/algol68/a68-imports.cc
> @@ -729,7 +729,7 @@ dump_encoded_mode (struct encoded_mode *em)
> printf (" bool\n");
> break;
> case GA68_MODE_STRING:
> - printf (" basic\n");
> + printf (" string\n");
> break;
> case GA68_MODE_NAME:
> printf (" name\n");
More information about the Algol68
mailing list