Compiler-Lexer v0.23 Perl 5 v5.36.0 x86_64-linux

Status
Pass
From
Aaron W. Swenson
Dist
Compiler-Lexer v0.23
Platform
Perl 5 v5.36.0 x86_64-linux
Date
2022-08-26 13:05:57
ID
d379a74e-253f-11ed-bf38-bae60f9c775f
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language.  See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org


--
Dear GOCCY,

This is a computer-generated report for Compiler-Lexer-0.23
on perl 5.36.0, created by App::cpanminus::reporter 0.17 (1.7046).

Thank you for uploading your work to CPAN.  Congratulations!
All tests were successful.

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester:

none provided

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '':

Building and testing Compiler-Lexer-0.23
Building Compiler-Lexer
cc -Isrc -I/home/aswenson/perl5/perlbrew/perls/perl-5.36.0/lib/5.36.0/x86_64-linux/CORE -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -D_FILE_OFFSET_BITS=64 -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o src/compiler/lexer/Compiler_annotator.o src/compiler/lexer/Compiler_annotator.cpp
cc -Isrc -I/home/aswenson/perl5/perlbrew/perls/perl-5.36.0/lib/5.36.0/x86_64-linux/CORE -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -D_FILE_OFFSET_BITS=64 -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o src/compiler/lexer/Compiler_lexer.o src/compiler/lexer/Compiler_lexer.cpp
cc -Isrc -I/home/aswenson/perl5/perlbrew/perls/perl-5.36.0/lib/5.36.0/x86_64-linux/CORE -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -D_FILE_OFFSET_BITS=64 -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o src/compiler/lexer/Compiler_manager.o src/compiler/lexer/Compiler_manager.cpp
cc -Isrc -I/home/aswenson/perl5/perlbrew/perls/perl-5.36.0/lib/5.36.0/x86_64-linux/CORE -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -D_FILE_OFFSET_BITS=64 -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o src/compiler/lexer/Compiler_scanner.o src/compiler/lexer/Compiler_scanner.cpp
cc -Isrc -I/home/aswenson/perl5/perlbrew/perls/perl-5.36.0/lib/5.36.0/x86_64-linux/CORE -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -D_FILE_OFFSET_BITS=64 -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o src/compiler/util/Compiler_double_charactor_operator.o src/compiler/util/Compiler_double_charactor_operator.cpp
src/compiler/util/Compiler_double_charactor_operator.cpp:9:75: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
    9 | inline unsigned int DoubleCharactorOperatorMap::hash(register const char *str)
      |                                                                           ^~~
src/compiler/util/Compiler_double_charactor_operator.cpp:42:74: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
   42 | const char *DoubleCharactorOperatorMap::in_word_set(register const char *str)
      |                                                                          ^~~
src/compiler/util/Compiler_double_charactor_operator.cpp: In static member function ‘static const char* DoubleCharactorOperatorMap::in_word_set(const char*)’:
src/compiler/util/Compiler_double_charactor_operator.cpp:189:22: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
  189 |         register int key = hash(str);
      |                      ^~~
src/compiler/util/Compiler_double_charactor_operator.cpp:191:38: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
  191 |                 register const char *s = double_charactor_operators[key];
      |                                      ^
cc -Isrc -I/home/aswenson/perl5/perlbrew/perls/perl-5.36.0/lib/5.36.0/x86_64-linux/CORE -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -D_FILE_OFFSET_BITS=64 -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o src/compiler/util/Compiler_gen_token_decl.o src/compiler/util/Compiler_gen_token_decl.cpp
cc -Isrc -I/home/aswenson/perl5/perlbrew/perls/perl-5.36.0/lib/5.36.0/x86_64-linux/CORE -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -D_FILE_OFFSET_BITS=64 -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o src/compiler/util/Compiler_reserved_keyword.o src/compiler/util/Compiler_reserved_keyword.cpp
src/compiler/util/Compiler_reserved_keyword.cpp:42:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
   42 | ReservedKeywordMap::hash (register const char *str, register unsigned int len)
      |                                                ^~~
src/compiler/util/Compiler_reserved_keyword.cpp:42:75: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
   42 | ReservedKeywordMap::hash (register const char *str, register unsigned int len)
      |                                                                           ^~~
src/compiler/util/Compiler_reserved_keyword.cpp: In static member function ‘static unsigned int ReservedKeywordMap::hash(const char*, unsigned int)’:
src/compiler/util/Compiler_reserved_keyword.cpp:73:16: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
   73 |   register int hval = (int)len;
      |                ^~~~
src/compiler/util/Compiler_reserved_keyword.cpp: At global scope:
src/compiler/util/Compiler_reserved_keyword.cpp:95:55: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
   95 | ReservedKeywordMap::in_word_set (register const char *str, register unsigned int len)
      |                                                       ^~~
