[Bug c++/88675] New: std::make_integer_sequence not working for enums

2019-01-03 Thread huili80 at gmail dot com
: 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; }

[Bug c++/91477] New: error messages stop including column numbers for large source file

2019-08-16 Thread huili80 at gmail dot com
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

[Bug c++/66674] New: name lookup failure in lambda construction in a member function of a template class

2015-06-25 Thread huili80 at gmail dot com
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

[Bug c++/99186] New: std::tuple compilation error when elements are specializations of template class declared with template < auto E > syntax with E being a enumerator of a enum

2021-02-20 Thread huili80 at gmail dot com via Gcc-bugs
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