i386/187437: Compilation cc

BEC cebd at gmail.com
Tue Mar 11 03:40:00 UTC 2014


>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 at 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:


More information about the freebsd-i386 mailing list