Oleg Endo <[email protected]> wrote:
> The updated treg_set_expr patch is attached, which should fix the GBR
> issues. Tests here OK.
> Kaz, could you please try again?
New tests that FAIL:
libgomp.fortran/udr14.f90 -O3 -g (internal compiler error)
libgomp.fortran/udr14.f90 -O3 -g (test for excess errors)
Old tests that passed, that have disappeared: (Eeek!)
gcc.target/sh/pr49263-1.c scan-assembler-not bclr
gcc.target/sh/pr49263-1.c scan-assembler-times extu 1
gcc.target/sh/pr49263-2.c scan-assembler-times -129 2
gcc.target/sh/pr49263-2.c scan-assembler-times extu 1
For the new ICE, libgomp tests log says:
/exp/ldroot/dodes/LOCAL/trunk/libgomp/testsuite/libgomp.fortran/udr14.f90:15:0:
internal compiler error: in maybe_record_trace_start, at dwarf2cfi.c:2318
0x8384ad6 maybe_record_trace_start
../../LOCAL/trunk/gcc/dwarf2cfi.c:2318
0x8385023 scan_trace
../../LOCAL/trunk/gcc/dwarf2cfi.c:2496
0x8385b35 create_cfi_notes
../../LOCAL/trunk/gcc/dwarf2cfi.c:2650
0x8385b35 execute_dwarf2_frame
../../LOCAL/trunk/gcc/dwarf2cfi.c:3006
0x8385b35 execute
../../LOCAL/trunk/gcc/dwarf2cfi.c:3486
Please submit a full bug report,
...
"./f951 udr14.f90 -g -O3 -fopenmp -o xxx.s" can reproduce this ICE.
Regards,
kaz