[Rd] O2 optimization produces wrong code (PR#5315)

2003-11-25 Thread jean . coursol
Full_Name: jean coursol Version: 1.7.1, 1.8.0 OS: linux & Windows-XP Submission from: (NULL) (129.175.52.7) Binary MS-Windows akima module from CRAN (1.8.0 version) produces wrong results with some data. Installing akima source in linux, with same data: -with gcc-2.95.3 -O2 : give cor

[Rd] dwilcox , pwilcox, qwilcox are not freeing memory (PR#5314)

2003-11-25 Thread jean . coursol
Full_Name: jean coursol Version: 1.7.1, 1.8.0 OS: linux Submission from: (NULL) (129.175.52.7) w <- pwilcox(1000,50,50) allocates the whole memory and freezes the system or qwilcox or dwilcox To fix the problem: in wilcox.c, call wilcox_free() before return in the three functi