This is the mail archive of the gcc-patches@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]

[tree-ssa] simple test case ICEs


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.



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