Skip Menu |

This queue is for tickets about the optimize CPAN distribution.

Report information
The Basics
Id: 1349
Status: open
Priority: 0/
Queue: optimize

People
Owner: Nobody in particular
Requestors: andy [...] petdance.com
dwheeler [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.02
Fixed in: (no value)



Subject: optimize fails the integer tests
andy@chimpy[/tmp/optimize-0.02]$ perl -Mblib t/11-integer.t 1..11 ok 1 - plus ok 2 - minus ok 3 - times ok 4 - divide ok 5 - modulo ok 6 - scalar still floating point ok 7 - functions still floating point ok 8 - power still floating point ok 9 - ++ still floating point not ok 10 - left shift # Failed test (t/11-integer.t at line 47) # got: '9223372036854775808' # expected: '-9223372036854775808' ok 11 - signed instead of unsigned # Looks like you failed 1 tests of 11.
Subject: perl -V output
Hi, I would like your perl -V output to debug this message, also does the perl core pass the tests for lib/t/integer.t ? Arthur
Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration: Platform: osname=darwin, osvers=5.5, archname=darwin uname='darwin mercury.kineticode.com 5.5 darwin kernel version 5.5: thu may 30 14:51:26 pdt 2002; root:xnuxnu-201.42.3.obj~1release_ppc power macintosh powerpc ' config_args='-des -Uversiononly -Dprefix=/usr/local -Dccflags=-I/sw/include -Dldflags=-L/sw/lib -Dperladmin=david@kineticode.com' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-I/sw/include -pipe -fno-common -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include', optimize='-O3', cppflags='-no-cpp-precomp -I/sw/include -pipe -fno-common -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include' ccversion='', gccversion='2.95.2 19991024 (release)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='cc', ldflags ='-L/sw/lib -flat_namespace -L/usr/local/lib' libpth=/usr/local/lib /usr/lib libs=-lgdbm -ldbm -ldl -lm -lc perllibs=-ldl -lm -lc libc=/usr/lib/libc.dylib, so=dylib, useshrplib=true, libperl=libperl.dylib gnulibc_version='' Dynamic Linking: dlsrc=dl_dyld.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' ' cccdlflags=' ', lddlflags='-L/sw/lib -flat_namespace -bundle -undefined suppress -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: USE_LARGE_FILES Built under darwin Compiled at Jul 30 2002 22:41:09 %ENV: PERL5LIB="/sw/lib/perl5:/usr/local/bricolage/lib:/Users/david/dev/perl/myco/classes" @INC: /sw/lib/perl5/darwin /sw/lib/perl5 /usr/local/bricolage/lib /Users/david/dev/perl/myco/classes /usr/local/lib/perl5/5.8.0/darwin /usr/local/lib/perl5/5.8.0 /usr/local/lib/perl5/site_perl/5.8.0/darwin /usr/local/lib/perl5/site_perl/5.8.0 /usr/local/lib/perl5/site_perl .
[guest - Mon Aug 12 10:37:15 2002]: Show quoted text
> Summary of my perl5 (revision 5.0 version 8 subversion 0)
That was me providing perl -V, just FYI. David