------- Comment #4 from falk at debian dot org 2009-04-07 21:47 ------- Here's a test case:
unsigned long f1(); int f2(); int store_aff_word(int x) { return (int) (x ? f1() : f2()); } -- falk at debian dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |NEW Ever Confirmed|0 |1 Keywords| |ice-on-valid-code Known to fail| |4.5.0 Known to work| |4.3.1 Summary|internal compiler error: in |[4.5 regression] internal |fold_binary, at fold- |compiler error: in |const.c:9642 |fold_binary, at fold- | |const.c:9642 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39673