public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/67362] New: std::regex("((.)", std::regex_constants::basic) throws
@ 2015-08-26 17:44 redi at gcc dot gnu.org
  2015-08-26 17:44 ` [Bug libstdc++/67362] " redi at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: redi at gcc dot gnu.org @ 2015-08-26 17:44 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67362

            Bug ID: 67362
           Summary: std::regex("((.)", std::regex_constants::basic) throws
           Product: gcc
           Version: 4.9.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: timshen at gcc dot gnu.org
          Reporter: redi at gcc dot gnu.org
  Target Milestone: ---

#include <regex>
#include <iostream>

int main()
{
  std::regex re("((.)", std::regex_constants::basic);
}


terminate called after throwing an instance of 'std::regex_error'
  what():  regex_error
Aborted (core dumped)


For a POSIX BRE neither '(' nor ')' should be special, so this should not fail.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-07-20 11:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-26 17:44 [Bug libstdc++/67362] New: std::regex("((.)", std::regex_constants::basic) throws redi at gcc dot gnu.org
2015-08-26 17:44 ` [Bug libstdc++/67362] " redi at gcc dot gnu.org
2015-08-28  2:36 ` timshen at gcc dot gnu.org
2015-08-28  3:04 ` timshen at gcc dot gnu.org
2015-08-28  3:40 ` timshen at gcc dot gnu.org
2015-08-28  3:41 ` timshen at gcc dot gnu.org
2023-07-20 11:23 ` redi at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).