[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Bug tree-optimization/28479] [4.2 regression] cc1plus just sits there eating CPU and RAM for a simple program




------- Comment #1 from rguenth at gcc dot gnu dot org  2006-07-25 13:30 -------
Confirmed.

int foo(int* dest32)
{
    for (int cnt = 10; cnt--;)
        *(volatile int *) (dest32) = (*(volatile int *)(dest32)) ^ 0xffffffff;
}


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rguenth at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-07-25 13:30:36
               date|                            |


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



Reply to: