https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94042
--- Comment #5 from Martin Liška <marxin at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #2) > (In reply to Martin Liška from comment #1) > > Created attachment 47974 [details] > > Reduced test-case > I doubt this is a reduced testcase. It is a reduced testcase for the ICE > but not the wrong code causing the ICE, see your comment below ... Yes. > > > (In reply to Martin Liška from comment #0) > > I can't reproduce that with a cross compiler and I noticed that one needs > > to bootstrap compiler. --disable-bootstrap seems fine. I don't have a handy > > machine where I could reproduce that right now.. > > So if you use --disable-bootstrap, did you run the testsuite? That > sometimes will find which testcase is producing wrong code now. > The other way to find what is being miscompiled is bisect the commit which > introduced the problem and then compare the .o files for the stage which is > being compiled. > I would normally do that, but right now I only have a open build service worker output. That's why I'm asking for help somebody how can run the bootstrap locally. I hope IBM guys will help us.