[Bug c++/27292] [4.2 regression] ICE on casts on bitfields

2006-04-24 Thread mmitchel at gcc dot gnu dot org
--- Comment #5 from mmitchel at gcc dot gnu dot org 2006-04-25 03:38 --- Fixed in 4.2. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug target/27282] [4.2 regression] ICE in final_scan_insn, at final.c:2448 - could not split insn

2006-04-24 Thread dje at gcc dot gnu dot org
--- Comment #4 from dje at gcc dot gnu dot org 2006-04-25 04:24 --- This optimization occurred in 4.1 between life2 and lreg: life2: (insn 24 23 25 2 (set (reg:SI 126) (const_int -503316480 [0xe200])) 279 {*movsi_internal1} (nil) (nil)) (insn 30 29 31 2 (paralle

[Bug libfortran/27046] gfortran print flush in dll

2006-04-24 Thread fxcoudert at gcc dot gnu dot org
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2006-04-25 06:04 --- (In reply to comment #2) > This was fixed for the non windows case for sure. Yes: $ cat ftesti.f90 subroutine print_from_gfortran(txt) implicit none character :: txt print *,txt end subroutine print_from_

[Bug target/27282] [4.2 regression] ICE in final_scan_insn, at final.c:2448 - could not split insn

2006-04-24 Thread bonzini at gnu dot org
--- Comment #5 from bonzini at gnu dot org 2006-04-25 06:37 --- Sure. The code meant to do so using trunc_int_for_mode, but it does not work because constop is unsigned. The trunc_int_for_mode was introduced in http://gcc.gnu.org/ml/gcc-patches/2002-01/msg01397.html to cure a similar I

<    1   2