------- Comment #6 from pinskia at gcc dot gnu dot org 2006-09-01 06:27 ------- Here is a testcase which ICEs for i686-linux-gnu with -msse: extern char lanip[3][40]; typedef struct { char *t[4]; }tx_typ; int set_names (void) { static tx_typ tt1; int ln; for (ln = 0; ln < 4; ln++) tt1.t[ln] = lanip[1]; }
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28915