pspp-dev
[Top][All Lists]
Advanced

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

RE: pspp rc4 on Mac: pfm-write errors


From: Marshall DeBerry
Subject: RE: pspp rc4 on Mac: pfm-write errors
Date: Tue, 26 Jul 2005 20:37:30 -0400

John Darrington wrote:

> See what happens compiling a snippet like
>
>int
>main(int argc, char **argv)
>{
>       static const double foo[1] = 
>       {
>30 * 30 * 30 * 30 * 30 * 30 * 30 *
>30 * 30 * 30 * 30 * 30 * 30 * 30 *
>30 * 30 * 30 * 30 * 30 * 30 * 30 ;
>       }
>       printf("%g\n",foo[0]);
>}

I get a number of "integer overflow in expression" warnings, and then a
"parse error before ';' token".

Also, the same set of error messages regarding pfm_write.c were produced
when trying Ben's patch.

I'm going to file a bug report on the GCC compiler with Apple, and use the
pfm_write.c module as the example.

Marshall





reply via email to

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