Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

warnings.t one failure in IRIX 6.5 #14727

Closed
p5pRT opened this issue May 31, 2015 · 7 comments
Closed

warnings.t one failure in IRIX 6.5 #14727

p5pRT opened this issue May 31, 2015 · 7 comments

Comments

@p5pRT
Copy link

p5pRT commented May 31, 2015

Migrated from rt.perl.org#125298 (status was 'resolved')

Searchable as RT125298$

@p5pRT
Copy link
Author

p5pRT commented May 31, 2015

From @jhi

I thought I had filed this already, but cannot find it ... so here goes, with blead, which is 5.22.0 minus epsilon.
Certainly not a showstopper for 5.22.

lib/warnings .................................................. PROG​:
my $nan = sin 9**9**9;
if ($nan == $nan) {
  print <<EOM ;
SKIPPED
# No nan support
EOM
  exit ;
}
use warnings 'uninitialized';
# The optimised {$a<=>$b} case should behave the same way as unoptimised.
@​sort = sort { ($a)[0] <=> $b } 1, $nan;
@​sort = sort { $a <=> $b } 1, $nan;
EXPECTED​:
Use of uninitialized value in sort at - line 11.
Use of uninitialized value in sort at - line 12.
GOT​:
Use of uninitialized value in sort at - line 11.
# Failed test 260 - at lib/warnings/9uninit line 671

FAILED at test 260

--
./perl -Ilib -V

Summary of my perl5 (revision 5 version 22 subversion 0) configuration​:
 
  Platform​:
  osname=irix, osvers=6.5, archname=IP35-irix
  uname='irix64 irix 6.5 07202013 ip35 '
  config_args='-des -Dusedevel'
  hint=recommended, useposix=true, d_sigaction=define
  useithreads=undef, usemultiplicity=undef
  use64bitint=undef, use64bitall=undef, uselongdouble=undef
  usemymalloc=n, bincompat5005=undef
  Compiler​:
  cc='cc -n32', ccflags ='-D_BSD_TYPES -D_BSD_TIME -woff 1184,1552 -c99 -U__IN
LINE_INTRINSICS -DLANGUAGE_C',
  optimize='-O3 -OPT​:Olimit=0​:space=ON',
  cppflags='-D_BSD_TYPES -D_BSD_TIME -woff 1184,1552 -c99 -U__INLINE_INTRINSIC
S -DLANGUAGE_C'
  ccversion='MIPSpro Compilers​: Version 7.4', gccversion='', gccosandvers=''
  intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321, doublekind=4
  d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16, longdbl
kind=6
  ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize
=8
  alignbytes=8, prototype=define
  Linker and Libraries​:
  ld='cc -n32', ldflags =' -Wl,-woff,84 -L/usr/local/lib'
  libpth=/usr/local/lib /usr/lib32 /lib32 /lib /usr/lib /lib64 /usr/lib64
  libs=-lcl -lpthread -ldb -lm -lc
  perllibs=-lcl -lpthread -lm -lc
  libc=/usr/lib32/libc.so, so=so, useshrplib=false, libperl=libperl.a
  gnulibc_version=''
  Dynamic Linking​:
  dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
  cccdlflags=' ', lddlflags='-n32 -shared -L/usr/local/lib'

@p5pRT
Copy link
Author

p5pRT commented May 31, 2015

From @jhi

Dynamic Linking​:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-n32 -shared -L/usr/local/lib'

The tail end of the perl -V was dropped​:

...

Characteristics of this binary (from libperl)​:
  Compile-time options​: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
  PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
  PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
  PERL_USE_DEVEL USE_LARGE_FILES USE_LOCALE
  USE_LOCALE_COLLATE USE_LOCALE_CTYPE
  USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_PERLIO
  USE_PERL_ATOF
  Locally applied patches​:
  RC2
  Built under irix
  Compiled at May 31 2015 20​:17​:01
  @​INC​:
  lib
  /usr/local/lib/perl5/site_perl/5.22.0/IP35-irix
  /usr/local/lib/perl5/site_perl/5.22.0
  /usr/local/lib/perl5/5.22.0/IP35-irix
  /usr/local/lib/perl5/5.22.0
  /usr/local/lib/perl5/site_perl
  .

@p5pRT
Copy link
Author

p5pRT commented May 31, 2015

From [Unknown Contact. See original ticket]

Dynamic Linking​:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-n32 -shared -L/usr/local/lib'

The tail end of the perl -V was dropped​:

...

Characteristics of this binary (from libperl)​:
  Compile-time options​: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
  PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
  PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
  PERL_USE_DEVEL USE_LARGE_FILES USE_LOCALE
  USE_LOCALE_COLLATE USE_LOCALE_CTYPE
  USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_PERLIO
  USE_PERL_ATOF
  Locally applied patches​:
  RC2
  Built under irix
  Compiled at May 31 2015 20​:17​:01
  @​INC​:
  lib
  /usr/local/lib/perl5/site_perl/5.22.0/IP35-irix
  /usr/local/lib/perl5/site_perl/5.22.0
  /usr/local/lib/perl5/5.22.0/IP35-irix
  /usr/local/lib/perl5/5.22.0
  /usr/local/lib/perl5/site_perl
  .

@p5pRT
Copy link
Author

p5pRT commented Jun 1, 2015

From @jhi

While the failure quite likely has something to do with infnan, the op/infnan.t passes.

@p5pRT
Copy link
Author

p5pRT commented Jun 1, 2015

From [Unknown Contact. See original ticket]

While the failure quite likely has something to do with infnan, the op/infnan.t passes.

@p5pRT
Copy link
Author

p5pRT commented Oct 28, 2015

From @jhi

Resolved with 6504068

@p5pRT p5pRT closed this as completed Oct 28, 2015
@p5pRT
Copy link
Author

p5pRT commented Oct 28, 2015

@jhi - Status changed from 'new' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant