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

--- Comment #7 from Martin Jambor <jamborm at gcc dot gnu.org> ---
Hi,

(In reply to Lauri Kasanen from comment #6)
> Here's more details on my system.
> 
> Host gcc: 4.2.2
> Host binutils: 2.25.1
> m68k binutils: 2.24
> 
> I used make -j13, but a parallel build shouldn't affect things.

Probably not, I used -j8.

> I doubt the host gcc version is at fault either, given the function
> was passed NULL.

Well, gcc is now written in C++ and 4.2.2 might have quite a few bugs
in this regard so I would not completely rule it out.  

> I can try the latest 5 branch later on if you think it'd be useful?

Well, if you can't reproduce it there then the bug was fixed :-)

> I have no ccache or other complications like that.

I suggest that you try to replicate my steps outlined in comment #5
first.  If you can't reproduce the error that way, then we need to
look at differences in how I and you build stuff.  If it still fails,
then I would suggest trying a fresh checkout from the git branch and
finally trying a newer host compiler.

Reply via email to