This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/69129] [6 Regression] ICE in get_attr_got, at config/mips/mips.md:694 on mips-linux-gnu


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]