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; 3+ 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] 3+ messages in thread

* [Bug middle-end/32647] spill failures with hard-register variable
  2007-07-06 12:21 [Bug middle-end/32647] New: spill failures with hard-register variable bonzini at gnu dot org
@ 2007-07-06 15:37 ` bonzini at gnu dot org
  2008-09-14  4:36 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: bonzini at gnu dot org @ 2007-07-06 15:37 UTC (permalink / raw)
  To: gcc-bugs



-- 

bonzini at gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-07-06 15:37:17
               date|                            |


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


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

* [Bug middle-end/32647] spill failures with hard-register variable
  2007-07-06 12:21 [Bug middle-end/32647] New: spill failures with hard-register variable 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
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-09-14  4:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2008-09-14 04:34 -------
Related to PR 22072.


-- 


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


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

end of thread, other threads:[~2008-09-14  4:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-06 12:21 [Bug middle-end/32647] New: spill failures with hard-register variable 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).