Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jun 2016 21:11:41 +0200 (CEST)
From:      Gerald Pfeifer <gerald@pfeifer.com>
To:        Andreas Tobler <andreast@FreeBSD.org>, freebsd-toolchain@freebsd.org
Subject:   Duplicate OPT_ entries in gcc/options.h
Message-ID:  <alpine.LSU.2.20.1606082038000.2798@anthias.pfeifer.com>

next in thread | raw e-mail | index | archive | help
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_D = 136,                               /* -D */
  OPT_d = 137,                               /* -d */
  OPT_D = 138,                               /* -D */
  OPT_d = 141,                               /* -d */
  OPT_D = 142,                               /* -D */
  OPT_d = 143,                               /* -d */

Using LANG = en_US (without UTF-8), everything works fine.

Any ideas what might be going on here?  (This is done via
AWK scripts from what I can tell, does this trigger any
ideas?)

Gerald



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.LSU.2.20.1606082038000.2798>