[llvm-bugs] [Bug 26476] New: [mips] std::regex_traits considers '-' to be a member of the 'w' class
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Feb 4 08:54:51 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=26476
Bug ID: 26476
Summary: [mips] std::regex_traits considers '-' to be a member
of the 'w' class
Product: libc++
Version: 3.8
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: daniel.sanders at imgtec.com
CC: llvm-bugs at lists.llvm.org, mclow.lists at gmail.com
Classification: Unclassified
It currently fails with this assertion:
isctype.pass.cpp:30: int main(): Assertion `!t.isctype('-',
t.lookup_classname(s.begin(), s.end()))' failed.
this test passed in the previous release.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160204/4273b92b/attachment.html>
More information about the llvm-bugs
mailing list