Jakub Jelinek <ja...@redhat.com> writes: > Hi! > > During make gcc.pot I've noticed among tons of other warnings (e.g. because > can't appears in non-C/C++ style comment and so gettext considers it > unterminated) a warning where the lack of " looked unintentional. > > Committed to trunk as obvious. > > 2025-04-09 Jakub Jelinek <ja...@redhat.com> > > * gm2-compiler/M2MetaError.def: Fix comment typo, range" -> "range2". > > --- gcc/m2/gm2-compiler/M2MetaError.def.jj 2025-04-08 14:08:52.102270018 > +0200 > +++ gcc/m2/gm2-compiler/M2MetaError.def 2025-04-09 18:43:35.032144612 > +0200 > @@ -109,7 +109,8 @@ FROM NameKey IMPORT Name ; > describe the symbol. If ordinary text is copied then it is not quoted. > > The color strings are: "filename", "quote", "error", "warning", "note", > - "locus", "insert", "delete", "type", "range1", > range2". > + "locus", "insert", "delete", "type", "range1", > + "range2". > *) > > (* > > Jakub
Hi Jakub, many thanks, lgtm. Thanks for the info on unbalanced quotes, I'll explore adding options into cc1gm2 to detect unbalanced quotes within the m2 comments and strings regards, Gaius