jibsen/bcrush

Compile feedback with Intel v15.0

Closed this issue · 1 comments

Very fast --optimal has become, congratulations, more feedback will be posted on your BriefLZ page...
I successfully compiled it with ICL, just let you know of these 2 warnings:

E:\_TEXTUAL_MADNESS_bare-minimum_2020-Jan-05\Nakamichi_2020-Feb-02_DOC_oldsources\TEXTORAMIC_part\bcrush>icl /TP /O3 bcrush.c parg.c crush.c crush_depack.c crush_depack_file.c
Intel(R) C++ Compiler XE for applications running on Intel(R) 64, Version 15.0.0.108 Build 20140726
Copyright (C) 1985-2014 Intel Corporation.  All rights reserved.

bcrush.c
parg.c
crush.c
E:\_TEXTUAL_MADNESS_bare-minimum_2020-Jan-05\Nakamichi_2020-Feb-02_DOC_oldsources\TEXTORAMIC_part\bcrush\crush_btparse.h(72): warning #589: transfer of control bypasses initialization of:
            variable "cost" (declared at line 75)
            variable "mpos" (declared at line 76)
            variable "mlen" (declared at line 77)
            variable "nodes" (declared at line 78)
            variable "lookup" (declared at line 79)
            variable "next_match_cur" (declared at line 99)
            variable "next_token" (declared at line 252)
            variable "cur" (declared at line 260)
                goto finalize;
                ^

E:\_TEXTUAL_MADNESS_bare-minimum_2020-Jan-05\Nakamichi_2020-Feb-02_DOC_oldsources\TEXTORAMIC_part\bcrush\crush_leparse.h(57): warning #589: transfer of control bypasses initialization of:
            variable "prev" (declared at line 70)
            variable "mpos" (declared at line 71)
            variable "mlen" (declared at line 72)
            variable "cost" (declared at line 73)
            variable "lookup" (declared at line 74)
            variable "bits" (declared at line 77)
                goto finalize;
                ^

crush_depack.c
crush_depack_file.c
Microsoft (R) Incremental Linker Version 10.00.40219.01
Copyright (C) Microsoft Corporation.  All rights reserved.

-out:bcrush.exe
bcrush.obj
parg.obj
crush.obj
crush_depack.obj
crush_depack_file.obj

E:\_TEXTUAL_MADNESS_bare-minimum_2020-Jan-05\Nakamichi_2020-Feb-02_DOC_oldsources\TEXTORAMIC_part\bcrush>

Thanks for the report, fix incoming.