This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Libiberty for VMS - Non polluting names for make-temp-file.c


Richard Kenner wrote:
There is a SYS$TEMP on VMS, SYS$ logical names are supposed to be reserved to HP, in fact anything with a $ in it. One could argue that GNAT is the HP standard Ada compiler on VMS and is entitled to use it. I can ask for HP's opinion and report back.

That's not the way I'd interpret the "reserved to DEC [HP]" for logical names with $. I'd interpret that as meaning that you aren't supposed to DEFINE such names, not that you aren't supposed to USE them for their specified meanings. I don't see why putting temp files in SYS$TEMP would be a problem for ANY application.


You have to be able to define it or else what's the point? The default is either the home directory or the current directory, I don't remember which.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]