++
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+
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64936
pierreblavy at yahoo dot fr changed:
What|Removed |Added
Status|WAITING |RESOLVED
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
++
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
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
: 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