jkmcnk / sx-gcc

The GNU Compiler Collection port to NEC SX CPU architecture.
GNU General Public License v2.0
0 stars 2 forks source link

soft-float and int arithmetic problems #103

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
gcc.c-torture/execute/930529-1.c fails with r220 and -msoft-float

Original issue reported on code.google.com by jmoc...@gmail.com on 6 Feb 2009 at 1:26

GoogleCodeExporter commented 8 years ago
gcc.c-torture/execute/gofast.c is a regression from r219 as well.

check. fix. ;)

Original comment by jmoc...@gmail.com on 6 Feb 2009 at 1:30

GoogleCodeExporter commented 8 years ago

Original comment by jmoc...@gmail.com on 9 Feb 2009 at 3:03

GoogleCodeExporter commented 8 years ago
as of r233 gcc implements proper soft/strict/hw float semantics.

Original comment by jmoc...@gmail.com on 17 Feb 2009 at 10:48