https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69129
Nick Clifton <nickc at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nickc at gcc dot gnu.org
--- Comment #5 from Nick Clifton <nickc at gcc dot gnu.org> ---
Hi Guys,
I was able to reproduce the bug as specified. It turns out that there is a
race condition in mips_compute_frame which can result in fields in the frame
structure being used before they are initialised. I have submitted a possible
patch for review here:
https://gcc.gnu.org/ml/gcc-patches/2016-01/msg01407.html
Cheers
Nick