bug-glibc
[Top][All Lists]
Advanced

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

nanl problem


From: Zoonky Lee
Subject: nanl problem
Date: Thu, 7 Aug 2003 16:43:17 +0200

Hello,

The following code compiled with gcc (v3.2.2 or v3.3) & glibc v2.3.1 produce
"Memory fault" on 
Slackware 9:

#include <math.h>

int main(){
 long double a = nanl(0);

 return 0;
}

Zoonky





reply via email to

[Prev in Thread] Current Thread [Next in Thread]