[Bug middle-end/45182] [4.6 regression] Failed to build SPEC CPU 2000/2006

hjl dot tools at gmail dot com gcc-bugzilla@gcc.gnu.org
Wed Aug 4 15:57:00 GMT 2010



------- Comment #4 from hjl dot tools at gmail dot com  2010-08-04 15:57 -------
This testcase doesn't have any warnings:

---
typedef struct TypHeader {
  struct TypHeader ** ptr;
} *TypHandle;
void PlainRange (TypHandle hdList, long lenList, long low, long inc)
{
  long i;
  for (i = 1; i <= lenList; i++ )
    (((TypHandle*)((hdList)->ptr))[i] = (((TypHandle) (((long)(low + (i-1) *
inc) << 2) + 1))));
}
---


-- 


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



More information about the Gcc-bugs mailing list