https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94042

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build, wrong-code
             Status|NEW                         |WAITING

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(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 ...


(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.  


Note you also attached the incorrect log file.  it is a log for building
hfst-ospell

Reply via email to