------- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-27
17:06 -------
Another testcase for extra load at the tree level:
int g (int* g1, int* g2)
{
int i;
g2[0] = 2;
g1[0] = 3;
return g2[0];
}Note the test in comment #1 has been fixed already. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17064
