[Bug tree-optimization/18241] [4.0 Regression] volatile causes mis-compiling

2005-01-08 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2005-01-08 18:47 --- Fix: http://gcc.gnu.org/ml/gcc-patches/2005-01/msg00451.html -- What|Removed |Added

[Bug tree-optimization/18241] [4.0 Regression] volatile causes mis-compiling

2005-01-07 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-01-07 18:43 --- *** Bug 19316 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug tree-optimization/18241] [4.0 Regression] volatile causes mis-compiling

2005-01-07 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2005-01-07 15:09 --- BTW, the original case is no longer reproducible on mainline, but the test in #35 still fails. This happens when a pointer to volatile storage takes the address of a variable. One way to fix this is by m

[Bug tree-optimization/18241] [4.0 Regression] volatile causes mis-compiling

2005-01-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-04 00:40 --- Changing the summary as we finnally found the problem. -- What|Removed |Added Sum