[Bug libstdc++/71500] regex::icase only works on first character in a range

2018-11-19 Thread flashmozzg at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71500 --- Comment #20 from Danila --- Can confirm that it was fixed in 8.1

[Bug libstdc++/77492] std regex icase doesn't seem to work correctly.

2017-08-29 Thread flashmozzg at gmail dot com
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.

[Bug libstdc++/77492] std regex icase doesn't seem to work correctly.

2017-08-29 Thread flashmozzg at gmail dot com
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

[Bug fortran/81735] double free or corruption (fasttop) error (SIGABRT) with character(:) and custom return type with allocatable

2017-08-05 Thread flashmozzg at gmail dot com
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

[Bug fortran/81735] double free or corruption (fasttop) error (SIGABRT) with character(:) and custom return type with allocatable

2017-08-05 Thread flashmozzg at gmail dot com
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

[Bug fortran/81735] New: double free or corruption (fasttop) error (SIGABRT) with character(:) and custom return type with allocatable

2017-08-05 Thread flashmozzg at gmail dot com
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

[Bug c++/77492] New: std regex icase doesn't seem to work correctly.

2016-09-05 Thread flashmozzg at gmail dot com
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

[Bug c++/71420] "‘type’ is not a class type" error for address-of operator overloaded for enum type

2016-06-05 Thread flashmozzg at gmail dot com
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