On 4/28/07, chromatic <[EMAIL PROTECTED]> wrote:
On Friday 27 April 2007 12:22, Steve Peters wrote: > The attached additional patch fixes one problem caused by the previous > patch and gets Intel C++ to compile and pass all of its tests on > Linux. Only apply the attached patch after applying the first patch. This part bothers me: --- src/mmd.c (revision 18345) +++ src/mmd.c (working copy) @@ -1703,7 +1703,12 @@ * register default mmds for this type */ for (i = 0; i < n; ++i) { + /* The following always fails for Intel C++ for unknown reasons, + * but I'm assuming its optimizer related. + */
eeuhw, "assuming" ? I guess that'snot what you want in a multi-platform, stable, production environment that parrot will be... kjs