Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: alban...@baker-research.com
Target Milestone: ---
Hello,
The std::regex constructor throws when passed "[b\\-a]". The messag
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77469
--- Comment #1 from alban...@baker-research.com ---
Created attachment 39543
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39543&action=edit
Test program with the bug
Build the program:
g++ testRegex.cc -o testRegex -std=c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77469
--- Comment #2 from alban...@baker-research.com ---
Created attachment 39544
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39544&action=edit
config.log from building gcc 6.2.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77469
--- Comment #3 from alban...@baker-research.com ---
Created attachment 39545
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39545&action=edit
Preprocessed file generated by -save-temps