This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: dwarf2out tree expression expansion improvements
> > here is updated patch. It bootstrapped x86_64-linux without Ada (that now
> > fais for me on EH failure).
>
> Confirmed, Ada is broken at revision 151769:
>
> a-calfor.adb:333:8: error: flow control insn inside a basic block
> (insn 578 644 579 99 a-calfor.adb:330 (set (mem/s:QI (reg:SI 312) [8
> D.3661_331->ARRAY+18 S1 A16])
> (reg:QI 316)) -1 (expr_list:REG_EH_REGION (const_int 1 [0x1])
> (nil)))
> +===========================GNAT BUG DETECTED==============================+
> | 4.5.0 20090916 (experimental) [trunk revision 151769] (i586-suse-linux-gnu)
> GCC error:|
> | in rtl_verify_flow_info_1, at cfgrtl.c:2026
>
> 151755 was OK:
> http://gcc.gnu.org/ml/gcc-testresults/2009-09/msg01447.html
It seems like EH issue, libjava fails same way.
Honza