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=71500
Jonathan Wakely changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71500
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #18
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71500
--- Comment #17 from Jonathan Wakely ---
Author: redi
Date: Tue Sep 19 17:06:12 2017
New Revision: 252981
URL: https://gcc.gnu.org/viewcvs?rev=252981&root=gcc&view=rev
Log:
PR libstdc++/71500 restore C++11 compatibility in
PR libstdc++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71500
--- Comment #16 from Tim Shen ---
Author: timshen
Date: Mon Sep 11 19:02:34 2017
New Revision: 251982
URL: https://gcc.gnu.org/viewcvs?rev=251982&root=gcc&view=rev
Log:
PR libstdc++/71500
* include/bits/regex_executor.tcc: Suppor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71500
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71500
Jonathan Wakely changed:
What|Removed |Added
CC||flashmozzg at gmail dot com
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71500
--- Comment #13 from Tim Shen ---
Author: timshen
Date: Thu Dec 1 03:03:55 2016
New Revision: 243093
URL: https://gcc.gnu.org/viewcvs?rev=243093&root=gcc&view=rev
Log:
PR libstdc++/71500
* include/bits/regex.h (basic_regex::basi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71500
--- Comment #12 from Michael Duggan ---
Just a ping. I haven't seen a fix for this (even the basic case) in the repo
yet. I'm going to suggest that you at least install your initial patch, as it
will work in the vast majority of cases.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71500
--- Comment #11 from Michael Duggan ---
"timshen at gcc dot gnu.org" writes:
> (In reply to Michael Duggan from comment #9)
>> I will make two suggestions. The initial suggestion is simple enough:
>> Given that regex_traits is mandated to be i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71500
Tim Shen changed:
What|Removed |Added
CC||john at johnmaddock dot co.uk
--- Comment #10
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71500
--- Comment #9 from Michael Duggan ---
"timshen at gcc dot gnu.org" writes:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71500
>
> --- Comment #8 from Tim Shen ---
> (In reply to Michael Duggan from comment #7)
>> Hmm... Okay. For the sake
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71500
--- Comment #8 from Tim Shen ---
(In reply to Michael Duggan from comment #7)
> Hmm... Okay. For the sake of argument, I am going to make the
> following claims:
Yeah, thanks for the arguments, we should at least get this clear.
> a) Ignorin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71500
--- Comment #7 from Michael Duggan ---
"timshen at gcc dot gnu.org" writes:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71500
>
> --- Comment #6 from Tim Shen ---
> (In reply to mwd from comment #5)
>> All of the ECMAScript engines I have f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71500
--- Comment #6 from Tim Shen ---
(In reply to mwd from comment #5)
> All of the ECMAScript engines I have found work with this , and the
> ECMAScript specs seem to imply that this should work as well.
I think you are right.
According to ECMAScr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71500
--- Comment #5 from mwd at cert dot org ---
All of the ECMAScript engines I have found work with this , and the ECMAScript
specs seem to imply that this should work as well.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71500
--- Comment #4 from Tim Shen ---
(In reply to Michael Duggan from comment #3)
> regex re1 = regex("[T-f]+", regex::icase);
This regex actually doesn't compile in Boost, since boost interpret icase as
"transforming [T-f] to [t-f]", then throw
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71500
--- Comment #3 from Michael Duggan ---
Still fails for the following code:
#include
#include
#include
using namespace std;
void check(const string& s, regex re) {
cout << s << " : " << (regex_match(s, re) ? "Match" : "Nope") << endl;
}
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71500
Tim Shen changed:
What|Removed |Added
CC||timshen at gcc dot gnu.org
--- Comment #2 fro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71500
Michael Duggan changed:
What|Removed |Added
CC||mwd at md5i dot com
--- Comment #1 from
20 matches
Mail list logo