https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106337
Bug ID: 106337 Summary: Too many compilation errors generated with struct Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: psz2007 at foxmail dot com Target Milestone: --- My G++ compiler generated too many compilation errors while compiling the following code: ------ struct x struct z<x(x(x(x(x(x(x(x(x(x(x(x(x(x(x(x(x(y,x(y><y*,x(y*w>v<y*,w,x{} int main(){} ------ The number of errors it generated is over a million. Is this a bug?