This is the mail archive of the glibc-bugs@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/23396] Regex equivalence regression in single-byte locales


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

--- Comment #2 from Florian Weimer <fweimer at redhat dot com> ---
On master, the higher parts of sbcset are miscomputed:

(gdb) print/x dfa->nodes[0].opr.sbcset[3]
$22 = 0x0

The working case has:

(gdb) print/x dfa->nodes[0].opr.sbcset[3]
$13 = 0x3f0000003f

Looks like build_equiv_class has exactly the same bug as bug 23036.

-- 
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]