Quoting Martin Guy <[email protected]>: > Hi all > Trying to locate a GCC bug in ARM single-precision softfloat, I'm > looking for another softfloat target to see whether it's ARM-specific, > but none of the soft-float targets in the farm seem to work. > - Alpha gives ICE (set (reg:DF 75) (float_extend:DF (reg:SF 74))) > - HPPA and x86 don't have softfloat libraries installed (__extendsfdf2 > not found) > - MIPS -msoft-float gives all results as nan > > Does anyone have a net-accessible non-ARM box with working softfloat (m68k?) > It would save me having to build a compiler with soft libraries just > for this one test
Hmm, I almost forgot, a also have an m32r toolchain at gcc11:/home/amylaar/20090317-z/bld-m32r . amyl...@gcc11:~/20090317-z/bld-m32r$ /home/amylaar/20090317-z/bld-m32r/gcc/xgcc -B/home/amylaar/20090317-z/bld-m32r/gcc/ -isystem /home/amylaar/20090317-z/bld-m32r/m32r-elf/./newlib/targ-include -isystem /home/amylaar/20090317-z/srcw/newlib/libc/include -B/home/amylaar/20090317-z/bld-m32r/m32r-elf/./libgloss/m32r/ -L/home/amylaar/20090317-z/bld-m32r/m32r-elf/./libgloss/m32r -L/home/amylaar/20090317-z/srcw/libgloss/m32r -L/home/amylaar/20090317-z/bld-m32r/ld -B/home/amylaar/20090317-z/bld-m32r/m32r-elf/./newlib/ -L/home/amylaar/20090317-z/bld-m32r/m32r-elf/./newlib -lm ~/hello.c -o tmp.x amyl...@gcc11:~/20090317-z/bld-m32r$ nm tmp.x|grep df 0000000000001df4 T _cleanup_r 0000000000000254 T __floatsidf 00000000000001ec T __nedf2 amyl...@gcc11:~/20090317-z/bld-m32r$ /home/amylaar/20090317-z/bld-m32r/sim/m32r/run tmp.x Hello world! _______________________________________________ Gcc-cfarm-users mailing list [email protected] https://mail.gna.org/listinfo/gcc-cfarm-users
