[tree-ssa] simple test case ICEs

Fariborz Jahanian fjahanian@apple.com
Fri Dec 5 00:00:00 GMT 2003


Following test cases ICEs with the compiler in tree-ssa branch. Is this 
a known bug?

- Fariborz

float (*x)[];

void a_tether( ) {
  (*x)[20] = 3.0;
}

mygcct -c bad.c
bad.c: In function `a_tether':

bad.c:4: internal compiler error: in int_mode_for_mode, at 
stor-layout.c:290
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.



More information about the Gcc-patches mailing list