public inbox for glibc-bugs-regex@sourceware.org
help / color / mirror / Atom feed
* [Bug regex/18497] New: regcomp wcscoll, wcscmp namespace
@ 2015-06-05 21:13 jsm28 at gcc dot gnu.org
  2015-06-09 21:08 ` [Bug regex/18497] " cvs-commit at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2015-06-05 21:13 UTC (permalink / raw)
  To: glibc-bugs-regex

https://sourceware.org/bugzilla/show_bug.cgi?id=18497

            Bug ID: 18497
           Summary: regcomp wcscoll, wcscmp namespace
           Product: glibc
           Version: 2.21
            Status: NEW
          Severity: normal
          Priority: P2
         Component: regex
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---

regcomp brings in references to wcscoll, which isn't in all the standards that
contain regcomp.  In turn, wcscoll brings in references to wcscmp, also not in
all those standards.

[initial] regcomp -> [libc.a(regex.o)] wcscoll
[initial] regcomp -> [libc.a(regex.o)] wcscoll -> [libc.a(wcscoll.o)]
__wcscoll_l -> [libc.a(wcscoll_l.o)] wcscmp

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

end of thread, other threads:[~2015-08-05  6:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-05 21:13 [Bug regex/18497] New: regcomp wcscoll, wcscmp namespace jsm28 at gcc dot gnu.org
2015-06-09 21:08 ` [Bug regex/18497] " cvs-commit at gcc dot gnu.org
2015-06-09 21:11 ` jsm28 at gcc dot gnu.org
2015-08-05  6:57 ` cvs-commit at gcc dot gnu.org

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).