Date: Tue, 11 Mar 2014 03:34:16 GMT From: BEC <cebd@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: i386/187437: Compilation cc Message-ID: <201403110334.s2B3YGrl054545@cgiserv.freebsd.org> Resent-Message-ID: <201403110340.s2B3e06g066754@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 187437 >Category: i386 >Synopsis: Compilation cc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 11 03:40:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: BEC >Release: 10.0 >Organization: >Environment: FreeBSD puppypc19354 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Fri Jan 17 01:46:25 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386 >Description: #include <stdio.h> int main(){ float a,b,c; b=0.; a=25; c=1.293/(1+a/273) ; printf("\n%g",b); double aa,bb,cc; bb=0.; aa=25; cc=1.293/(1+aa/273) ; printf("\n%g",bb); return(0); } 1.89807 0 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403110334.s2B3YGrl054545>