[Bug rtl-optimization/32374] [4.3 Regression] internal compiler error: in reload_cse_simplify_operands, at postreload.c:396

2007-06-18 Thread ubizjak at gmail dot com
--- Comment #4 from ubizjak at gmail dot com 2007-06-18 22:36 --- (In reply to comment #3) I don't know if this is data flow related any more, due to the reporting of PR 32389. No, this one is caused by dataflow. -- ubizjak at gmail dot com changed: What|Removed

[Bug rtl-optimization/32374] [4.3 Regression] internal compiler error: in reload_cse_simplify_operands, at postreload.c:396

2007-06-17 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug rtl-optimization/32374] [4.3 Regression] internal compiler error: in reload_cse_simplify_operands, at postreload.c:396

2007-06-17 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-06-17 18:00 --- Reduced testcase: typedef long unsigned int size_t; extern int *stderr; void f(int *, const char *, ...); void g (const char *conf_name) { typedef struct { const char *label;

[Bug rtl-optimization/32374] [4.3 Regression] internal compiler error: in reload_cse_simplify_operands, at postreload.c:396

2007-06-17 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-06-18 05:44 --- I don't know if this is data flow related any more, due to the reporting of PR 32389. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added