Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: gene at genethomas dot com
Target Milestone: ---
Created attachment 42541
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42541&action=edit
c++
++
Assignee: unassigned at gcc dot gnu.org
Reporter: gene at genethomas dot com
Target Milestone: ---
The regex [z\-a] fails to compile in and throws a regex_error. It seems
to be interpreting the \- as a - and thinking the z-a range is invalid. Sample
program below:
#include
#include