> >> With the following, bootstrap completed on powerpc-apple-darwin9, > >> and > >> make check-ada shows no new fails. > >> Should I apply it? > > > > Looks good to me, go ahead, although I'm a bit surprised that you got an > > error, > > can you clarify what error you got? > > IIRC, that the flag was undefined.
The compiler should NOT generate an error in such case. Vincent, can you confirm that the compiler will default to False in case the value is not defined in system.ads? If not, then this needs to be fixed. > If it's important I can revert the fix in my local tree and re-build. Given that True is a proper value for darwin x64, your change is fine, but it shouldn't have been needed, since there should be a proper default. Arno