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: HP-UX 11.00 + 16446 + gcc-3.1/64


On Wed 08 May 2002 17:25, "John David Anglin" <dave@hiauly1.hia.nrc.ca> wrote:
> > > > After Configure -Dusedevel -Duseperlio -Duse64bitall -des
> > > > makefile and x2p/makefile have to be cleared from being depending on
> > > > '<built-in>' see patch at the end (tested, worked)
> > 
> > versions up to and including 3.0.4 used <builtin> instead of <built-in>
> 
> I had to manually remove these.

Fixed by me in the most recent bleadperl. If you wanna do it on your current
version, edit makedepend.SH and cp the lines with <builtin> and change it to
<built-in>

> > > > Still lots of warnings like
> > > > 
> > > > op.c: In function `S_cv_clone2':
> > > > op.c:4487: warning: unused variable `Perl___notused'
> > > > op.c:4603: warning: unused variable `Perl___notused'
> > > > op.c: In function `Perl_newATTRSUB':
> > > > op.c:5091: warning: unused variable `Perl___notused'
> > > > op.c:5104: warning: unused variable `Perl___notused'
> > > 
> > > Has gcc 3 changed the unused attribute syntax?
> 
> Not that I am aware of.  If you can generate a simple testcase where
> it does not work as expected, please file a GCC PR.

Will be next week soonest. Buisiness closed for 4 days :(

> 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 definition
> <command line>:1:1: warning: "__STDC_EXT__" redefined
> <command line>:1:1: warning: this is the location of the previous definition
> <command line>:1:1: warning: "__STDC_EXT__" redefined
> <command line>:1:1: warning: this is the location of the previous definition
> <command line>:1:1: warning: "__STDC_EXT__" redefined
> <command line>:1:1: warning: this is the location of the previous definition
> <command line>:1:1: warning: "__STDC_EXT__" redefined
> <command line>:1:1: warning: this is the location of the previous definition
> Skip ../../lib/Errno.pm (unchanged)
> make[1]: Leaving directory `/xxx/gnu/perl-5.7.3/ext/Errno'
> make: [extras.make] Error 1 (ignored)

-- 
H.Merijn Brand        Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using perl-5.6.1, 5.7.1 & 630 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3,
     WinNT 4, Win2K pro & WinCE 2.11 often with Tk800.022 &/| DBD-Unify
ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/H/HM/HMBRAND/



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