[Info-vax] scp or sftp: file is "raw", needs to be parsed - possible to work around that?
John Reagan
xyzzy1959 at gmail.com
Thu May 20 15:25:19 EDT 2021
On Thursday, May 20, 2021 at 2:14:54 PM UTC-4, Craig A. Berry wrote:
> CRTL changes and the clang++ port seem orthogonal to me -- I don't see
> them getting a new CRTL written in time for the C++ release that is
> supposed to happen this quarter (or even if that slips by a quarter or two).
I've never seen a statement about a NEW CRTL. We've been adding enhancments
and bug fixes. Add clang into the mix involves adding some stuff to clang and adding
some "#ifndef __clang" to various headers. And since out-of-the-box clang is 64-bit
pointers AND 64-bit longs by default, RTL code for things like printf("%lx") become
interesting since the RTL thinks it knows the size of long. One of many things to sort.
More information about the Info-vax
mailing list