[Bug c/23665] [3.4 Regression] ICE in convert_move with -O3 (ok at -O2)

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #3 from gdr at gcc dot gnu dot org 2006-03-01 04:47 --- Unlikely to be fixed for 3.4.6 -- gdr at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/23665] [3.4 Regression] ICE in convert_move with -O3 (ok at -O2)

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=23665

[Bug c/23665] [3.4 Regression] ICE in convert_move with -O3 (ok at -O2)

2005-09-09 Thread rguenth at gcc dot gnu dot org
--- Additional Comments From rguenth at gcc dot gnu dot org 2005-09-09 12:19 --- Problem of the C frontend using the first decl with int arg and the inliner expecting to have a double in unit-at-a-time mode, -O1 -funit-at-a-time: inline double func(); int main(void) { double d =

[Bug c/23665] [3.4 Regression] ICE in convert_move with -O3 (ok at -O2)

2005-08-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-01 01:03 --- Confirmed, only a 3.4 regression. -- What|Removed |Added Status|UNCONFIRMED