This is the mail archive of the glibc-bugs-regex@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug regex/18497] New: regcomp wcscoll, wcscmp namespace


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]