This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: HP-UX 11.00 + 16446 + gcc-3.1/64
- From: law at redhat dot com
- To: "H.Merijn Brand" <h dot m dot brand at hccnet dot nl>
- Cc: "John David Anglin" <dave at hiauly1 dot hia dot nrc dot ca>, gcc-patches at gcc dot gnu dot org
- Date: Wed, 08 May 2002 12:31:18 -0600
- Subject: Re: HP-UX 11.00 + 16446 + gcc-3.1/64
- Reply-to: law at redhat dot com
In message <20020508195918.07E9.H.M.BRAND@hccnet.nl>, "H.Merijn Brand" writes:
> > The only warning that I got building 5.7.3 on hppa64-hpux11.11 was
> >
> > make[1]: Entering directory `/xxx/gnu/perl-5.7.3/ext/Errno'
> > ../../miniperl -I../../lib -I../../lib -I../../lib -I../../lib Errno_pm.PL
> Errno
> > .pm
> > <command line>:1:1: warning: "__STDC_EXT__" redefined
> > <command line>:1:1: warning: this is the location of the previous definiti
> on
> > <command line>:1:1: warning: "__STDC_EXT__" redefined
> > <command line>:1:1: warning: this is the location of the previous definiti
> on
> > <command line>:1:1: warning: "__STDC_EXT__" redefined
> > <command line>:1:1: warning: this is the location of the previous definiti
> on
> > <command line>:1:1: warning: "__STDC_EXT__" redefined
> > <command line>:1:1: warning: this is the location of the previous definiti
> on
> > <command line>:1:1: warning: "__STDC_EXT__" redefined
> > <command line>:1:1: warning: this is the location of the previous definiti
> on
> > Skip ../../lib/Errno.pm (unchanged)
GCC (both 32bit and 64bit) will define __STDC_EXT__ by default when using
GCC 3.0 and newer versions of the compiler.
jeff