src/compiler/util/Compiler_reserved_keyword.cpp:95:82: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
   95 | ReservedKeywordMap::in_word_set (register const char *str, register unsigned int len)
      |                                                                                  ^~~
gen/reserved_keywords.gperf: In static member function ‘static ReservedKeyword* ReservedKeywordMap::in_word_set(const char*, unsigned int)’:
gen/reserved_keywords.gperf:61:20: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
   61 | ">>", {Enum::Token::Type::RightShift, Enum::Token::Kind::Operator, "RightShift", ">>"}
      |                    ^~~
gen/reserved_keywords.gperf:65:32: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
   65 | "|=", {Enum::Token::Type::OrBitEqual, Enum::Token::Kind::Assign, "OrBitEqual", "|="}
      |                                ^
cc -Isrc -I/home/aswenson/perl5/perlbrew/perls/perl-5.36.0/lib/5.36.0/x86_64-linux/CORE -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -D_FILE_OFFSET_BITS=64 -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o src/compiler/util/Compiler_token.o src/compiler/util/Compiler_token.cpp
cc -Isrc -I/home/aswenson/perl5/perlbrew/perls/perl-5.36.0/lib/5.36.0/x86_64-linux/CORE -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -D_FILE_OFFSET_BITS=64 -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o src/compiler/util/Compiler_triple_charactor_operator.o src/compiler/util/Compiler_triple_charactor_operator.cpp
src/compiler/util/Compiler_triple_charactor_operator.cpp:10:55: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
   10 | TripleCharactorOperatorMap::hash(register const char *str)
      |                                                       ^~~
src/compiler/util/Compiler_triple_charactor_operator.cpp:43:74: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
   43 | const char *TripleCharactorOperatorMap::in_word_set(register const char *str)
      |                                                                          ^~~
src/compiler/util/Compiler_triple_charactor_operator.cpp: In static member function ‘static const char* TripleCharactorOperatorMap::in_word_set(const char*)’:
src/compiler/util/Compiler_triple_charactor_operator.cpp:89:22: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
   89 |         register int key = hash(str);
      |                      ^~~
src/compiler/util/Compiler_triple_charactor_operator.cpp:91:38: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
   91 |                 register const char *s = triple_charactor_operators[key];
      |                                      ^
cc -Isrc -I/home/aswenson/perl5/perlbrew/perls/perl-5.36.0/lib/5.36.0/x86_64-linux/CORE -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -D_FILE_OFFSET_BITS=64 -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o src/compiler/util/Compiler_util.o src/compiler/util/Compiler_util.cpp
cc -Isrc -I/home/aswenson/perl5/perlbrew/perls/perl-5.36.0/lib/5.36.0/x86_64-linux/CORE -DVERSION="0.23" -DXS_VERSION="0.23" -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -D_FILE_OFFSET_BITS=64 -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o lib/Compiler/Lexer.o lib/Compiler/Lexer.c
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Compiler/Lexer/Lexer.bs')
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong -o blib/arch/auto/Compiler/Lexer/Lexer.so lib/Compiler/Lexer.o src/compiler/lexer/Compiler_annotator.o src/compiler/lexer/Compiler_lexer.o src/compiler/lexer/Compiler_manager.o src/compiler/lexer/Compiler_scanner.o src/compiler/util/Compiler_double_charactor_operator.o src/compiler/util/Compiler_gen_token_decl.o src/compiler/util/Compiler_reserved_keyword.o src/compiler/util/Compiler_token.o src/compiler/util/Compiler_triple_charactor_operator.o src/compiler/util/Compiler_util.o -lstdc++
t/Lexer.t ............... ok
t/format.t .............. ok
t/issue_32.t ............ ok
t/issue_35.t ............ ok
t/issue_38.t ............ ok
t/issue_39.t ............ ok
t/issue_40.t ............ ok
t/issue_42.t ............ ok
t/issue_43.t ............ ok
t/issue_44.t ............ ok
t/issue_45.t ............ ok
t/issue_48.t ............ ok
t/issue_53.t ............ ok
t/issue_69.t ............ ok
t/issue_reports.t ....... ok
t/package.t ............. ok
t/perl6.t ............... ok
t/recursive_tokenize.t .. ok
t/verbose.t ............. ok
All tests successful.
Files=19, Tests=30,  1 wallclock secs ( 0.07 usr  0.01 sys +  1.15 cusr  0.31 csys =  1.54 CPU)
Result: PASS

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

    No requirements found

