------- Comment #4 from pinskia at gcc dot gnu dot org 2007-04-08 00:05 ------- I bet a beer that this is related to code like: int a[] = {1,2};
The only reason I am saying that is because the last time I looked into a failure of giving the same aliasing set to int[] = {1,2} as int[2] was the same problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31505