https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66359
Jonathan Wakely changed:
What|Removed |Added
Target Milestone|--- |4.9.3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66359
Tim Shen changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66359
--- Comment #5 from Tim Shen ---
Author: timshen
Date: Fri Jun 5 04:58:26 2015
New Revision: 224144
URL: https://gcc.gnu.org/viewcvs?rev=224144&root=gcc&view=rev
Log:
PR libstdc++/66359
Backport from mainline
2014-11-13
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66359
--- Comment #3 from ge...@schorsch-tech.de ---
I tried to apply that revision to gcc-4.9.2. Now i get the following error.
g++ -DUSE_STD -std=c++11 main.cpp
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/regex:58:0,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66359
--- Comment #4 from ge...@schorsch-tech.de ---
Created attachment 35666
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35666&action=edit
tried backport of 217461
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66359
Tim Shen changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66359
--- Comment #1 from ge...@schorsch-tech.de ---
The example main.cpp from abouve works on other Compilers like MSVC-2013
(VS12).