NCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: derrick at ca dot ibm.com
Target Milestone: ---
Refer to C++11 N3290 7.1.6.3 Elaborated type specifiers
An enum-specifier needs the b
Priority: P3
Component: libgcc
Assignee: unassigned at gcc dot gnu.org
Reporter: derrick at ca dot ibm.com
Target Milestone: ---
I compile the following code under gcc5.2.
$g++ -std=c++11 test.cpp -o test
#include
#include
#include
typedef char Mychar
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69924
derrick at ca dot ibm.com changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69924
derrick at ca dot ibm.com changed:
What|Removed |Added
Resolution|INVALID |FIXED
--- Comment #3 from
tus: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: derrick at ca dot ibm.com
Target Milestone: ---
For the following code, it compiles successfully on gcc 4.8, but fails on gcc
5.2
#include
#incl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68801
--- Comment #1 from derrick at ca dot ibm.com ---
cmd:
$g++ -O2 -D_FORTIFY_SOURCE=1 test.cpp -o test
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: derrick at ca dot ibm.com
Target Milestone: ---
As following code shows, if adding printf("OK\n") and printf("NOK\n") in
function test02(), t
: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: derrick at ca dot ibm.com
Target Milestone: ---
http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#879
not implemented, while clang3.6 works.
Code:
#include