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-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev