[Bug tree-optimization/28778] [4.0/4.1 Regression] alias bug with cast and call clobbered

2007-02-14 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.2 |4.1.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28778

[Bug tree-optimization/28778] [4.0/4.1 Regression] alias bug with cast and call clobbered

2007-02-07 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28778

[Bug tree-optimization/28778] [4.0/4.1 Regression] alias bug with cast and call clobbered

2007-01-25 Thread gdr at gcc dot gnu dot org
--- Comment #50 from gdr at gcc dot gnu dot org 2007-01-25 15:51 --- This is not going to be fixed for GCC-4.0.4, so adjusting milestone. -- gdr at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/28778] [4.0/4.1 Regression] alias bug with cast and call clobbered

2006-11-05 Thread chuck at vertica dot com
--- Comment #46 from chuck at vertica dot com 2006-11-05 22:17 --- Folks, can anyone please tell me if this is the same problem as I am seeing here using gcc 4.0.2 for x86_64: #include stdio.h inline long long Vgetbytes(double f) { return *reinterpret_castconst long long *(f); }

[Bug tree-optimization/28778] [4.0/4.1 Regression] alias bug with cast and call clobbered

2006-11-05 Thread drow at gcc dot gnu dot org
--- Comment #47 from drow at gcc dot gnu dot org 2006-11-05 22:25 --- Subject: Re: [4.0/4.1 Regression] alias bug with cast and call clobbered On Sun, Nov 05, 2006 at 10:17:16PM -, chuck at vertica dot com wrote: Folks, can anyone please tell me if this is the same problem as I

[Bug tree-optimization/28778] [4.0/4.1 Regression] alias bug with cast and call clobbered

2006-11-05 Thread pinskia at gcc dot gnu dot org
--- Comment #48 from pinskia at gcc dot gnu dot org 2006-11-05 22:26 --- (In reply to comment #46) Folks, can anyone please tell me if this is the same problem as I am seeing here using gcc 4.0.2 for x86_64: inline long long Vgetbytes(double f) { return *reinterpret_castconst

[Bug tree-optimization/28778] [4.0/4.1 Regression] alias bug with cast and call clobbered

2006-11-05 Thread chuck at vertica dot com
--- Comment #49 from chuck at vertica dot com 2006-11-05 23:39 --- Sorry. But maybe it is a FAQ because even with -Wall or -Wstrict-aliasing=2 g++ 4.0.2 generates invalid code for this without so much as a peep. I here 4.1 is better about giving a warning. I guess it was too much to

[Bug tree-optimization/28778] [4.0/4.1 Regression] alias bug with cast and call clobbered

2006-10-20 Thread rguenth at gcc dot gnu dot org
--- Comment #45 from rguenth at gcc dot gnu dot org 2006-10-20 08:24 --- Still not fixed on the branches. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added