NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/44013: awk fails to parse numeric constants when LC_NUMERIC is set
The following reply was made to PR bin/44013; it has been noted by GNATS.
From: Alexander Nasonov <alnsn%yandex.ru@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
Subject: Re: bin/44013: awk fails to parse numeric constants when
LC_NUMERIC is set
Date: Sat, 30 Oct 2010 21:46:27 +0100
> >How-To-Repeat:
> dominik@kraina-oz$ awk 'BEGIN {print 5 * 0.5}'
> awk: syntax error at source line 1
> context is
> BEGIN {print 5 * >>> 0.5 <<<
> awk: illegal statement at source line 1
This looks like a duplicate of bin/42320. Would you be able to do
your test on -current?
Thanks,
Alex
Home |
Main Index |
Thread Index |
Old Index