This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [ARM PATCH] Tweak arm_init_tls_builtins for gfortran
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