https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71500
--- Comment #20 from Danila ---
Can confirm that it was fixed in 8.1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77492
--- Comment #3 from Danila ---
Update: Clang with libc++ also matches regex in all 3 cases.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77492
--- Comment #2 from Danila ---
(In reply to Tim Shen from comment #1)
> Seems to be the same issue as 71500.
Even though I assume that that bug (71500) was fixed (even though the status is
still UNCONFIRMED) it haven't fixed the issue.
I tried w
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81735
--- Comment #2 from Danila ---
Created attachment 41935
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41935&action=edit
full error/stacktrace
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81735
--- Comment #1 from Danila ---
Created attachment 41934
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41934&action=edit
code to reproduce this issue
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: flashmozzg at gmail dot com
Target Milestone: ---
This error appears at least starting from gfortran 5.4.0 and is
onent: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: flashmozzg at gmail dot com
Target Milestone: ---
It seems that the case is not ignored in this example code (should count the
number of pairs of equal words ignoring case):
int test(std::string letter) {
std::reg
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71420
flashmozzg at gmail dot com changed:
What|Removed |Added
CC||flashmozzg at gmail dot com