Duplicate OPT_ entries in gcc/options.h

2016-06-08 Thread Gerald Pfeifer
I got a user report, and could reproduce this, that building GCC (lang/gcc, but also current HEAD, so probably pretty much any version) with FreeBSD 11 and LANG = en_US.UTF-8 we get conflicting entires in $BUILDDIR/gcc/options.h such as OPT_d = 135, /* -d */ OPT

Re: Duplicate OPT_ entries in gcc/options.h

2016-06-08 Thread Dimitry Andric
On 08 Jun 2016, at 21:11, Gerald Pfeifer wrote: > > I got a user report, and could reproduce this, that building > GCC (lang/gcc, but also current HEAD, so probably pretty much > any version) with FreeBSD 11 and LANG = en_US.UTF-8 we get > conflicting entires in $BUILDDIR/gcc/options.h such as >

Re: Duplicate OPT_ entries in gcc/options.h

2016-06-08 Thread Dimitry Andric
On 08 Jun 2016, at 23:15, Dimitry Andric wrote: > > On 08 Jun 2016, at 21:11, Gerald Pfeifer wrote: ... > Note that GNU awk does *not* produce a different optionlist file when > used with either LANG=C or LANG=en_US.UTF-8. And that phenomenon is explained here: http://www.gnu.org/software/gawk

Re: Re: Duplicate OPT_ entries in gcc/options.h

2016-06-08 Thread Jung-uk Kim
On 06/ 8/16 05:15 PM, Dimitry Andric wrote: > On 08 Jun 2016, at 21:11, Gerald Pfeifer wrote: >> >> I got a user report, and could reproduce this, that building >> GCC (lang/gcc, but also current HEAD, so probably pretty much >> any version) with FreeBSD 11 and LANG = en_US.UTF-8 we get >> conflic

Re: Duplicate OPT_ entries in gcc/options.h

2016-06-08 Thread Dimitry Andric
On 08 Jun 2016, at 23:54, Jung-uk Kim wrote: > > On 06/ 8/16 05:15 PM, Dimitry Andric wrote: >> On 08 Jun 2016, at 21:11, Gerald Pfeifer wrote: >>> >>> I got a user report, and could reproduce this, that building >>> GCC (lang/gcc, but also current HEAD, so probably pretty much >>> any version)

Re: Duplicate OPT_ entries in gcc/options.h

2016-06-08 Thread Jung-uk Kim
On 06/ 8/16 06:16 PM, Dimitry Andric wrote: > On 08 Jun 2016, at 23:54, Jung-uk Kim wrote: >> >> On 06/ 8/16 05:15 PM, Dimitry Andric wrote: >>> On 08 Jun 2016, at 21:11, Gerald Pfeifer wrote: I got a user report, and could reproduce this, that building GCC (lang/gcc, but also curr

Re: Duplicate OPT_ entries in gcc/options.h

2016-06-08 Thread Dimitry Andric
On 09 Jun 2016, at 00:30, Jung-uk Kim wrote: > > On 06/ 8/16 06:16 PM, Dimitry Andric wrote: >> On 08 Jun 2016, at 23:54, Jung-uk Kim wrote: >>> >>> On 06/ 8/16 05:15 PM, Dimitry Andric wrote: On 08 Jun 2016, at 21:11, Gerald Pfeifer wrote: > > I got a user report, and could repr

Re: Duplicate OPT_ entries in gcc/options.h

2016-06-08 Thread Jung-uk Kim
On 06/ 8/16 07:09 PM, Dimitry Andric wrote: > On 09 Jun 2016, at 00:30, Jung-uk Kim wrote: >> >> On 06/ 8/16 06:16 PM, Dimitry Andric wrote: >>> On 08 Jun 2016, at 23:54, Jung-uk Kim wrote: On 06/ 8/16 05:15 PM, Dimitry Andric wrote: > On 08 Jun 2016, at 21:11, Gerald Pfeifer wrote