[COMMITTED] a68: remove spurious quotes from diagnostics in test_firmly_related_ops_local
Jose E. Marchesi
jemarch@gnu.org
Sat Nov 1 09:56:55 GMT 2025
---
gcc/algol68/a68-parser-taxes.cc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gcc/algol68/a68-parser-taxes.cc b/gcc/algol68/a68-parser-taxes.cc
index 23317a4b9f9..361ef596ce4 100644
--- a/gcc/algol68/a68-parser-taxes.cc
+++ b/gcc/algol68/a68-parser-taxes.cc
@@ -578,18 +578,18 @@ test_firmly_related_ops_local (NODE_T *p, TAG_T *s)
if (TAG_TABLE (t) == A68_STANDENV)
{
if (a68_warning (p, OPT_Whidden_declarations,
- "'M Z' hides a firmly related operator in a larger reach",
+ "M Z hides a firmly related operator in a larger reach",
MOID (s), NSYMBOL (NODE (s))))
{
a68_inform (NO_NODE,
- "operator 'M Z' defined in the standard prelude",
+ "operator M Z defined in the standard prelude",
MOID (t), NSYMBOL (NODE (t)));
}
}
else
{
if (a68_warning (p, OPT_Whidden_declarations,
- "'M Z' hides a firmly related operator in a larger reach",
+ "M Z hides a firmly related operator in a larger reach",
MOID (s), NSYMBOL (NODE (s))))
{
a68_inform (NODE (t),
--
2.30.2
More information about the Algol68
mailing list