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 tree-optimization/36245] [4.4 Regression] internal compiler error: in build2_stat, at tree.c:3116



------- Comment #9 from rguenth at gcc dot gnu dot org  2008-05-16 10:00 -------
So on the trunk we have the same issue, we get a non-pointer parts->base.

We have the affine combination

{
  type = unsigned int
  offset = 0
  elements = {
    [0] = &buf2 * 1, 
    [1] = p_36 * 1, 
    [2] = &buf1 * 18446744073709551615, 
    [3] = i_48 * 1
  }
}


-- 


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


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