[Bug rtl-optimization/22129] [3.4 only] Optimization stomps const, initialized local array

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #9 from gdr at gcc dot gnu dot org 2006-02-28 15:49 --- unlikely to be fixed for 3.4.6. -- gdr at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/22129] [3.4 only] Optimization stomps const, initialized local array

2005-10-06 Thread gdr at gcc dot gnu dot org
-- gdr at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|3.4.5 |3.4.6 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22129

[Bug rtl-optimization/22129] [3.4 only] Optimization stomps const, initialized local array

2005-07-27 Thread rsandifo at gcc dot gnu dot org
--- Additional Comments From rsandifo at gcc dot gnu dot org 2005-07-27 12:46 --- It'll come as no surprise that this is yet another bug related to the infamous RTX_UNCHANGING_P. A reduced C testcase is: extern void abort (void); void f (const char *x) { if (x[0] +

[Bug rtl-optimization/22129] [3.4 only] Optimization stomps const, initialized local array

2005-06-21 Thread cnewbold at mathworks dot com
--- Additional Comments From cnewbold at mathworks dot com 2005-06-21 15:50 --- Subject: Re: [3.4 only] Optimization stomps const, initialized local array On Mon, 2005-06-20 at 20:48 +, pinskia at gcc dot gnu dot org wrote: Also note this is not a full testcase and

[Bug rtl-optimization/22129] [3.4 only] Optimization stomps const, initialized local array

2005-06-20 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-20 20:48 --- on the mainline and the 4.0 branch and in 4.0.0, encrypted gets promoted to a static const which works around the bug. Also note this is not a full testcase and cannot just run, so is there way to get

[Bug rtl-optimization/22129] [3.4 only] Optimization stomps const, initialized local array

2005-06-20 Thread cnewbold at mathworks dot com
--- Additional Comments From cnewbold at mathworks dot com 2005-06-20 20:51 --- Subject: Re: [3.4 only] Optimization stomps const, initialized local array On Mon, 2005-06-20 at 20:48 +, pinskia at gcc dot gnu dot org wrote: Also note this is not a full testcase and