--- Comment #3 from dimock at csail dot mit dot edu 2006-11-30 15:55
---
(In reply to comment #2)
> ... first this code should be rejected which it was in 3.2.3:
> t.cc:38: invalid reinterpret_cast from type `vector float' to type `__v4F'
(0) I don't have 3.2.3
}
inline float __pop__3() {
float res=BUFFER_2_3[TAIL_2_3];
TAIL_2_3++;
return res;
}
int output_count = 0;
void FileWriter__301_78__work__4(int n) {
__print_sink__ = (int)__pop__3();
}
--
Summary: internal compiler error: in convert_move, at expr.c:362
Product