Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: Predelnik at gmail dot com
Target Milestone: ---
#include
template
void f (int);
template
void f (int)
{
std::cout << "correct - int\n&qu
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: Predelnik at gmail dot com
Target Milestone: ---
The following program
enum class azaza;
enum class __attribute__ ((visibility ("default"))) azaza
{
};
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83607
Sergey Semushin changed:
What|Removed |Added
CC||Predelnik at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86899
Sergey Semushin changed:
What|Removed |Added
CC||Predelnik at gmail dot com
Version: 7.1.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: Predelnik at gmail dot com
Target Milestone: ---
The following example is not compiling:
template
void
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: Predelnik at gmail dot com
Target Milestone: ---
The following example seems correct to me and is accepted by msvc/clang but gcc
rejects it starting from
: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: Predelnik at gmail dot com
Target Milestone: ---
>From my understanding enum class values could be initialized by integer
constant expression (and thus by its own alre
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55776
Sergey Semushin changed:
What|Removed |Added
CC||Predelnik at gmail dot com