------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    LANG = en_US.utf8
    PATH = /home/aswenson/perl5/perlbrew/bin:/home/aswenson/perl5/perlbrew/perls/perl-5.36.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/lib/llvm/14/bin
    PERLBREW_HOME = /home/aswenson/.perlbrew
    PERLBREW_MANPATH = /home/aswenson/perl5/perlbrew/perls/perl-5.36.0/man
    PERLBREW_PATH = /home/aswenson/perl5/perlbrew/bin:/home/aswenson/perl5/perlbrew/perls/perl-5.36.0/bin
    PERLBREW_PERL = perl-5.36.0
    PERLBREW_ROOT = /home/aswenson/perl5/perlbrew
    PERLBREW_SHELLRC_VERSION = 0.96
    PERLBREW_VERSION = 0.96
    SHELL = /bin/bash
    TERM = xterm-256color

Perl special variables (and OS-specific diagnostics, for MSWin32):

    EGID = 1000 10 18 85 100 250 1000
    EUID = 1000
    EXECUTABLE_NAME = /home/aswenson/perl5/perlbrew/perls/perl-5.36.0/bin/perl
    GID = 1000 10 18 85 100 250 1000
    UID = 1000

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.33    
    CPAN::Meta          2.150010
    Cwd                 3.84    
    ExtUtils::CBuilder  0.280236
    ExtUtils::Command   7.64    
    ExtUtils::Install   2.20    
    ExtUtils::MakeMaker 7.64    
    ExtUtils::Manifest  1.73    
    ExtUtils::ParseXS   3.45    
    File::Spec          3.84    
    JSON                4.09    
    JSON::PP            4.07    
    Module::Build       0.4231  
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.44    
    Test::More          1.302190
    YAML                n/a     
    YAML::Syck          n/a     
    version             0.9929  


--

Summary of my perl5 (revision 5 version 36 subversion 0) configuration:
   
  Platform:
    osname=linux
    osvers=5.10.102.1-microsoft-standard-wsl2
    archname=x86_64-linux
    uname='linux bcrsvsup 5.10.102.1-microsoft-standard-wsl2 #1 smp wed mar 2 00:30:59 utc 2022 x86_64 amd ryzen 7 5700u with radeon graphics authenticamd gnulinux '
    config_args='-de -Dprefix=/home/aswenson/perl5/perlbrew/perls/perl-5.36.0 -Aeval:scriptdir=/home/aswenson/perl5/perlbrew/perls/perl-5.36.0/bin'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=undef
    usemultiplicity=undef
    use64bitint=define
    use64bitall=define
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
  Compiler:
    cc='cc'
    ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
    optimize='-O2'
    cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong'
    ccversion=''
    gccversion='11.3.0'
    gccosandvers=''
    intsize=4
    longsize=8
    ptrsize=8
    doublesize=8
    byteorder=12345678
    doublekind=3
    d_longlong=define
    longlongsize=8
    d_longdbl=define
    longdblsize=16
    longdblkind=3
    ivtype='long'
    ivsize=8
    nvtype='double'
    nvsize=8
    Off_t='off_t'
    lseeksize=8
    alignbytes=8
    prototype=define
  Linker and Libraries:
    ld='cc'
    ldflags =' -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib /lib64 /usr/lib64 /lib /usr/local/lib64
    libs=-lpthread -lnsl -lgdbm -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=/lib/../lib64/libc.so.6
    so=so
    useshrplib=false
    libperl=libperl.a
    gnulibc_version='2.35'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs
    dlext=so
    d_dlsymun=undef
    ccdlflags='-Wl,-E'
    cccdlflags='-fPIC'
    lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector-strong'


Characteristics of this binary (from libperl): 
  Compile-time options:
    HAS_TIMES
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    USE_64_BIT_ALL
    USE_64_BIT_INT
    USE_LARGE_FILES
    USE_LOCALE
    USE_LOCALE_COLLATE
    USE_LOCALE_CTYPE
    USE_LOCALE_NUMERIC
    USE_LOCALE_TIME
    USE_PERLIO
    USE_PERL_ATOF
  Built under linux
  Compiled at Aug 18 2022 13:20:22
  %ENV:
    PERLBREW_HOME="/home/aswenson/.perlbrew"
    PERLBREW_MANPATH="/home/aswenson/perl5/perlbrew/perls/perl-5.36.0/man"
    PERLBREW_PATH="/home/aswenson/perl5/perlbrew/bin:/home/aswenson/perl5/perlbrew/perls/perl-5.36.0/bin"
    PERLBREW_PERL="perl-5.36.0"
    PERLBREW_ROOT="/home/aswenson/perl5/perlbrew"
    PERLBREW_SHELLRC_VERSION="0.96"
    PERLBREW_VERSION="0.96"
  @INC:
    /home/aswenson/perl5/perlbrew/perls/perl-5.36.0/lib/site_perl/5.36.0/x86_64-linux
    /home/aswenson/perl5/perlbrew/perls/perl-5.36.0/lib/site_perl/5.36.0
    /home/aswenson/perl5/perlbrew/perls/perl-5.36.0/lib/5.36.0/x86_64-linux
    /home/aswenson/perl5/perlbrew/perls/perl-5.36.0/lib/5.36.0