[Bug tree-optimization/90078] [7/8/9 Regression] ICE with deep templates caused by overflow [PATCH]

2019-04-17 Thread wlandry at caltech dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90078 --- Comment #8 from Walter Landry --- (In reply to Martin Liška from comment #5) > (In reply to bin cheng from comment #4) > > Another problem is the generated binary has segment fault issue even > > compiled O0: > > > > $ ./g++ -O0 pr90078.cc

[Bug c++/90078] [7/8/9 Regression] ICE with deep templates caused by overflow [PATCH]

2019-04-15 Thread wlandry at caltech dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90078 --- Comment #3 from Walter Landry --- (In reply to Martin Liška from comment #2) > I'm adding the pass maintainer to CC. > @Walter: Do you have an account so that you'll be able to propose the patch > to GCC patches mailing list? The only

[Bug c++/90078] New: ICE with deep templates caused by overflow [PATCH]

2019-04-12 Thread wlandry at caltech dot edu
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: wlandry at caltech dot edu Target Milestone: --- Created attachment 46160 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46160=edit Failing test case Compiling the attached code with g++