public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/32647]  New: spill failures with hard-register variable
@ 2007-07-06 12:21 bonzini at gnu dot org
  2007-07-06 15:37 ` [Bug middle-end/32647] " bonzini at gnu dot org
  2008-09-14  4:36 ` pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 5+ messages in thread
From: bonzini at gnu dot org @ 2007-07-06 12:21 UTC (permalink / raw)
  To: gcc-bugs

This testcase fails with a spill failure for class AREG:

void f(int a)
{
  register int reg asm ("eax") = 0;
  a /= 1000;
  asm volatile ("nop" : "+r"(reg), "+r"(a));
}


-- 
           Summary: spill failures with hard-register variable
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: ra
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bonzini at gnu dot org
GCC target triplet: i686-pc-linux-gnu


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-12-24 21:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-32647-4@http.gcc.gnu.org/bugzilla/>
2012-11-19 18:51 ` [Bug middle-end/32647] spill failures with hard-register variable ubizjak at gmail dot com
2012-11-26 19:32 ` ubizjak at gmail dot com
2021-12-24 21:02 ` pinskia at gcc dot gnu.org
2007-07-06 12:21 [Bug middle-end/32647] New: " bonzini at gnu dot org
2007-07-06 15:37 ` [Bug middle-end/32647] " bonzini at gnu dot org
2008-09-14  4:36 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).