This is the mail archive of the gcc@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: GCC Steering Committee decision on ISO C conversion


> And I'll let you in on a little secret.  I believe the HP's
> traditional compiler *understands* string concatenation!
> 
> Why do I say this?  Because libiberty/regex.c uses it an no one has
> complained.  Maybe someone can confirm this...

While the hpux11 native compiler can build libiberty/regex.c in 32-bit
mode (don't know about 64-bit), pcc based systems definitely choke
compiling it (eg., vax-ultrix).  Thus, let me be the first to complain ;-)
Since libiberty is used for more than gcc, I think this needs to be fixed.

A whole bunch of ISO stuff has snuck into 3.2.  Fortunately, 3.1.1
still will build all languages but java) starting with the
native C compiler.  The java build fails because it needs libiconv.
There is ISO stuff in iconv.h and the configure test fails.
Possibly if the configure test defined "const" to be "", this could
be fixed.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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