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/29801] [4.3 regression] ICE in set_lattice_value (tree-ssa-ccp.c)



------- Comment #3 from rakdver at gcc dot gnu dot org  2006-11-11 11:36 -------
Smaller testcase:

const int a[3] = {1, 2, 3};

int test (int param)
{
  if (param)
    a[2] = 5;

  return a[2];
}


-- 


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


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