[Bug tree-optimization/30016] [4.0/4.1/4.2/4.3 Regression] internal compiler error: in convert_move, at expr.c:362

2006-11-30 Thread dimock at csail dot mit dot edu
--- 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

[Bug c++/30016] New: internal compiler error: in convert_move, at expr.c:362

2006-11-29 Thread dimock at csail dot mit dot edu
} 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