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 rtl-optimization/16001] [3.5 Regression] unable to find a register to spill in class `AREG' (-O2 -funroll-loops)


------- Additional Comments From belyshev at lubercy dot com  2004-06-21 18:22 -------
testcase in c:
-------------------------------------------------------------------------------
int reallocateStorage (int a)
{
  int j, k;
  k = foo ();
  j = a / 3;
  while (k)
    k ++;
  return j;
}
-------------------------------------------------------------------------------

Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
      Known to fail|                            |3.5.0
   Last reconfirmed|0000-00-00 00:00:00         |2004-06-21 18:22:53
               date|                            |
            Summary|[3.5? Regression] unable to |[3.5 Regression] unable to
                   |find a register to spill in |find a register to spill in
                   |class `AREG' (-O2 -funroll- |class `AREG' (-O2 -funroll-
                   |loops)                      |loops)
   Target Milestone|lno                         |3.5.0


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


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