: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: huili80 at gmail dot com
Target Milestone: ---
The following code doesn't compile with --std=c++17:
#include
enum Number
{
Zero,
One,
Two,
Three
};
int main()
{
std::make_integer_sequence s;
}
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: huili80 at gmail dot com
Target Milestone: ---
At work we have generated headers that can be millions of lines. While
compiling with gcc-8.2.1, I noticed that I'm not getting c
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: huili80 at gmail dot com
Target Milestone: ---
The following causes internal compiler error with gcc4.8.2.
struct base
{
void foo(){};
};
template < typen
erator
of a enum
Product: gcc
Version: 8.2.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: huili80 at gmail dot com
Target Mil