[Top][All Lists]
[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
- pspp rc4 on Mac: pfm-write errors, (continued)
- pspp rc4 on Mac: pfm-write errors, Marshall DeBerry, 2005/07/25
- Re: pspp rc4 on Mac: pfm-write errors, John Darrington, 2005/07/25
- RE: pspp rc4 on Mac: pfm-write errors, Marshall DeBerry, 2005/07/25
- Re: pspp rc4 on Mac: pfm-write errors, Ben Pfaff, 2005/07/26
- Re: pspp rc4 on Mac: pfm-write errors, John Darrington, 2005/07/26
- Re: pspp rc4 on Mac: pfm-write errors, Dr Eberhard W Lisse, 2005/07/26
- Re: pspp rc4 on Mac: pfm-write errors, Ben Pfaff, 2005/07/31
- Re: pspp rc4 on Mac: pfm-write errors, Dr Eberhard W Lisse, 2005/07/26
- RE: pspp rc4 on Mac: pfm-write errors,
Marshall DeBerry <=
- Re: pspp rc4 on Mac: pfm-write errors, John Darrington, 2005/07/26
- RE: pspp rc4 on Mac: pfm-write errors, Marshall DeBerry, 2005/07/26
- Re: pspp rc4 on Mac: pfm-write errors, John Darrington, 2005/07/26
Cant reproduce the Mac problem., John Darrington, 2005/07/27
Re: release candidate 4 available, John Darrington, 2005/07/25