NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/46953 CVS commit: src/lib/libc/softfloat



The following reply was made to PR port-arm/46953; it has been noted by GNATS.

From: "SAITOH Masanobu" <msaitoh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/46953 CVS commit: src/lib/libc/softfloat
Date: Wed, 14 Nov 2012 03:47:31 +0000

 Module Name:   src
 Committed By:  msaitoh
 Date:          Wed Nov 14 03:47:31 UTC 2012
 
 Modified Files:
        src/lib/libc/softfloat: Makefile.inc
 
 Log Message:
 For arm, add -fno-tree-vrp to COPTS when compiling softfloat.c.
 Without -fno-tree-vrp, -INF + -INF returns 0 by adddf3.
 Fixes PR#46953.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.10 -r1.11 src/lib/libc/softfloat/Makefile.inc
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index