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: SCO OpenServer / UnixWare port update



On Oct 15, 2005, at 12:45 PM, Kean Johnston wrote:


You introduce a new arbitrary limit. If the current working directory
No, I really don't.

Right now, there is code in natFilePosix.cc that says:
   char buf2[MAXPATHLEN];

That code is obviously working for all platforms currently, because
no-one else is getting compile time failures for that file. Thus,
the code is currently limited to whatever MAXPATHLEN is defined as
on every other system out there, except mine. So this function is
"limited" already, on every other system.

Actually that is not true, it fails on x86-gnu aka HURD. see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21821


-- Pinski



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