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 middle-end/55929] lra-constraints-ICE while xg++ compile libitm with -Os


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55929

Uros Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2013-01-10
         AssignedTo|unassigned at gcc dot       |ubizjak at gmail dot com
                   |gnu.org                     |
   Target Milestone|---                         |4.8.0
     Ever Confirmed|0                           |1

--- Comment #2 from Uros Bizjak <ubizjak at gmail dot com> 2013-01-10 11:10:39 UTC ---
(In reply to comment #1)
> >/sandbox/gcc-git/libitm/beginend.cc:346:1: error: unable to generate reloads
> 
> Reload would not be able handle this either as it is jump_insn.

How annoying.

In this case, we have to expand with a hard-reg temporary (%eax). I will
prepare a patch for this.


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