]> git.ipfire.org Git - thirdparty/gcc.git/commit
a68: use a68_error specific tag in diagnostic message
authorJose E. Marchesi <jose.marchesi@oracle.com>
Wed, 31 Dec 2025 22:02:45 +0000 (23:02 +0100)
committerJose E. Marchesi <jose.marchesi@oracle.com>
Wed, 31 Dec 2025 22:03:28 +0000 (23:03 +0100)
commit1a6a3ce5acd755c1f99a5263d9fb72bd1e3116ea
treecd0abac464971e411f483b112095288cbb968f6d
parent180e5eb7e905fc04006a63f19a1e7a75850b14b3
a68: use a68_error specific tag in diagnostic message

a68_error and friends still use their own upper-letter based tag
format.  We will be switching these to use the GCC standard %-based
tags for diagnostics, hopefully soonish, but in the meanwhile do not
pass a %s tag to a68_error because bad things happen.

Signed-off-by: Jose E. Marchesi <jemarch@gnu.org>
gcc/algol68/ChangeLog

* a68-imports.cc (a68_open_packet): Use right tag format in
a68_error.
gcc/algol68/a68-imports.cc