Back
From: metabase:user:30ae4450-2aae-11df-837a-5e0a49663a4f
Subject: UNKNOWN C-sparse-0.07 v5.25.8
Date: 2017-01-22T19:36:21Z
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 Konrad Eisele,
This is a computer-generated report for C-sparse-0.07
on perl 5.25.8, created by CPAN-Reporter-1.2018.
Thank you for uploading your work to CPAN. However, attempting to
test your distribution gave an inconclusive result.
This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed. You may wish to consult the CPAN Testers Wiki:
http://wiki.cpantesters.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from 'C:\STRAWB~1\c\bin\dmake.exe':
cp lib/C/sparse.pm blib\lib\C\sparse.pm
cp lib/C/sparse/type.pm blib\lib\C\sparse\type.pm
cp lib/C/sparse/stream.pm blib\lib\C\sparse\stream.pm
cp lib/C/sparse/ctx.pm blib\lib\C\sparse\ctx.pm
cp lib/C/sparse/expand.pm blib\lib\C\sparse\expand.pm
cp lib/C/sparse/expr.pm blib\lib\C\sparse\expr.pm
cp lib/C/sparse/stmt.pm blib\lib\C\sparse\stmt.pm
cp lib/C/sparse/tok.pm blib\lib\C\sparse\tok.pm
cp lib/C/sparse/sym.pm blib\lib\C\sparse\sym.pm
Running Mkbootstrap for sparse ()
"C:\Strawberry258\perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 644 "sparse.bs"
"C:\Strawberry258\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- sparse.bs blib\arch\auto\C\sparse\sparse.bs 644
"C:\Strawberry258\perl\bin\perl.exe" "C:\Strawberry258\perl\lib\ExtUtils\xsubpp" -typemap C:\STRAWB~1\perl\lib\ExtUtils\typemap -typemap C:\STRAWB~1\cpan\build\C-sparse-0.07-0\typemap sparse.xs > sparse.xsc
"C:\Strawberry258\perl\bin\perl.exe" -MExtUtils::Command -e mv -- sparse.xsc sparse.c
gcc -c -I. -Isrc/sparse-0.4.4 -s -O2 -DWIN32 -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fwrapv -fno-strict-aliasing -mms-bitfields -s -O2 -DVERSION=\"0.07\" -DXS_VERSION=\"0.07\" "-IC:\STRAWB~1\perl\lib\CORE" -DGCC_BASE="\"0\"" -g sparse.c
In file included from src/sparse-0.4.4/parse.c:33:0,
from sparse.xs:25:
src/sparse-0.4.4/tokenize.c:516:2: error: 'Escape' redeclared as different kind of symbol
Escape = 128,
^
In file included from C:/Strawberry258/c/i686-w64-mingw32/include/windows.h:71:0,
from C:\STRAWB~1\perl\lib\CORE/win32.h:131,
from C:\STRAWB~1\perl\lib\CORE/win32thread.h:4,
from C:\STRAWB~1\perl\lib\CORE/perl.h:3175,
from sparse.xs:8:
C:/Strawberry258/c/i686-w64-mingw32/include/wingdi.h:2818:24: note: previous declaration of 'Escape' was here
WINGDIAPI int WINAPI Escape(HDC hdc,int iEscape,int cjIn,LPCSTR pvIn,LPVOID pvOut);
^
In file included from src/sparse-0.4.4/lib.c:28:0,
from src/sparse-0.4.4/parse.c:36,
from sparse.xs:25:
src/sparse-0.4.4/linearize.h:19:0: warning: "VOID" redefined
#define VOID (&sctxp void_pseudo)
^
In file included from C:/Strawberry258/c/i686-w64-mingw32/include/minwindef.h:163:0,
from C:/Strawberry258/c/i686-w64-mingw32/include/windef.h:8,
from C:/Strawberry258/c/i686-w64-mingw32/include/windows.h:69,
from C:\STRAWB~1\perl\lib\CORE/win32.h:131,
from C:\STRAWB~1\perl\lib\CORE/win32thread.h:4,
from C:\STRAWB~1\perl\lib\CORE/perl.h:3175,
from sparse.xs:8:
C:/Strawberry258/c/i686-w64-mingw32/include/winnt.h:277:0: note: this is the location of the previous definition
#define VOID void
^
In file included from C:\STRAWB~1\perl\lib\CORE/win32.h:165:0,
from C:\STRAWB~1\perl\lib\CORE/win32thread.h:4,
from C:\STRAWB~1\perl\lib\CORE/perl.h:3175,
from sparse.xs:8:
C:\STRAWB~1\perl\lib\CORE/win32.h:204:20: error: expected identifier before numeric constant
#define OP_BINARY O_BINARY /* mistake in in pp_sys.c? */
^
src/sparse-0.4.4/linearize.h:123:2: note: in expansion of macro 'OP_BINARY'
OP_BINARY,
^
In file included from src/sparse-0.4.4/parse.c:42:0,
from sparse.xs:25:
src/sparse-0.4.4/linearize.c:177:3: error: 'OP_ADD_LIN' undeclared here (not in a function)
[OP_ADD_LIN] = "add",
^
src/sparse-0.4.4/linearize.c:177:2: error: array index in initializer not of integer type
[OP_ADD_LIN] = "add",
^
src/sparse-0.4.4/linearize.c:177:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:178:3: error: 'OP_SUB' undeclared here (not in a function)
[OP_SUB] = "sub",
^
src/sparse-0.4.4/linearize.c:178:2: error: array index in initializer not of integer type
[OP_SUB] = "sub",
^
src/sparse-0.4.4/linearize.c:178:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:179:3: error: 'OP_MULU' undeclared here (not in a function)
[OP_MULU] = "mulu",
^
src/sparse-0.4.4/linearize.c:179:2: error: array index in initializer not of integer type
[OP_MULU] = "mulu",
^
src/sparse-0.4.4/linearize.c:179:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:180:3: error: 'OP_MULS' undeclared here (not in a function)
[OP_MULS] = "muls",
^
src/sparse-0.4.4/linearize.c:180:2: error: array index in initializer not of integer type
[OP_MULS] = "muls",
^
src/sparse-0.4.4/linearize.c:180:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:181:3: error: 'OP_DIVU' undeclared here (not in a function)
[OP_DIVU] = "divu",
^
src/sparse-0.4.4/linearize.c:181:2: error: array index in initializer not of integer type
[OP_DIVU] = "divu",
^
src/sparse-0.4.4/linearize.c:181:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:182:3: error: 'OP_DIVS' undeclared here (not in a function)
[OP_DIVS] = "divs",
^
src/sparse-0.4.4/linearize.c:182:2: error: array index in initializer not of integer type
[OP_DIVS] = "divs",
^
src/sparse-0.4.4/linearize.c:182:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:183:3: error: 'OP_MODU' undeclared here (not in a function)
[OP_MODU] = "modu",
^
src/sparse-0.4.4/linearize.c:183:2: error: array index in initializer not of integer type
[OP_MODU] = "modu",
^
src/sparse-0.4.4/linearize.c:183:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:184:3: error: 'OP_MODS' undeclared here (not in a function)
[OP_MODS] = "mods",
^
src/sparse-0.4.4/linearize.c:184:2: error: array index in initializer not of integer type
[OP_MODS] = "mods",
^
src/sparse-0.4.4/linearize.c:184:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:185:3: error: 'OP_SHL' undeclared here (not in a function)
[OP_SHL] = "shl",
^
src/sparse-0.4.4/linearize.c:185:2: error: array index in initializer not of integer type
[OP_SHL] = "shl",
^
src/sparse-0.4.4/linearize.c:185:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:186:3: error: 'OP_LSR' undeclared here (not in a function)
[OP_LSR] = "lsr",
^
src/sparse-0.4.4/linearize.c:186:2: error: array index in initializer not of integer type
[OP_LSR] = "lsr",
^
src/sparse-0.4.4/linearize.c:186:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:187:3: error: 'OP_ASR' undeclared here (not in a function)
[OP_ASR] = "asr",
^
src/sparse-0.4.4/linearize.c:187:2: error: array index in initializer not of integer type
[OP_ASR] = "asr",
^
src/sparse-0.4.4/linearize.c:187:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:190:3: error: 'OP_AND_LIN' undeclared here (not in a function)
[OP_AND_LIN] = "and",
^
src/sparse-0.4.4/linearize.c:190:2: error: array index in initializer not of integer type
[OP_AND_LIN] = "and",
^
src/sparse-0.4.4/linearize.c:190:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:191:3: error: 'OP_OR_LIN' undeclared here (not in a function)
[OP_OR_LIN] = "or",
^
src/sparse-0.4.4/linearize.c:191:2: error: array index in initializer not of integer type
[OP_OR_LIN] = "or",
^
src/sparse-0.4.4/linearize.c:191:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:192:3: error: 'OP_XOR_LIN' undeclared here (not in a function)
[OP_XOR_LIN] = "xor",
^
src/sparse-0.4.4/linearize.c:192:2: error: array index in initializer not of integer type
[OP_XOR_LIN] = "xor",
^
src/sparse-0.4.4/linearize.c:192:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:193:3: error: 'OP_AND_BOOL' undeclared here (not in a function)
[OP_AND_BOOL] = "and-bool",
^
src/sparse-0.4.4/linearize.c:193:2: error: array index in initializer not of integer type
[OP_AND_BOOL] = "and-bool",
^
src/sparse-0.4.4/linearize.c:193:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:194:3: error: 'OP_OR_BOOL' undeclared here (not in a function)
[OP_OR_BOOL] = "or-bool",
^
src/sparse-0.4.4/linearize.c:194:2: error: array index in initializer not of integer type
[OP_OR_BOOL] = "or-bool",
^
src/sparse-0.4.4/linearize.c:194:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:197:3: error: 'OP_SET_EQ' undeclared here (not in a function)
[OP_SET_EQ] = "seteq",
^
src/sparse-0.4.4/linearize.c:197:2: error: array index in initializer not of integer type
[OP_SET_EQ] = "seteq",
^
src/sparse-0.4.4/linearize.c:197:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:198:3: error: 'OP_SET_NE' undeclared here (not in a function)
[OP_SET_NE] = "setne",
^
src/sparse-0.4.4/linearize.c:198:2: error: array index in initializer not of integer type
[OP_SET_NE] = "setne",
^
src/sparse-0.4.4/linearize.c:198:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:199:3: error: 'OP_SET_LE' undeclared here (not in a function)
[OP_SET_LE] = "setle",
^
src/sparse-0.4.4/linearize.c:199:2: error: array index in initializer not of integer type
[OP_SET_LE] = "setle",
^
src/sparse-0.4.4/linearize.c:199:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:200:3: error: 'OP_SET_GE' undeclared here (not in a function)
[OP_SET_GE] = "setge",
^
src/sparse-0.4.4/linearize.c:200:2: error: array index in initializer not of integer type
[OP_SET_GE] = "setge",
^
src/sparse-0.4.4/linearize.c:200:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:201:3: error: 'OP_SET_LT' undeclared here (not in a function)
[OP_SET_LT] = "setlt",
^
src/sparse-0.4.4/linearize.c:201:2: error: array index in initializer not of integer type
[OP_SET_LT] = "setlt",
^
src/sparse-0.4.4/linearize.c:201:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:202:3: error: 'OP_SET_GT' undeclared here (not in a function)
[OP_SET_GT] = "setgt",
^
src/sparse-0.4.4/linearize.c:202:2: error: array index in initializer not of integer type
[OP_SET_GT] = "setgt",
^
src/sparse-0.4.4/linearize.c:202:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:203:3: error: 'OP_SET_B' undeclared here (not in a function)
[OP_SET_B] = "setb",
^
src/sparse-0.4.4/linearize.c:203:2: error: array index in initializer not of integer type
[OP_SET_B] = "setb",
^
src/sparse-0.4.4/linearize.c:203:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:204:3: error: 'OP_SET_A' undeclared here (not in a function)
[OP_SET_A] = "seta",
^
src/sparse-0.4.4/linearize.c:204:2: error: array index in initializer not of integer type
[OP_SET_A] = "seta",
^
src/sparse-0.4.4/linearize.c:204:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:205:3: error: 'OP_SET_BE' undeclared here (not in a function)
[OP_SET_BE] = "setbe",
^
src/sparse-0.4.4/linearize.c:205:2: error: array index in initializer not of integer type
[OP_SET_BE] = "setbe",
^
src/sparse-0.4.4/linearize.c:205:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:206:3: error: 'OP_SET_AE' undeclared here (not in a function)
[OP_SET_AE] = "setae",
^
src/sparse-0.4.4/linearize.c:206:2: error: array index in initializer not of integer type
[OP_SET_AE] = "setae",
^
src/sparse-0.4.4/linearize.c:206:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:209:3: error: 'OP_NOT_LIN' undeclared here (not in a function)
[OP_NOT_LIN] = "not",
^
src/sparse-0.4.4/linearize.c:209:2: error: array index in initializer not of integer type
[OP_NOT_LIN] = "not",
^
src/sparse-0.4.4/linearize.c:209:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:210:3: error: 'OP_NEG' undeclared here (not in a function)
[OP_NEG] = "neg",
^
src/sparse-0.4.4/linearize.c:210:2: error: array index in initializer not of integer type
[OP_NEG] = "neg",
^
src/sparse-0.4.4/linearize.c:210:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:213:3: error: 'OP_SEL' undeclared here (not in a function)
[OP_SEL] = "select",
^
src/sparse-0.4.4/linearize.c:213:2: error: array index in initializer not of integer type
[OP_SEL] = "select",
^
src/sparse-0.4.4/linearize.c:213:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:216:3: error: 'OP_MALLOC' undeclared here (not in a function)
[OP_MALLOC] = "malloc",
^
src/sparse-0.4.4/linearize.c:216:2: error: array index in initializer not of integer type
[OP_MALLOC] = "malloc",
^
src/sparse-0.4.4/linearize.c:216:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:217:3: error: 'OP_FREE' undeclared here (not in a function)
[OP_FREE] = "free",
^
src/sparse-0.4.4/linearize.c:217:2: error: array index in initializer not of integer type
[OP_FREE] = "free",
^
src/sparse-0.4.4/linearize.c:217:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:218:3: error: 'OP_ALLOCA' undeclared here (not in a function)
[OP_ALLOCA] = "alloca",
^
src/sparse-0.4.4/linearize.c:218:2: error: array index in initializer not of integer type
[OP_ALLOCA] = "alloca",
^
src/sparse-0.4.4/linearize.c:218:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:219:3: error: 'OP_LOAD' undeclared here (not in a function)
[OP_LOAD] = "load",
^
src/sparse-0.4.4/linearize.c:219:2: error: array index in initializer not of integer type
[OP_LOAD] = "load",
^
src/sparse-0.4.4/linearize.c:219:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:220:3: error: 'OP_STORE' undeclared here (not in a function)
[OP_STORE] = "store",
^
src/sparse-0.4.4/linearize.c:220:2: error: array index in initializer not of integer type
[OP_STORE] = "store",
^
src/sparse-0.4.4/linearize.c:220:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:221:3: error: 'OP_SETVAL' undeclared here (not in a function)
[OP_SETVAL] = "set",
^
src/sparse-0.4.4/linearize.c:221:2: error: array index in initializer not of integer type
[OP_SETVAL] = "set",
^
src/sparse-0.4.4/linearize.c:221:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:222:3: error: 'OP_SYMADDR' undeclared here (not in a function)
[OP_SYMADDR] = "symaddr",
^
src/sparse-0.4.4/linearize.c:222:2: error: array index in initializer not of integer type
[OP_SYMADDR] = "symaddr",
^
src/sparse-0.4.4/linearize.c:222:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:223:3: error: 'OP_GET_ELEMENT_PTR' undeclared here (not in a function)
[OP_GET_ELEMENT_PTR] = "getelem",
^
src/sparse-0.4.4/linearize.c:223:2: error: array index in initializer not of integer type
[OP_GET_ELEMENT_PTR] = "getelem",
^
src/sparse-0.4.4/linearize.c:223:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:226:3: error: 'OP_PHI' undeclared here (not in a function)
[OP_PHI] = "phi",
^
src/sparse-0.4.4/linearize.c:226:2: error: array index in initializer not of integer type
[OP_PHI] = "phi",
^
src/sparse-0.4.4/linearize.c:226:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:227:3: error: 'OP_PHISOURCE' undeclared here (not in a function)
[OP_PHISOURCE] = "phisrc",
^
src/sparse-0.4.4/linearize.c:227:2: error: array index in initializer not of integer type
[OP_PHISOURCE] = "phisrc",
^
src/sparse-0.4.4/linearize.c:227:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:228:3: error: 'OP_CAST' undeclared here (not in a function)
[OP_CAST] = "cast",
^
src/sparse-0.4.4/linearize.c:228:2: error: array index in initializer not of integer type
[OP_CAST] = "cast",
^
src/sparse-0.4.4/linearize.c:228:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:229:3: error: 'OP_SCAST' undeclared here (not in a function)
[OP_SCAST] = "scast",
^
src/sparse-0.4.4/linearize.c:229:2: error: array index in initializer not of integer type
[OP_SCAST] = "scast",
^
src/sparse-0.4.4/linearize.c:229:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:230:3: error: 'OP_FPCAST' undeclared here (not in a function)
[OP_FPCAST] = "fpcast",
^
src/sparse-0.4.4/linearize.c:230:2: error: array index in initializer not of integer type
[OP_FPCAST] = "fpcast",
^
src/sparse-0.4.4/linearize.c:230:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:231:3: error: 'OP_PTRCAST' undeclared here (not in a function)
[OP_PTRCAST] = "ptrcast",
^
src/sparse-0.4.4/linearize.c:231:2: error: array index in initializer not of integer type
[OP_PTRCAST] = "ptrcast",
^
src/sparse-0.4.4/linearize.c:231:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:232:3: error: 'OP_INLINED_CALL' undeclared here (not in a function)
[OP_INLINED_CALL] = "# call",
^
src/sparse-0.4.4/linearize.c:232:2: error: array index in initializer not of integer type
[OP_INLINED_CALL] = "# call",
^
src/sparse-0.4.4/linearize.c:232:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:233:3: error: 'OP_CALL' undeclared here (not in a function)
[OP_CALL] = "call",
^
src/sparse-0.4.4/linearize.c:233:2: error: array index in initializer not of integer type
[OP_CALL] = "call",
^
src/sparse-0.4.4/linearize.c:233:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:234:3: error: 'OP_VANEXT' undeclared here (not in a function)
[OP_VANEXT] = "va_next",
^
src/sparse-0.4.4/linearize.c:234:2: error: array index in initializer not of integer type
[OP_VANEXT] = "va_next",
^
src/sparse-0.4.4/linearize.c:234:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:235:3: error: 'OP_VAARG' undeclared here (not in a function)
[OP_VAARG] = "va_arg",
^
src/sparse-0.4.4/linearize.c:235:2: error: array index in initializer not of integer type
[OP_VAARG] = "va_arg",
^
src/sparse-0.4.4/linearize.c:235:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:236:3: error: 'OP_SLICE' undeclared here (not in a function)
[OP_SLICE] = "slice",
^
src/sparse-0.4.4/linearize.c:236:2: error: array index in initializer not of integer type
[OP_SLICE] = "slice",
^
src/sparse-0.4.4/linearize.c:236:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:237:3: error: 'OP_SNOP' undeclared here (not in a function)
[OP_SNOP] = "snop",
^
src/sparse-0.4.4/linearize.c:237:2: error: array index in initializer not of integer type
[OP_SNOP] = "snop",
^
src/sparse-0.4.4/linearize.c:237:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:238:3: error: 'OP_LNOP' undeclared here (not in a function)
[OP_LNOP] = "lnop",
^
src/sparse-0.4.4/linearize.c:238:2: error: array index in initializer not of integer type
[OP_LNOP] = "lnop",
^
src/sparse-0.4.4/linearize.c:238:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:239:3: error: 'OP_NOP' undeclared here (not in a function)
[OP_NOP] = "nop",
^
src/sparse-0.4.4/linearize.c:239:2: error: array index in initializer not of integer type
[OP_NOP] = "nop",
^
src/sparse-0.4.4/linearize.c:239:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:240:3: error: 'OP_DEATHNOTE' undeclared here (not in a function)
[OP_DEATHNOTE] = "dead",
^
src/sparse-0.4.4/linearize.c:240:2: error: array index in initializer not of integer type
[OP_DEATHNOTE] = "dead",
^
src/sparse-0.4.4/linearize.c:240:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:241:3: error: 'OP_ASM' undeclared here (not in a function)
[OP_ASM] = "asm",
^
src/sparse-0.4.4/linearize.c:241:2: error: array index in initializer not of integer type
[OP_ASM] = "asm",
^
src/sparse-0.4.4/linearize.c:241:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:244:3: error: 'OP_CONTEXT' undeclared here (not in a function)
[OP_CONTEXT] = "context",
^
src/sparse-0.4.4/linearize.c:244:2: error: array index in initializer not of integer type
[OP_CONTEXT] = "context",
^
src/sparse-0.4.4/linearize.c:244:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:245:3: error: 'OP_RANGE_LIN' undeclared here (not in a function)
[OP_RANGE_LIN] = "range-check",
^
src/sparse-0.4.4/linearize.c:245:2: error: array index in initializer not of integer type
[OP_RANGE_LIN] = "range-check",
^
src/sparse-0.4.4/linearize.c:245:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c:247:3: error: 'OP_COPY' undeclared here (not in a function)
[OP_COPY] = "copy",
^
src/sparse-0.4.4/linearize.c:247:2: error: array index in initializer not of integer type
[OP_COPY] = "copy",
^
src/sparse-0.4.4/linearize.c:247:2: error: (near initialization for 'opcodes')
src/sparse-0.4.4/linearize.c: In function 'show_instruction':
src/sparse-0.4.4/linearize.c:426:21: error: 'OP_BINARY_END' undeclared (first use in this function)
case OP_BINARY ... OP_BINARY_END:
^
src/sparse-0.4.4/linearize.c:426:21: note: each undeclared identifier is reported only once for each function it appears in
src/sparse-0.4.4/linearize.c:427:7: error: 'OP_BINCMP' undeclared (first use in this function)
case OP_BINCMP ... OP_BINCMP_END:
^
src/sparse-0.4.4/linearize.c:427:21: error: 'OP_BINCMP_END' undeclared (first use in this function)
case OP_BINCMP ... OP_BINCMP_END:
^
In file included from src/sparse-0.4.4/parse.c:42:0,
from sparse.xs:25:
src/sparse-0.4.4/linearize.c: In function 'linearize_call_expression':
src/sparse-0.4.4/linearize.c:1196:59: warning: passing argument 2 of 'alloc_typed_instruction' makes integer from pointer without a cast
struct instruction *insn = alloc_typed_instruction(sctx_ OP_CALL, expr->ctype);
^
In file included from src/sparse-0.4.4/parse.c:42:0,
from sparse.xs:25:
src/sparse-0.4.4/linearize.c:57:28: note: expected 'int' but argument is of type 'const int *'
static struct instruction *alloc_typed_instruction(SCTX_ int opcode, struct symbol *type)
^
In file included from src/sparse-0.4.4/parse.c:42:0,
from sparse.xs:25:
src/sparse-0.4.4/linearize.c:1259:36: warning: passing argument 2 of 'alloc_instruction' makes integer from pointer without a cast
insn = alloc_instruction(sctx_ OP_CONTEXT, 0);
^
In file included from src/sparse-0.4.4/parse.c:42:0,
from sparse.xs:25:
src/sparse-0.4.4/linearize.c:43:28: note: expected 'int' but argument is of type 'const int *'
static struct instruction *alloc_instruction(SCTX_ int opcode, int size)
^
In file included from src/sparse-0.4.4/parse.c:42:0,
from sparse.xs:25:
src/sparse-0.4.4/linearize.c: In function 'linearize_binop':
src/sparse-0.4.4/linearize.c:1275:3: error: initializer element is not constant
['+'] = OP_ADD_LIN, ['-'] = OP_SUB,
^
src/sparse-0.4.4/linearize.c:1275:3: error: (near initialization for 'opcode[43]')
src/sparse-0.4.4/linearize.c:1275:3: error: initializer element is not constant
src/sparse-0.4.4/linearize.c:1275:3: error: (near initialization for 'opcode[45]')
src/sparse-0.4.4/linearize.c:1276:3: error: initializer element is not constant
['*'] = OP_MULU, ['/'] = OP_DIVU,
^
src/sparse-0.4.4/linearize.c:1276:3: error: (near initialization for 'opcode[42]')
src/sparse-0.4.4/linearize.c:1276:3: error: initializer element is not constant
src/sparse-0.4.4/linearize.c:1276:3: error: (near initialization for 'opcode[47]')
src/sparse-0.4.4/linearize.c:1277:3: error: initializer element is not constant
['%'] = OP_MODU, ['&'] = OP_AND_LIN,
^
src/sparse-0.4.4/linearize.c:1277:3: error: (near initialization for 'opcode[37]')
src/sparse-0.4.4/linearize.c:1277:3: error: initializer element is not constant
src/sparse-0.4.4/linearize.c:1277:3: error: (near initialization for 'opcode[38]')
src/sparse-0.4.4/linearize.c:1278:3: error: initializer element is not constant
['|'] = OP_OR_LIN, ['^'] = OP_XOR_LIN,
^
src/sparse-0.4.4/linearize.c:1278:3: error: (near initialization for 'opcode[124]')
src/sparse-0.4.4/linearize.c:1278:3: error: initializer element is not constant
src/sparse-0.4.4/linearize.c:1278:3: error: (near initialization for 'opcode[94]')
src/sparse-0.4.4/linearize.c:1279:3: error: initializer element is not constant
[SPECIAL_LEFTSHIFT] = OP_SHL,
^
src/sparse-0.4.4/linearize.c:1279:3: error: (near initialization for 'opcode[274]')
src/sparse-0.4.4/linearize.c:1280:3: error: initializer element is not constant
[SPECIAL_RIGHTSHIFT] = OP_LSR,
^
src/sparse-0.4.4/linearize.c:1280:3: error: (near initialization for 'opcode[275]')
src/sparse-0.4.4/linearize.c:1281:3: error: initializer element is not constant
[SPECIAL_LOGICAL_AND] = OP_AND_BOOL,
^
src/sparse-0.4.4/linearize.c:1281:3: error: (near initialization for 'opcode[268]')
src/sparse-0.4.4/linearize.c:1282:3: error: initializer element is not constant
[SPECIAL_LOGICAL_OR] = OP_OR_BOOL,
^
src/sparse-0.4.4/linearize.c:1282:3: error: (near initialization for 'opcode[270]')
src/sparse-0.4.4/linearize.c: In function 'linearize_select':
src/sparse-0.4.4/linearize.c:1306:39: warning: passing argument 2 of 'alloc_typed_instruction' makes integer from pointer without a cast
insn = alloc_typed_instruction(sctx_ OP_SEL, expr->ctype);
^
In file included from src/sparse-0.4.4/parse.c:42:0,
from sparse.xs:25:
src/sparse-0.4.4/linearize.c:57:28: note: expected 'int' but argument is of type 'const int *'
static struct instruction *alloc_typed_instruction(SCTX_ int opcode, struct symbol *type)
^
In file included from src/sparse-0.4.4/parse.c:42:0,
from sparse.xs:25:
src/sparse-0.4.4/linearize.c: In function 'add_join_conditional':
src/sparse-0.4.4/linearize.c:1330:43: warning: passing argument 2 of 'alloc_typed_instruction' makes integer from pointer without a cast
phi_node = alloc_typed_instruction(sctx_ OP_PHI, expr->ctype);
^
In file included from src/sparse-0.4.4/parse.c:42:0,
from sparse.xs:25:
src/sparse-0.4.4/linearize.c:57:28: note: expected 'int' but argument is of type 'const int *'
static struct instruction *alloc_typed_instruction(SCTX_ int opcode, struct symbol *type)
^
In file included from src/sparse-0.4.4/parse.c:42:0,
from sparse.xs:25:
src/sparse-0.4.4/linearize.c: In function 'linearize_compare':
src/sparse-0.4.4/linearize.c:1409:3: error: initializer element is not constant
['>'] = OP_SET_GT, ['<'] = OP_SET_LT,
^
src/sparse-0.4.4/linearize.c:1409:3: error: (near initialization for 'cmpop[62]')
src/sparse-0.4.4/linearize.c:1409:3: error: initializer element is not constant
src/sparse-0.4.4/linearize.c:1409:3: error: (near initialization for 'cmpop[60]')
src/sparse-0.4.4/linearize.c:1410:3: error: initializer element is not constant
[SPECIAL_EQUAL] = OP_SET_EQ,
^
src/sparse-0.4.4/linearize.c:1410:3: error: (near initialization for 'cmpop[266]')
src/sparse-0.4.4/linearize.c:1411:3: error: initializer element is not constant
[SPECIAL_NOTEQUAL] = OP_SET_NE,
^
src/sparse-0.4.4/linearize.c:1411:3: error: (near initialization for 'cmpop[267]')
src/sparse-0.4.4/linearize.c:1412:3: error: initializer element is not constant
[SPECIAL_GTE] = OP_SET_GE,
^
src/sparse-0.4.4/linearize.c:1412:3: error: (near initialization for 'cmpop[265]')
src/sparse-0.4.4/linearize.c:1413:3: error: initializer element is not constant
[SPECIAL_LTE] = OP_SET_LE,
^
src/sparse-0.4.4/linearize.c:1413:3: error: (near initialization for 'cmpop[264]')
src/sparse-0.4.4/linearize.c:1414:3: error: initializer element is not constant
[SPECIAL_UNSIGNED_LT] = OP_SET_B,
^
src/sparse-0.4.4/linearize.c:1414:3: error: (near initialization for 'cmpop[281]')
src/sparse-0.4.4/linearize.c:1415:3: error: initializer element is not constant
[SPECIAL_UNSIGNED_GT] = OP_SET_A,
^
src/sparse-0.4.4/linearize.c:1415:3: error: (near initialization for 'cmpop[282]')
src/sparse-0.4.4/linearize.c:1416:3: error: initializer element is not constant
[SPECIAL_UNSIGNED_LTE] = OP_SET_BE,
^
src/sparse-0.4.4/linearize.c:1416:3: error: (near initialization for 'cmpop[283]')
src/sparse-0.4.4/linearize.c:1417:3: error: initializer element is not constant
[SPECIAL_UNSIGNED_GTE] = OP_SET_AE,
^
src/sparse-0.4.4/linearize.c:1417:3: error: (near initialization for 'cmpop[284]')
src/sparse-0.4.4/linearize.c: In function 'linearize_inlined_call':
src/sparse-0.4.4/linearize.c:1665:53: warning: passing argument 2 of 'alloc_instruction' makes integer from pointer without a cast
struct instruction *insn = alloc_instruction(sctx_ OP_INLINED_CALL, 0);
^
In file included from src/sparse-0.4.4/parse.c:42:0,
from sparse.xs:25:
src/sparse-0.4.4/linearize.c:43:28: note: expected 'int' but argument is of type 'const int *'
static struct instruction *alloc_instruction(SCTX_ int opcode, int size)
^
In file included from src/sparse-0.4.4/parse.c:42:0,
from sparse.xs:25:
src/sparse-0.4.4/linearize.c: In function 'linearize_context':
src/sparse-0.4.4/linearize.c:1691:53: warning: passing argument 2 of 'alloc_instruction' makes integer from pointer without a cast
struct instruction *insn = alloc_instruction(sctx_ OP_CONTEXT, 0);
^
In file included from src/sparse-0.4.4/parse.c:42:0,
from sparse.xs:25:
src/sparse-0.4.4/linearize.c:43:28: note: expected 'int' but argument is of type 'const int *'
static struct instruction *alloc_instruction(SCTX_ int opcode, int size)
^
In file included from src/sparse-0.4.4/parse.c:42:0,
from sparse.xs:25:
src/sparse-0.4.4/linearize.c: In function 'linearize_range':
src/sparse-0.4.4/linearize.c:1706:53: warning: passing argument 2 of 'alloc_instruction' makes integer from pointer without a cast
struct instruction *insn = alloc_instruction(sctx_ OP_RANGE_LIN, 0);
^
In file included from src/sparse-0.4.4/parse.c:42:0,
from sparse.xs:25:
src/sparse-0.4.4/linearize.c:43:28: note: expected 'int' but argument is of type 'const int *'
static struct instruction *alloc_instruction(SCTX_ int opcode, int size)
^
In file included from src/sparse-0.4.4/parse.c:42:0,
from sparse.xs:25:
src/sparse-0.4.4/linearize.c: In function 'linearize_asm_statement':
src/sparse-0.4.4/linearize.c:1757:33: warning: passing argument 2 of 'alloc_instruction' makes integer from pointer without a cast
insn = alloc_instruction(sctx_ OP_ASM, 0);
^
In file included from src/sparse-0.4.4/parse.c:42:0,
from sparse.xs:25:
src/sparse-0.4.4/linearize.c:43:28: note: expected 'int' but argument is of type 'const int *'
static struct instruction *alloc_instruction(SCTX_ int opcode, int size)
^
In file included from src/sparse-0.4.4/parse.c:42:0,
from sparse.xs:25:
src/sparse-0.4.4/linearize.c: In function 'linearize_return':
src/sparse-0.4.4/linearize.c:1866:45: warning: passing argument 2 of 'alloc_typed_instruction' makes integer from pointer without a cast
phi_node = alloc_typed_instruction(sctx_ OP_PHI, expr->ctype);
^
In file included from src/sparse-0.4.4/parse.c:42:0,
from sparse.xs:25:
src/sparse-0.4.4/linearize.c:57:28: note: expected 'int' but argument is of type 'const int *'
static struct instruction *alloc_typed_instruction(SCTX_ int opcode, struct symbol *type)
^
In file included from src/sparse-0.4.4/parse.c:45:0,
from sparse.xs:25:
src/sparse-0.4.4/flow.c: In function 'pseudo_truth_value':
src/sparse-0.4.4/flow.c:61:20: warning: comparison between pointer and integer
if (insn->opcode == OP_SYMADDR && insn->target == pseudo)
^
src/sparse-0.4.4/flow.c: In function 'simplify_phi_branch':
src/sparse-0.4.4/flow.c:162:35: warning: comparison between pointer and integer
if (def->bb != bb || def->opcode != OP_PHI)
^
src/sparse-0.4.4/flow.c: In function 'convert_load_instruction':
src/sparse-0.4.4/flow.c:265:15: warning: assignment makes integer from pointer without a cast
insn->opcode = OP_LNOP;
^
src/sparse-0.4.4/flow.c: In function 'dominates':
src/sparse-0.4.4/flow.c:298:13: warning: comparison between pointer and integer
if (opcode == OP_CALL || opcode == OP_ENTRY)
^
src/sparse-0.4.4/flow.c:300:13: warning: comparison between pointer and integer
if (opcode != OP_LOAD && opcode != OP_STORE)
^
src/sparse-0.4.4/flow.c:300:34: warning: comparison between pointer and integer
if (opcode != OP_LOAD && opcode != OP_STORE)
^
src/sparse-0.4.4/flow.c:312:19: warning: comparison between pointer and integer
if (dom->opcode == OP_LOAD)
^
src/sparse-0.4.4/flow.c: In function 'find_dominating_parents':
src/sparse-0.4.4/flow.c:343:21: warning: comparison between pointer and integer
if (one->opcode == OP_LOAD)
^
src/sparse-0.4.4/flow.c:349:20: warning: comparison between pointer and integer
if (one->opcode == OP_LOAD && !loads)
^
src/sparse-0.4.4/flow.c: In function 'rewrite_load_instruction':
src/sparse-0.4.4/flow.c:406:15: warning: assignment makes integer from pointer without a cast
insn->opcode = OP_PHI;
^
src/sparse-0.4.4/flow.c: In function 'find_dominating_stores':
src/sparse-0.4.4/flow.c:420:16: warning: assignment makes integer from pointer without a cast
insn->opcode = OP_LNOP;
^
src/sparse-0.4.4/flow.c:432:20: warning: comparison between pointer and integer
if (one->opcode == OP_LOAD)
^
src/sparse-0.4.4/flow.c: In function 'kill_store':
src/sparse-0.4.4/flow.c:485:16: warning: assignment makes integer from pointer without a cast
insn->opcode = OP_SNOP;
^
src/sparse-0.4.4/flow.c: In function 'kill_dead_stores':
src/sparse-0.4.4/flow.c:502:14: warning: comparison between pointer and integer
if (opcode != OP_LOAD && opcode != OP_STORE) {
^
src/sparse-0.4.4/flow.c:502:35: warning: comparison between pointer and integer
if (opcode != OP_LOAD && opcode != OP_STORE) {
^
src/sparse-0.4.4/flow.c:505:15: warning: comparison between pointer and integer
if (opcode == OP_CALL)
^
src/sparse-0.4.4/flow.c:510:15: warning: comparison between pointer and integer
if (opcode == OP_LOAD)
^
src/sparse-0.4.4/flow.c: In function 'kill_dominated_stores':
src/sparse-0.4.4/flow.c:562:19: warning: comparison between pointer and integer
if (one->opcode == OP_LOAD)
^
src/sparse-0.4.4/flow.c: In function 'simplify_one_symbol':
src/sparse-0.4.4/flow.c:666:20: warning: comparison between pointer and integer
if (insn->opcode == OP_LOAD) {
^
src/sparse-0.4.4/flow.c:682:20: warning: comparison between pointer and integer
if (insn->opcode == OP_LOAD)
^
src/sparse-0.4.4/flow.c:690:21: warning: comparison between pointer and integer
if (insn->opcode == OP_STORE)
^
src/sparse-0.4.4/flow.c:700:21: warning: comparison between pointer and integer
if (insn->opcode == OP_STORE)
^
In file included from src/sparse-0.4.4/parse.c:46:0,
from sparse.xs:25:
src/sparse-0.4.4/cse.c: In function 'cse_one_instruction':
src/sparse-0.4.4/cse.c:255:19: warning: comparison between pointer and integer
if (insn->opcode == OP_PHI) {
^
src/sparse-0.4.4/cse.c:267:15: warning: assignment makes integer from pointer without a cast
insn->opcode = OP_NOP;
^
In file included from src/sparse-0.4.4/parse.c:47:0,
from sparse.xs:25:
src/sparse-0.4.4/simplify.c: In function 'kill_instruction':
src/sparse-0.4.4/simplify.c:191:21: error: 'OP_BINCMP_END' undeclared (first use in this function)
case OP_BINARY ... OP_BINCMP_END:
^
src/sparse-0.4.4/simplify.c: In function 'operand_size':
src/sparse-0.4.4/simplify.c:286:26: warning: comparison between pointer and integer
if (src && src->opcode == OP_CAST && src->orig_type) {
^
src/sparse-0.4.4/simplify.c: In function 'simplify_constant_rightside':
src/sparse-0.4.4/simplify.c:320:17: warning: assignment makes integer from pointer without a cast
insn->opcode = OP_ADD_LIN;
^
src/sparse-0.4.4/simplify.c: In function 'simplify_one_memop':
src/sparse-0.4.4/simplify.c:597:19: warning: comparison between pointer and integer
if (def->opcode == OP_SYMADDR && def->src) {
^
src/sparse-0.4.4/simplify.c:602:19: warning: comparison between pointer and integer
if (def->opcode == OP_ADD_LIN) {
^
src/sparse-0.4.4/simplify.c: In function 'simplify_cast':
src/sparse-0.4.4/simplify.c:691:19: warning: comparison between pointer and integer
if (def->opcode == OP_AND_LIN && def->size >= size) {
^
src/sparse-0.4.4/simplify.c:702:12: warning: initialization makes integer from pointer without a cast
int op = (orig_type->ctype.modifiers & MOD_SIGNED) ? OP_SCAST : OP_CAST;
^
src/sparse-0.4.4/simplify.c: In function 'simplify_select':
src/sparse-0.4.4/simplify.c:738:17: warning: initialization makes integer from pointer without a cast
int opcode = OP_SET_EQ;
^
src/sparse-0.4.4/simplify.c:741:12: warning: assignment makes integer from pointer without a cast
opcode = OP_SET_NE;
^
src/sparse-0.4.4/simplify.c: In function 'simplify_cond_branch':
src/sparse-0.4.4/simplify.c:788:18: warning: comparison between pointer and integer
if (def->opcode == OP_SET_EQ) {
^
src/sparse-0.4.4/simplify.c: In function 'simplify_branch':
src/sparse-0.4.4/simplify.c:826:19: warning: comparison between pointer and integer
if (def->opcode == OP_SET_NE || def->opcode == OP_SET_EQ) {
^
src/sparse-0.4.4/simplify.c:826:47: warning: comparison between pointer and integer
if (def->opcode == OP_SET_NE || def->opcode == OP_SET_EQ) {
^
src/sparse-0.4.4/simplify.c:832:19: warning: comparison between pointer and integer
if (def->opcode == OP_SEL) {
^
src/sparse-0.4.4/simplify.c:855:19: warning: comparison between pointer and integer
if (def->opcode == OP_CAST || def->opcode == OP_SCAST) {
^
src/sparse-0.4.4/simplify.c:855:45: warning: comparison between pointer and integer
if (def->opcode == OP_CAST || def->opcode == OP_SCAST) {
^
In file included from src/sparse-0.4.4/parse.c:48:0,
from sparse.xs:25:
src/sparse-0.4.4/memops.c: In function 'find_dominating_parents_mem':
src/sparse-0.4.4/memops.c:38:21: warning: comparison between pointer and integer
if (one->opcode == OP_LOAD)
^
src/sparse-0.4.4/memops.c:44:20: warning: comparison between pointer and integer
if (one->opcode == OP_LOAD && !loads)
^
src/sparse-0.4.4/memops.c: In function 'address_taken':
src/sparse-0.4.4/memops.c:72:33: warning: comparison between pointer and integer
if (insn->bb && (insn->opcode != OP_LOAD && insn->opcode != OP_STORE))
^
src/sparse-0.4.4/memops.c:72:60: warning: comparison between pointer and integer
if (insn->bb && (insn->opcode != OP_LOAD && insn->opcode != OP_STORE))
^
src/sparse-0.4.4/memops.c: In function 'simplify_loads':
src/sparse-0.4.4/memops.c:92:20: warning: comparison between pointer and integer
if (insn->opcode == OP_LOAD) {
^
src/sparse-0.4.4/memops.c:110:23: warning: comparison between pointer and integer
if (dom->opcode == OP_LOAD)
^
src/sparse-0.4.4/memops.c: In function 'kill_store_mem':
src/sparse-0.4.4/memops.c:145:16: warning: assignment makes integer from pointer without a cast
insn->opcode = OP_SNOP;
^
src/sparse-0.4.4/memops.c: In function 'kill_dominated_stores_mem':
src/sparse-0.4.4/memops.c:157:20: warning: comparison between pointer and integer
if (insn->opcode == OP_STORE) {
^
src/sparse-0.4.4/memops.c:171:22: warning: comparison between pointer and integer
if (dom->opcode == OP_LOAD)
^
In file included from src/sparse-0.4.4/parse.c:49:0,
from sparse.xs:25:
src/sparse-0.4.4/liveness.c: In function 'phi_defines':
src/sparse-0.4.4/liveness.c:26:19: warning: comparison between pointer and integer
if (def->opcode == OP_PHI) {
^
src/sparse-0.4.4/liveness.c: In function 'track_instruction_usage':
src/sparse-0.4.4/liveness.c:72:21: error: 'OP_BINARY_END' undeclared (first use in this function)
case OP_BINARY ... OP_BINARY_END:
^
src/sparse-0.4.4/liveness.c:73:7: error: 'OP_BINCMP' undeclared (first use in this function)
case OP_BINCMP ... OP_BINCMP_END:
^
src/sparse-0.4.4/liveness.c:73:21: error: 'OP_BINCMP_END' undeclared (first use in this function)
case OP_BINCMP ... OP_BINCMP_END:
^
src/sparse-0.4.4/liveness.c: In function 'insn_uses':
src/sparse-0.4.4/liveness.c:193:66: warning: comparison between pointer and integer
if (pseudo->type != PSEUDO_REG || def->bb != bb || def->opcode == OP_PHI)
^
src/sparse-0.4.4/liveness.c: In function 'track_bb_phi_uses':
src/sparse-0.4.4/liveness.c:301:32: warning: comparison between pointer and integer
if (insn->bb && insn->opcode == OP_PHI)
^
src/sparse-0.4.4/liveness.c: In function 'track_pseudo_death_bb':
src/sparse-0.4.4/liveness.c:345:23: warning: assignment makes integer from pointer without a cast
deathnote->opcode = OP_DEATHNOTE;
^
In file included from src/sparse-0.4.4/parse.c:50:0,
from sparse.xs:25:
src/sparse-0.4.4/storage.c: In function 'combine_phi_storage':
src/sparse-0.4.4/storage.c:278:33: warning: comparison between pointer and integer
if (!insn->bb || insn->opcode != OP_PHISOURCE)
^
In file included from src/sparse-0.4.4/parse.c:51:0,
from sparse.xs:25:
src/sparse-0.4.4/unssa.c: In function 'replace_phi_node':
src/sparse-0.4.4/unssa.c:57:14: warning: assignment makes integer from pointer without a cast
phi->opcode = OP_COPY;
^
src/sparse-0.4.4/unssa.c: In function 'rewrite_phi_bb':
src/sparse-0.4.4/unssa.c:73:20: warning: comparison between pointer and integer
if (insn->opcode != OP_PHI)
^
src/sparse-0.4.4/unssa.c: In function 'rewrite_phisrc_bb':
src/sparse-0.4.4/unssa.c:91:20: warning: comparison between pointer and integer
if (insn->opcode != OP_PHISOURCE)
^
src/sparse-0.4.4/unssa.c:100:18: warning: assignment makes integer from pointer without a cast
insn->opcode = OP_COPY;
^
src/sparse-0.4.4/unssa.c:107:18: warning: assignment makes integer from pointer without a cast
copy->opcode = OP_COPY;
^
In file included from src/sparse-0.4.4/compat-linux.c:8:0,
from src/sparse-0.4.4/parse.c:57,
from sparse.xs:25:
src/sparse-0.4.4/compat/mmap-blob.c: At top level:
src/sparse-0.4.4/compat/mmap-blob.c:1:22: fatal error: sys/mman.h: No such file or directory
#include <sys/mman.h>
^
compilation terminated.
dmake.exe: Error code 129, while making 'sparse.o'
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
build_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 7.24
configure_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 7.24
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
COMSPEC = C:\WINDOWS\system32\cmd.exe
NUMBER_OF_PROCESSORS = 1
PATH = C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Git\cmd;C:\Strawberry258\c\bin;C:\Strawberry258\perl\site\bin;C:\Strawberry258\perl\bin
PERL = C:\Strawberry258\perl\bin\perl.exe
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 20740
PERL5_CPAN_IS_RUNNING = 20740
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 1508,20740
PERL_CR_SMOKER_CURRENT = C-sparse-0.07
PERL_CR_SMOKER_RUNONCE = 1
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_HASH_SEED = 0x11111111
PERL_MM_USE_DEFAULT = 1
PROCESSOR_IDENTIFIER = x86 Family 16 Model 5 Stepping 3, AuthenticAMD
TEMP = C:\DOCUME~1\a\LOCALS~1\Temp
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = C:\Strawberry258\perl\bin\perl.exe
$UID/$EUID = 0 / 0
$GID = 0
$EGID = 0
Win32::GetOSName = WinXP/.Net
Win32::GetOSVersion = Service Pack 3, 5, 1, 2600, 2, 3, 0, 256, 1
Win32::FsType = NTFS
Win32::IsAdminUser = 1
Perl module toolchain versions installed:
Module Have
------------------- ----------
CPAN 2.14_01
CPAN::Meta 2.150010
Cwd 3.66
ExtUtils::CBuilder 0.280225
ExtUtils::Command 7.24
ExtUtils::Install 2.04
ExtUtils::MakeMaker 7.24
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.33
File::Spec 3.66
JSON 2.90
JSON::PP 2.27400_02
Module::Build 0.4220
Module::Signature 0.81
Parse::CPAN::Meta 2.150010
Test::Harness 3.36_01
Test::More 1.302073
YAML 1.21
YAML::Syck 1.29
version 0.9917
--
Summary of my perl5 (revision 5 version 25 subversion 8) configuration:
Platform:
osname=MSWin32
osvers=4.0
archname=MSWin32-x86-multi-thread
uname='Win32 strawberry-perl 5.25.8.1-beta1 #1 Thu Dec 29 20:16:24 2016 i386'
config_args='undef'
hint=recommended
useposix=true
d_sigaction=undef
useithreads=define
usemultiplicity=define
use64bitint=undef
use64bitall=undef
uselongdouble=undef
usemymalloc=n
bincompat5005=undef
Compiler:
cc='gcc'
ccflags =' -s -O2 -DWIN32 -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fwrapv -fno-strict-aliasing -mms-bitfields'
optimize='-s -O2'
cppflags='-DWIN32'
ccversion=''
gccversion='4.9.2'
gccosandvers=''
intsize=4
longsize=4
ptrsize=4
doublesize=8
byteorder=1234
doublekind=3
d_longlong=define
longlongsize=8
d_longdbl=define
longdblsize=12
longdblkind=3
ivtype='long'
ivsize=4
nvtype='double'
nvsize=8
Off_t='long long'
lseeksize=8
alignbytes=8
prototype=define
Linker and Libraries:
ld='g++'
ldflags ='-s -L"C:\STRAWB~1\perl\lib\CORE" -L"C:\STRAWB~1\c\lib"'
libpth=C:\STRAWB~1\c\lib C:\STRAWB~1\c\i686-w64-mingw32\lib C:\STRAWB~1\c\lib\gcc\i686-w64-mingw32\4.9.2
libs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
perllibs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
libc=
so=dll
useshrplib=true
libperl=libperl525.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_win32.xs
dlext=xs.dll
d_dlsymun=undef
ccdlflags=' '
cccdlflags=' '
lddlflags='-mdll -s -L"C:\STRAWB~1\perl\lib\CORE" -L"C:\STRAWB~1\c\lib"'
Characteristics of this binary (from libperl):
Compile-time options:
HAS_TIMES
HAVE_INTERP_INTERN
MULTIPLICITY
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
PERL_IMPLICIT_CONTEXT
PERL_IMPLICIT_SYS
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
USE_ITHREADS
USE_LARGE_FILES
USE_LOCALE
USE_LOCALE_COLLATE
USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC
USE_LOCALE_TIME
USE_PERLIO
USE_PERL_ATOF
Built under MSWin32
Compiled at Dec 29 2016 20:25:17
%ENV:
PERL="C:\Strawberry258\perl\bin\perl.exe"
PERL5_CPANPLUS_IS_RUNNING="20740"
PERL5_CPAN_IS_RUNNING="20740"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="1508,20740"
PERL_CR_SMOKER_CURRENT="C-sparse-0.07"
PERL_CR_SMOKER_RUNONCE="1"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_HASH_SEED="0x11111111"
PERL_MM_USE_DEFAULT="1"
@INC:
C:/Strawberry258/perl/site/lib
C:/Strawberry258/perl/vendor/lib
C:/Strawberry258/perl/lib
.