[Bug tree-optimization/22530] [4.1 Regression] ICE with static promotion

2005-07-19 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-19 19:57 --- Fixed removing promot-statics by: 2005-07-19 Danny Berlin [EMAIL PROTECTED] Kenneth Zadeck [EMAIL PROTECTED] * Makefile.in: Removed tree-promote-statics.c *

[Bug tree-optimization/22530] [4.1 Regression] ICE with static promotion

2005-07-19 Thread zadeck at naturalbridge dot com
--- Additional Comments From zadeck at naturalbridge dot com 2005-07-19 20:39 --- While it is true that this problem will go away because I removed the pass, there still seemed to be the feeling that the reason that this was iced was that this was goofy gimple and that that goofy gimple

[Bug tree-optimization/22530] [4.1 Regression] ICE with static promotion

2005-07-17 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22530

[Bug tree-optimization/22530] [4.1 Regression] ICE with static promotion

2005-07-17 Thread dberlin at dberlin dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-07-17 19:17 --- Subject: Re: New: [4.1 Regression] ICE with static promotion On Sun, 2005-07-17 at 19:13 +, pinskia at gcc dot gnu dot org wrote: Compile the following valid C99 code at -O3 and we get an

[Bug tree-optimization/22530] [4.1 Regression] ICE with static promotion

2005-07-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-17 19:18 --- Forgot to say the ICE for this testcase is: unhandled expression in get_expr_operands(): compound_literal_expr 0x41ebaf80 type record_type 0x41eaed20 f1 type_0 SI size integer_cst 0x41e11740

[Bug tree-optimization/22530] [4.1 Regression] ICE with static promotion

2005-07-17 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||jason at gcc dot gnu dot ||org, dnovillo at gcc dot gnu

[Bug tree-optimization/22530] [4.1 Regression] ICE with static promotion

2005-07-17 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||zadeck at naturalbridge dot ||com