This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] ARM half-precision floating point, 5/8 (detect constant overflow)


On Sun, Apr 19, 2009 at 9:04 PM, Sandra Loosemore
<sandra@codesourcery.com> wrote:
> It looks like carrying out this level of testing would be a non-trivial
> amount of effort. ÂI have discovered that, while we do in fact have some
> Cell hardware at CodeSourcery, we've never tried to build or test an SPU
> compiler before. And, as far as I can tell, the GNU SPU tools treat this as
> a bare-metal/ELF/newlib target; can you even bootstrap GCC on this machine
> at all?

You cannot bootstrap on the spu target but you can build a cross
compiler and just run the testsuite like you would run a native
compiler (as long as the spu-elf runner is turned on which normally is
running).  This is the way I test the spu-elf target and may other
folks do (they also run the gdb testsuite this way).

Thanks,
Andrew Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]