[ARM PATCH] Tweak arm_init_tls_builtins for gfortran

Daniel Jacobowitz drow@false.org
Fri Feb 9 14:46:00 GMT 2007


On Fri, Feb 09, 2007 at 06:20:00AM -0700, Roger Sayle wrote:
> The following patch has been tested on a uberbaum cross compiler to
> mips-elf, all default languages, and regression tested with a "make
> check-gcc RUNTESTFLAGS=--target_board=arm-sim".  Alas the results (for me)
> we pretty horrific, but I could confirm that the relevant gfortran
> front-end warnings disappeared (though the tests failed for other
> reasons).

You might want Paul's libgcc fix from yesterday.

> !   tree nothrow = tree_cons (get_identifier ("nothrow"), NULL, NULL);
> !   tree const_nothrow = tree_cons (get_identifier ("const"), NULL, nothrow);

This was (at least when I wrote it) the way builtins.def worked.  I
gather Fortran does it completely differently?  Seems silly...

-- 
Daniel Jacobowitz
CodeSourcery



More information about the Gcc-patches mailing list