NetBSD-Bugs archive

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

PR/54000 CVS commit: src/tests/lib/libc/gen



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

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54000 CVS commit: src/tests/lib/libc/gen
Date: Wed, 24 Apr 2019 11:12:09 -0400

 Module Name:	src
 Committed By:	christos
 Date:		Wed Apr 24 15:12:09 UTC 2019
 
 Modified Files:
 	src/tests/lib/libc/gen: Makefile
 
 Log Message:
 PR/54000: Andreag Gustafsson: Compile the rounding test with
 -fround-math since with gcc-7, the default mode ignores fenv settings
 (the same effect can be achieved with -O0 :-)
 
 https://gcc.gnu.org/wiki/FloatingPointMath
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.51 -r1.52 src/tests/lib/libc/gen/Makefile
 
 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