https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85098
Jonathan Wakely changed:
What|Removed |Added
Target Milestone|7.4 |6.5
--- Comment #11 from Jonathan Wake
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85098
--- Comment #10 from Jonathan Wakely ---
Author: redi
Date: Fri Oct 12 11:37:46 2018
New Revision: 265083
URL: https://gcc.gnu.org/viewcvs?rev=265083&root=gcc&view=rev
Log:
PR libstdc++/85098 add missing definitions for static constants
In C++1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85098
Jonathan Wakely changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85098
--- Comment #8 from Jonathan Wakely ---
Author: redi
Date: Wed Jul 4 13:59:13 2018
New Revision: 262405
URL: https://gcc.gnu.org/viewcvs?rev=262405&root=gcc&view=rev
Log:
PR libstdc++/85098 add missing definitions for static constants
In C++11
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85098
--- Comment #7 from Jonathan Wakely ---
Author: redi
Date: Wed Jul 4 11:45:04 2018
New Revision: 262389
URL: https://gcc.gnu.org/viewcvs?rev=262389&root=gcc&view=rev
Log:
PR libstdc++/85098 add missing definitions for static constants
In C++11
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85098
--- Comment #6 from Jonathan Wakely ---
Fixed on trunk but I'll keep this open as I plan to backport it.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85098
--- Comment #5 from Jonathan Wakely ---
Author: redi
Date: Fri May 18 16:14:04 2018
New Revision: 260371
URL: https://gcc.gnu.org/viewcvs?rev=260371&root=gcc&view=rev
Log:
PR libstdc++/85098 add missing definitions for static constants
In C++11
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85098
--- Comment #4 from Jonathan Wakely ---
Untested fix:
--- a/libstdc++-v3/include/bits/regex.h
+++ b/libstdc++-v3/include/bits/regex.h
@@ -776,6 +776,37 @@ _GLIBCXX_BEGIN_NAMESPACE_CXX11
_AutomatonPtr_M_automaton;
};
+ template
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85098
--- Comment #3 from Jonathan Wakely ---
Reduced:
#include
void f(const std::regex_constants::syntax_option_type&) { }
int main() {
f(std::regex::extended);
}
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85098
Jonathan Wakely changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85098
Richard Biener changed:
What|Removed |Added
Keywords||link-failure
Status|UNCONFI
11 matches
Mail list logo