[Bug c++/87518] New: namespace and typedef : scope problem

2018-10-04 Thread pierreblavy at yahoo dot fr
++ Assignee: unassigned at gcc dot gnu.org Reporter: pierreblavy at yahoo dot fr Target Milestone: --- Created attachment 44784 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44784&action=edit test code Hello. The following c++ code compiles with 'clang++ -std=c+

[Bug libstdc++/64936] regex, ECMA treated as posix

2015-02-10 Thread pierreblavy at yahoo dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64936 pierreblavy at yahoo dot fr changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug libstdc++/61424] std::regex matches right to left, not leftmost longest

2015-02-10 Thread pierreblavy at yahoo dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61424 pierreblavy at yahoo dot fr changed: What|Removed |Added CC||pierreblavy at yahoo dot fr

[Bug c++/64936] New: regex, ECMA treated as posix

2015-02-04 Thread pierreblavy at yahoo dot fr
++ Assignee: unassigned at gcc dot gnu.org Reporter: pierreblavy at yahoo dot fr Hi! I've tested gcc regex with the following code (seen on http://en.cppreference.com/w/cpp/regex/syntax_option_type). According to this website, I expect ECMA to match zzxa, and not zzxayy. I don't know i

[Bug c++/64934] New: The french text of --version is not proper french

2015-02-04 Thread pierreblavy at yahoo dot fr
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: pierreblavy at yahoo dot fr Hello! gcc --version displays gcc (GCC) 4.9.2 20141101 (Red Hat 4.9.2-1) Copyright © 2014 Free Software Foundation, Inc. Ce logiciel est libre; voir les sources pour les conditions de copie

[Bug c++/58412] New: C++11 : numeric_limits::stuff must be constexpr

2013-09-13 Thread pierreblavy at yahoo dot fr
: c++ Assignee: unassigned at gcc dot gnu.org Reporter: pierreblavy at yahoo dot fr Hello, numeric_limits::stuff must be constexpr, as required by the C++11 standard see the C++11 section in http://www.cplusplus.com/reference/limits/numeric_limits/ Such behaviour is required to