[Bug tree-optimization/17661] ICE in create_tmp_var

2004-10-12 Thread mueller at kde dot org
--- Additional Comments From mueller at kde dot org 2004-10-12 15:42 --- reduced testcase: struct C { int *c; C () : c (0) { } C (const C &x) : c (x.c) { } C &operator++ () { return *this; } }; void breakme (void) { C j; bool k = false; for (;; k ? j : ++j

[Bug tree-optimization/17661] ICE in create_tmp_var

2004-10-12 Thread mueller at kde dot org
--- Additional Comments From mueller at kde dot org 2004-10-12 15:41 --- Please reopen this bugreport, its not a duplicate of 17554 and still unfixed (while 17554 is fixed). -- What|Removed |Added