Paul Eggert wrote:
> > 2005-05-24  Bruno Haible  <[EMAIL PROTECTED]>
> >
> >     * tests/synclines.at (AT_SYNCLINES_COMPILE): Add support for the
> >     error message syntax used by gcc-4.0.
>
> Thanks for doing that.  I assume "Fehler" should be "error" in an
> English locale.

Yes, actually I got error messages like

   input.y:4:2: error: #error "4"

but I was anticipating what it looks like when this error message will be
localized. The comment was meant to explain why the second sed expression
removes anything between ":" and "#error" and not just
sed -e 's/: error: #error/: #error/'.

Bruno



Reply via email to