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++11

Run:

  ./testRegex

Output:

  Trying:  [b\-a]
  Exception:  Invalid range in bracket expression.

Reply via email to