public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/35855] build locale not properly handled with awk scripts
       [not found] <bug-35855-4@http.gcc.gnu.org/bugzilla/>
@ 2010-09-26 13:18 ` rwild at gcc dot gnu.org
  2010-09-27  9:17 ` vapier at gentoo dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: rwild at gcc dot gnu.org @ 2010-09-26 13:18 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35855

--- Comment #2 from Ralf Wildenhues <rwild at gcc dot gnu.org> 2010-09-26 06:07:56 UTC ---
Proposed patch at <http://gcc.gnu.org/ml/gcc-patches/2010-09/msg02027.html>.

You don't state how exactly the build fails, and what locale you needed to set
for the failure to become apparent.  That makes it harder to find out whether a
patch fixes it.  Please state so, and also please try out the patch.  Thanks.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug bootstrap/35855] build locale not properly handled with awk scripts
       [not found] <bug-35855-4@http.gcc.gnu.org/bugzilla/>
  2010-09-26 13:18 ` [Bug bootstrap/35855] build locale not properly handled with awk scripts rwild at gcc dot gnu.org
@ 2010-09-27  9:17 ` vapier at gentoo dot org
  2010-10-11 17:59 ` rwild at gcc dot gnu.org
  2010-10-11 18:58 ` rwild at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: vapier at gentoo dot org @ 2010-09-27  9:17 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35855

--- Comment #3 from Mike Frysinger <vapier at gentoo dot org> 2010-09-26 20:16:07 UTC ---
the same locale that breaks every time: et_EE

example build failure:
http://bugs.gentoo.org/215828


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug bootstrap/35855] build locale not properly handled with awk scripts
       [not found] <bug-35855-4@http.gcc.gnu.org/bugzilla/>
  2010-09-26 13:18 ` [Bug bootstrap/35855] build locale not properly handled with awk scripts rwild at gcc dot gnu.org
  2010-09-27  9:17 ` vapier at gentoo dot org
@ 2010-10-11 17:59 ` rwild at gcc dot gnu.org
  2010-10-11 18:58 ` rwild at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rwild at gcc dot gnu.org @ 2010-10-11 17:59 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35855

--- Comment #4 from Ralf Wildenhues <rwild at gcc dot gnu.org> 2010-10-11 17:58:56 UTC ---
Author: rwild
Date: Mon Oct 11 17:58:53 2010
New Revision: 165322

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165322
Log:
Fix PR bootstrap/35855: awk character classes.

gcc/:
    PR bootstrap/35855
    * opt-functions.awk (BEGIN): New section.
    (lower, upper, digit, alnum): New variables.
    (static_var, opt_sanitized_name): Use alnum instead of character
    classes, for non-C locale.
    * optc-gen.awk: Likewise.
    * opth-gen.awk: Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/opt-functions.awk
    trunk/gcc/optc-gen.awk
    trunk/gcc/opth-gen.awk


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug bootstrap/35855] build locale not properly handled with awk scripts
       [not found] <bug-35855-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2010-10-11 17:59 ` rwild at gcc dot gnu.org
@ 2010-10-11 18:58 ` rwild at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rwild at gcc dot gnu.org @ 2010-10-11 18:58 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35855

Ralf Wildenhues <rwild at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
      Known to work|                            |4.6.0
         Resolution|                            |FIXED

--- Comment #5 from Ralf Wildenhues <rwild at gcc dot gnu.org> 2010-10-11 18:58:27 UTC ---
Fixed in trunk.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug bootstrap/35855] build locale not properly handled with awk scripts
  2008-04-07  6:17 [Bug other/35855] New: " vapier at gentoo dot org
@ 2009-03-10 17:24 ` urmet dot saar at gmail dot com
  0 siblings, 0 replies; 5+ messages in thread
From: urmet dot saar at gmail dot com @ 2009-03-10 17:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from urmet dot saar at gmail dot com  2009-03-10 17:24 -------
I can confirm this, it's been annoying me for some time.
When I changed every "A-Za-z0-9" to [:alnum:] the symbol conflicts went away
and diff confirmed that the generated files were identical to the ones
generated earlier with LC_ALL="C"


-- 

urmet dot saar at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |urmet dot saar at gmail dot
                   |                            |com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35855


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-10-11 18:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-35855-4@http.gcc.gnu.org/bugzilla/>
2010-09-26 13:18 ` [Bug bootstrap/35855] build locale not properly handled with awk scripts rwild at gcc dot gnu.org
2010-09-27  9:17 ` vapier at gentoo dot org
2010-10-11 17:59 ` rwild at gcc dot gnu.org
2010-10-11 18:58 ` rwild at gcc dot gnu.org
2008-04-07  6:17 [Bug other/35855] New: " vapier at gentoo dot org
2009-03-10 17:24 ` [Bug bootstrap/35855] " urmet dot saar at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).