2024-03-25 13:35 ftp://ftp.de.debian.org/debian/pool/main/r/re2c/re2c_3.1.orig.tar.xz cppcheck-options: --library=posix --library=gnu --showtime=top5 --check-library --inconclusive --enable=style,information --inline-suppr --disable=missingInclude --suppress=unmatchedSuppression --template=daca2 --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning --suppress=valueFlowBailoutIncompleteVar -D__GNUC__ --platform=unix64 -j4 platform: Linux-6.1.0-0.deb11.6-amd64-x86_64-with-glibc2.31 python: 3.9.2 client-version: 1.3.45 compiler: g++ (Debian 10.2.1-6) 10.2.1 20210110 cppcheck: head 2.13.0 head-info: fd7bd50 (2024-03-25 07:57:46 +0100) count: 3166 3166 elapsed-time: 107.5 223.2 head-timing-info: Tokenizer::simplifyTokens1::ValueFlow: 0.471931s (avg. 0.471931s - 1 result(s)) Other::runChecks: 0.431218s (avg. 0.431218s - 1 result(s)) valueFlowSubFunction(tokenlist, symboldatabase, errorLogger, settings): 0.213649s (avg. 0.0712163s - 3 result(s)) Tokenizer::simplifyTokens1::createSymbolDatabase: 0.131492s (avg. 0.131492s - 1 result(s)) Tokenizer::simplifyTokens1::setValueType: 0.109264s (avg. 0.109264s - 1 result(s)) Overall time: 1.35733s old-timing-info: Tokenizer::createTokens: 0.000537s (avg. 0.000537s - 1 result(s)) Tokenizer::simplifyTokens1::simplifyTokenList1: 0.0001s (avg. 0.0001s - 1 result(s)) Tokenizer::simplifyTokens1::simplifyTokenList1::findGarbageCode: 5.3e-05s (avg. 5.3e-05s - 1 result(s)) Overall time: 0.000637s head results: re2c-3.1/benchmarks/common/common.cc:14:18: style: Variable 'bytes' is assigned a value that is never used. [unreadVariable] re2c-3.1/benchmarks/common/common.cc:16:15: style: Variable 'bytes' is assigned a value that is never used. [unreadVariable] lib/test_helper.cc:77:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] lib/test_helper.cc:82:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] lib/parse.cc:831:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] lib/parse.cc:922:3: style: The comparison '0 <= yystate' is always true. [knownConditionTrueFalse] lib/parse.cc:864:31: note: 'yystate' is assigned value '0' here. lib/parse.cc:922:3: note: The comparison '0 <= yystate' is always true. lib/lex.cc:74:13: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] lib/lex.cc:279:11: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] lib/parse.cc:1344:12: style: The comparison 'yyss != yyssa' is always false because 'yyss' and 'yyssa' represent the same value. [knownConditionTrueFalse] lib/parse.cc:876:24: note: 'yyss' is assigned value 'yyssa' here. lib/parse.cc:1344:12: note: The comparison 'yyss != yyssa' is always false because 'yyss' and 'yyssa' represent the same value. lib/parse.cc:825:92: style: Parameter 'ast' can be declared as reference to const [constParameterReference] lib/parse.cc:831:11: style: Variable 'yymsg' is assigned a value that is never used. [unreadVariable] ../src/msg/ver_to_vernum.re:30:29: style: The scope of the variable 'q' can be reduced. [variableScope] ../src/msg/ver_to_vernum.re:30:33: style: The scope of the variable 'q0' can be reduced. [variableScope] ../src/msg/ver_to_vernum.re:31:60: style: The scope of the variable 'p' can be reduced. [variableScope] ../src/msg/ver_to_vernum.re:31:64: style: The scope of the variable 'p0' can be reduced. [variableScope] src/msg/ver_to_vernum.cc:76:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] src/msg/ver_to_vernum.cc:99:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] ../src/options/parse_opts.re:20:1: error: syntax error [syntaxError] src/parse/parser.cc:898:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] src/parse/parser.cc:989:3: style: The comparison '0 <= yystate' is always true. [knownConditionTrueFalse] src/parse/parser.cc:931:31: note: 'yystate' is assigned value '0' here. src/parse/parser.cc:989:3: note: The comparison '0 <= yystate' is always true. src/parse/parser.cc:1603:12: style: The comparison 'yyss != yyssa' is always false because 'yyss' and 'yyssa' represent the same value. [knownConditionTrueFalse] src/parse/parser.cc:943:24: note: 'yyss' is assigned value 'yyssa' here. src/parse/parser.cc:1603:12: note: The comparison 'yyss != yyssa' is always false because 'yyss' and 'yyssa' represent the same value. src/parse/parser.cc:890:69: style: Parameter 'input' can be declared as reference to const [constParameterReference] src/parse/parser.cc:890:87: style: Parameter 'ast' can be declared as reference to const [constParameterReference] src/parse/parser.cc:890:103: style: Parameter 'opts' can be declared as reference to const [constParameterReference] src/parse/parser.cc:890:125: style: Parameter 'grams' can be declared as reference to const [constParameterReference] src/parse/parser.cc:898:11: style: Variable 'yymsg' is assigned a value that is never used. [unreadVariable] re2c-3.1/examples/c/01_basic.c:16:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/examples/c/conditions/parse_u32_blocks.c:9:46: error: Code 'uint64_t& u' is invalid C code. Use --std or --language to configure the language. [syntaxError] re2c-3.1/examples/c/conditions/parse_u32_conditions.c:17:46: error: Code 'uint64_t& u' is invalid C code. Use --std or --language to configure the language. [syntaxError] c/eof/01_sentinel.c:48:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] c/eof/01_sentinel.c:53:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] c/eof/03_eof_rule.c:25:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] c/eof/04_generic_api_sentinel.c:54:2: style: Variable 'cur' is assigned a value that is never used. [unreadVariable] c/eof/04_generic_api_sentinel.c:59:2: style: Variable 'cur' is assigned a value that is never used. [unreadVariable] c/eof/05_generic_api_eof_rule.c:30:2: style: Variable 'cur' is assigned a value that is never used. [unreadVariable] c/fill/01_fill.re:14:24: error: Code 'Input& in' is invalid C code. Use --std or --language to configure the language. [syntaxError] c/fill/02_fill.re:15:24: error: Code 'Input& in' is invalid C code. Use --std or --language to configure the language. [syntaxError] c/generic_api/ifstream.re:8:5: error: Code 'std::streampos' is invalid C code. Use --std or --language to configure the language. [syntaxError] re2c-3.1/examples/c/headers/header.c:53:84: error: syntax error [syntaxError] re2c-3.1/examples/c/includes/include.c:31:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/examples/c/real_world/cxx98.c:8284:59: error: Code 'C++ cast <...' is invalid C code. Use --std or --language to configure the language. [syntaxError] re2c-3.1/examples/c/reuse/braille.c:7:1: error: Code 'template<...' is invalid C code. Use --std or --language to configure the language. [syntaxError] c/reuse/reuse.c:25:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] c/reuse/reuse.c:82:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] c/reuse/reuse.c:99:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] c/reuse/reuse.c:117:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] c/reuse/usedir.c:36:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] c/reuse/usedir.c:105:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] c/reuse/usedir.c:122:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] src/parse/lex_conf.cc:4538:13: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] c/state/push.re:21:27: error: Code 'State& st' is invalid C code. Use --std or --language to configure the language. [syntaxError] c/submatch/01_stags.re:13:42: error: Code 'SemVer& ver' is invalid C code. Use --std or --language to configure the language. [syntaxError] c/submatch/01_stags_fill.re:93:5: error: Code 'std::vector' is invalid C code. Use --std or --language to configure the language. [syntaxError] c/submatch/02_mtags.re:16:1: debug: Failed to parse 'typedef std :: vector < Mtag > MtagTrie ;'. The checking continues anyway. [simplifyTypedef] c/submatch/02_mtags.re:18:1: debug: Failed to parse 'typedef std :: vector < int > Ver ;'. The checking continues anyway. [simplifyTypedef] c/submatch/02_mtags.re:27:32: error: Code 'MtagTrie& trie' is invalid C code. Use --std or --language to configure the language. [syntaxError] c/submatch/03_posix.re:16:42: error: Code 'SemVer& ver' is invalid C code. Use --std or --language to configure the language. [syntaxError] src/parse/lex.cc:90:13: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] src/parse/lex.cc:715:11: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] src/parse/lex.cc:1043:12: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] src/parse/lex.cc:1098:11: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] src/parse/lex.cc:2523:12: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] src/parse/lex.cc:2540:11: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] src/parse/lex.cc:2566:11: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] src/parse/lex.cc:3370:11: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] src/parse/lex.cc:3801:14: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] src/parse/lex.cc:4561:14: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] src/parse/lex.cc:4870:14: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] src/parse/lex.cc:5346:11: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] src/parse/lex.cc:5396:11: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] re2c-3.1/examples/c/submatch/http_rfc7230.c:13271:111: error: syntax error [syntaxError] re2c-3.1/examples/c/submatch/parse_options.c:11:5: error: Code 'std::string' is invalid C code. Use --std or --language to configure the language. [syntaxError] re2c-3.1/examples/c/submatch/parse_etc_passwd.c:28:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/examples/c/submatch/parse_records.c:1240:111: error: syntax error [syntaxError] re2c-3.1/examples/c/submatch/uri_rfc3986.c:7948:109: error: syntax error [syntaxError] re2c-3.1/lib/regexec_dfa_multipass.cc:249:48: style: Variable 'log' can be declared as reference to const [constVariableReference] re2c-3.1/lib/regexec_dfa_multipass.cc:173:48: style: Variable 'log' can be declared as reference to const [constVariableReference] re2c-3.1/lib/regexec_dfa_multipass.cc:101:48: style: Variable 'log' can be declared as reference to const [constVariableReference] re2c-3.1/src/cfg/cfg.cc:136:44: style:inconclusive: Function 'successors' argument 2 names different: declaration 'x' definition 'x0'. [funcArgNamesDifferent] re2c-3.1/src/cfg/cfg.cc:40:51: note: Function 'successors' argument 2 names different: declaration 'x' definition 'x0'. re2c-3.1/src/cfg/cfg.cc:136:44: note: Function 'successors' argument 2 names different: declaration 'x' definition 'x0'. re2c-3.1/src/cfg/cfg.cc:196:42: style:inconclusive: Function 'fallback' argument 2 names different: declaration 'x' definition 'x0'. [funcArgNamesDifferent] re2c-3.1/src/cfg/cfg.cc:41:49: note: Function 'fallback' argument 2 names different: declaration 'x' definition 'x0'. re2c-3.1/src/cfg/cfg.cc:196:42: note: Function 'fallback' argument 2 names different: declaration 'x' definition 'x0'. re2c-3.1/examples/c/encodings/unicode_identifier.c:58:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/lib/test.cc:57:31: style: Condition 'nmatch>0' is always true [knownConditionTrueFalse] re2c-3.1/lib/test.cc:54:24: note: Assuming that condition 'nmatch==0' is not redundant re2c-3.1/lib/test.cc:57:31: note: Condition 'nmatch>0' is always true re2c-3.1/lib/test.cc:100:17: portability: %zd in format string (no. 5) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] re2c-3.1/src/cfg/normalize.cc:93:33: style: Parameter 'end' can be declared as pointer to const [constParameterPointer] re2c-3.1/src/cfg/normalize.cc:104:33: style: Parameter 'end' can be declared as pointer to const [constParameterPointer] re2c-3.1/src/cfg/normalize.cc:116:34: style: Parameter 'end' can be declared as pointer to const [constParameterPointer] re2c-3.1/src/adfa/adfa.cc:213:17: style: Variable 'fe' can be declared as pointer to const [constVariablePointer] re2c-3.1/src/adfa/adfa.cc:214:17: style: Variable 'be' can be declared as pointer to const [constVariablePointer] re2c-3.1/src/adfa/adfa.cc:215:17: style: Variable 'x0' can be declared as pointer to const [constVariablePointer] re2c-3.1/src/codegen/pass2_generate.cc:1231:1: error: syntax error [syntaxError] re2c-3.1/src/codegen/pass4_render.cc:772:1: error: syntax error [syntaxError] re2c-3.1/src/codegen/pass3_fixup.cc:69:28: style: Parameter 'output' can be declared as reference to const [constParameterReference] re2c-3.1/src/codegen/pass3_fixup.cc:9:36: style: Parameter 'stmts' can be declared as pointer to const [constParameterPointer] re2c-3.1/src/codegen/pass3_fixup.cc:10:15: style: Variable 'y' can be declared as pointer to const [constVariablePointer] re2c-3.1/src/codegen/pass3_fixup.cc:10:19: style: Variable 'z' can be declared as pointer to const [constVariablePointer] re2c-3.1/src/dfa/dead_rules.cc:69:12: style:inconclusive: Member variable 'RevDfa::nstates' uses an uninitialized argument 'states' due to the order of declarations. [initializerList] re2c-3.1/src/dfa/dead_rules.cc:75:11: note: Member variable 'RevDfa::nstates' uses an uninitialized argument 'states' due to the order of declarations. re2c-3.1/src/dfa/dead_rules.cc:69:12: note: Member variable 'RevDfa::nstates' uses an uninitialized argument 'states' due to the order of declarations. re2c-3.1/src/dfa/dead_rules.cc:77:11: warning: Struct 'RevDfa' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] re2c-3.1/src/dfa/dead_rules.cc:77:11: warning: Struct 'RevDfa' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] re2c-3.1/src/dfa/dead_rules.cc:228:44: style: Parameter 'dfa' can be declared as reference to const [constParameterReference] re2c-3.1/src/dfa/dead_rules.cc:272:54: style: Parameter 'dfa' can be declared as reference to const [constParameterReference] re2c-3.1/src/dfa/dead_rules.cc:317:15: style: Variable 'fallthru' can be declared as pointer to const [constVariablePointer] re2c-3.1/src/codegen/pass1_analyze.cc:127:12: style: Variable 'defstate' can be declared as pointer to const [constVariablePointer] re2c-3.1/src/codegen/pass1_analyze.cc:199:22: style: Variable 'cmp' can be declared as pointer to const [constVariablePointer] re2c-3.1/src/codegen/pass1_analyze.cc:208:22: style: Variable 'cmp' can be declared as pointer to const [constVariablePointer] re2c-3.1/src/codegen/pass1_analyze.cc:216:22: style: Variable 'cmp' can be declared as pointer to const [constVariablePointer] re2c-3.1/src/codegen/pass1_analyze.cc:221:22: style: Variable 'cmp' can be declared as pointer to const [constVariablePointer] re2c-3.1/src/codegen/pass1_analyze.cc:389:11: style: Variable 'span' can be declared as pointer to const [constVariablePointer] re2c-3.1/src/codegen/pass1_analyze.cc:426:20: style: Variable 's' can be declared as pointer to const [constVariablePointer] re2c-3.1/src/main.cc:51:1: error: syntax error [syntaxError] re2c-3.1/src/dfa/minimization.cc:206:25: style: Variable 'a' can be declared as pointer to const [constVariablePointer] re2c-3.1/src/options/opt.cc:57:1: error: syntax error [syntaxError] re2c-3.1/src/parse/ast.cc:222:0: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] re2c-3.1/src/parse/ast.cc:235:0: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] re2c-3.1/src/parse/input.cc:257:13: warning: Either the condition 'file==nullptr' is redundant or there is possible null pointer dereference: file. [nullPointerRedundantCheck] re2c-3.1/src/parse/input.cc:255:14: note: Assuming that condition 'file==nullptr' is not redundant re2c-3.1/src/parse/input.cc:257:13: note: Null pointer dereference re2c-3.1/src/parse/input.cc:83:20: style: Variable 'in' can be declared as pointer to const [constVariablePointer] re2c-3.1/src/regexp/ast_to_re.cc:72:1: error: syntax error [syntaxError] re2c-3.1/src/util/file_utils.cc:50:63: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] re2c-3.1/src/util/file_utils.cc:58:12: style: Condition 'fd!=-1' is always false [knownConditionTrueFalse] re2c-3.1/src/util/file_utils.cc:57:14: note: Assignment 'fd=-1', assigned value is -1 re2c-3.1/src/util/file_utils.cc:58:12: note: Condition 'fd!=-1' is always false re2c-3.1/src/util/file_utils.cc:60:13: style: Condition '!f' is always true [knownConditionTrueFalse] re2c-3.1/src/util/file_utils.cc:59:13: note: Assignment 'f=NULL', assigned value is 0 re2c-3.1/src/util/file_utils.cc:60:13: note: Condition '!f' is always true bug1054496.re:32:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] american_fuzzy_lop/010.re:6:89: error: syntax error [syntaxError] bug1054496.c:35:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable] bug1054496.re:14:8: style: Unused variable: q [unusedVariable] bug116.re:5:51: error: syntax error [syntaxError] bug1163046.re:41:2: error: Code 'std::cerr' is invalid C code. Use --std or --language to configure the language. [syntaxError] bug1187785.re:30:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] bug1187785.c:564:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable] bug1297658.re:85:2: error: Code 'std::cout' is invalid C code. Use --std or --language to configure the language. [syntaxError] bug1390174.re:33:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] bug142.re:2:1: error: syntax error [syntaxError] bug1390174.c:31:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable] bug1390174.c:37:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable] bug1454253_s.re:86:79: error: syntax error [syntaxError] bug1454253.re:86:77: error: syntax error [syntaxError] re2c-3.1/test/bug145.c:33:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug145.c:47:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug145.c:50:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug145.c:14:26: style: Unused variable: YYMARKER [unusedVariable] re2c-3.1/test/bug145.c:15:26: style: Unused variable: YYCTXMARKER [unusedVariable] re2c-3.1/test/bug147.c:1:41: error: syntax error [syntaxError] bug1454253b.re:79:57: error: syntax error [syntaxError] bug1472770.c:38:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable] bug1472770.re:14:8: style: Unused variable: q [unusedVariable] bug1472770_f.c:52:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable] bug1472770_f.re:20:8: style: Unused variable: q [unusedVariable] bug1472770_b.re:14:8: style: Unused variable: q [unusedVariable] bug1472770_s.c:36:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable] bug1472770_s.re:14:8: style: Unused variable: q [unusedVariable] bug1479044.re:57:9: style: Variable 'res' can be declared as pointer to const [constVariablePointer] bug1479044.c:50:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable] bug1479044_s.re:57:9: style: Variable 'res' can be declared as pointer to const [constVariablePointer] bug1479044_s.c:61:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable] bug1479044_b.re:57:9: style: Variable 'res' can be declared as pointer to const [constVariablePointer] bug1479044_b.c:95:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable] bug1682718.c:25:3: style: Variable 'p' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug1682718_is.c:12:3: style: Variable 'p' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2462777.c:25:93: error: syntax error [syntaxError] re2c-3.1/test/bug2462777_i.c:20:78: error: syntax error [syntaxError] bug46_infinite_loop.re:25:87: error: syntax error [syntaxError] re2c-3.1/test/bug2102138.c:1036:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] bug57.re:29:73: error: syntax error [syntaxError] re2c-3.1/test/bug2102138.c:10:16: style: Local variable 'ch' shadows outer variable [shadowVariable] re2c-3.1/test/bug2102138.c:7:17: note: Shadowed declaration re2c-3.1/test/bug2102138.c:10:16: note: Shadow variable re2c-3.1/test/bug2102138.c:271:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:274:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:277:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:280:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:283:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:286:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:289:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:292:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:295:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:298:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:301:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:304:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:307:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:310:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:313:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:316:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:319:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:322:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:325:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:328:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:331:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:334:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:337:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:340:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:343:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:346:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:349:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:352:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:355:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:358:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:361:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:364:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:367:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:370:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:373:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:376:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:379:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:382:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:385:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:388:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:391:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:394:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:397:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:400:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:403:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:406:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:409:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:412:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:415:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:418:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:421:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:424:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:427:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:430:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:433:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:436:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:439:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:442:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:445:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:448:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:451:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:454:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:457:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:460:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:463:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:466:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:469:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:472:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:475:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:478:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:481:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:484:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:487:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:490:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:493:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:496:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:499:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:502:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:505:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:508:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:511:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:514:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:517:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:520:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:523:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:526:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:529:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:532:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:535:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:538:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:541:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:544:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:547:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:550:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:553:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:556:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:559:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:562:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:565:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:568:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:571:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:574:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:577:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:580:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:583:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:586:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:589:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:592:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:595:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:598:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:601:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:604:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:607:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:610:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:613:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:616:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:619:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:622:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:625:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:628:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:631:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:634:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:637:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:640:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:643:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:646:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:649:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:652:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:655:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:658:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:661:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:664:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:667:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:670:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:673:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:676:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:679:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:682:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:685:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:688:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:691:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:694:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:697:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:700:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:703:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:706:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:709:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:712:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:715:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:718:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:721:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:724:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:727:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:730:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:733:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:736:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:739:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:742:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:745:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:748:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:751:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:754:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:757:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:760:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:763:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:766:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:769:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:772:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:775:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:778:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:781:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:784:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:787:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:790:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:793:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:796:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:799:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:802:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:805:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:808:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:811:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:814:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:817:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:820:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:823:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:826:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:829:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:832:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:835:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:838:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:841:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:844:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:847:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:850:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:853:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:856:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:859:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:862:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:865:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:868:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:871:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:874:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:877:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:880:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:883:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:886:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:889:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:892:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:895:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:898:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:901:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:904:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:907:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:910:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:913:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:916:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:919:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:922:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:925:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:928:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:931:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:934:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:937:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:940:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:943:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:946:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:949:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:952:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:955:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:958:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:961:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:964:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:967:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:970:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:973:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:976:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:979:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:982:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:985:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:988:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:991:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:994:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:997:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:1000:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:1003:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:1006:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:1009:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:1012:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:1015:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:1018:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:1021:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:1024:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:1027:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:1030:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:1033:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:1036:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/bug2102138.c:7:17: style: Unused variable: ch [unusedVariable] re2c-3.1/test/bug59_bogus_yyaccept.c:89:83: error: syntax error [syntaxError] re2c-3.1/test/bug57_original.c:9199:82: error: syntax error [syntaxError] re2c-3.1/test/bug60_redundant_yymarker.c:51:87: error: syntax error [syntaxError] re2c-3.1/test/bug61.c:1:38: error: syntax error [syntaxError] re2c-3.1/test/bug61_difference_full.c:9:86: error: syntax error [syntaxError] re2c-3.1/test/bug61_difference_full_i.c:9:88: error: syntax error [syntaxError] re2c-3.1/test/bug61_difference_full_i_empty_class_error.c:1:74: error: syntax error [syntaxError] re2c-3.1/test/bug61_difference_full_i_empty_class_match_none.c:9:91: error: syntax error [syntaxError] re2c-3.1/test/bug61_difference_negative.c:9:70: error: syntax error [syntaxError] re2c-3.1/test/bug61_difference_negative_i.c:9:92: error: syntax error [syntaxError] re2c-3.1/test/bug61_difference_negative_i_empty_class_error.c:1:78: error: syntax error [syntaxError] re2c-3.1/test/bug61_difference_negative_i_empty_class_match_empty.c:9:116: error: syntax error [syntaxError] re2c-3.1/test/bug61_difference_positive.c:9:90: error: syntax error [syntaxError] re2c-3.1/test/bug61_difference_positive_i.c:9:92: error: syntax error [syntaxError] re2c-3.1/test/bug61_difference_positive_i_empty_class_error.c:1:78: error: syntax error [syntaxError] re2c-3.1/test/bug61_difference_positive_i_empty_class_match_none.c:9:95: error: syntax error [syntaxError] re2c-3.1/src/skeleton/generate_data.cc:53:5: style: Struct 'cover_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] re2c-3.1/test/bug61_i.c:41:73: error: syntax error [syntaxError] re2c-3.1/test/bug61_i_empty_class_match_empty.c:41:97: error: syntax error [syntaxError] re2c-3.1/src/skeleton/generate_data.cc:483:12: warning: Either the condition '!keys' is redundant or there is possible null pointer dereference: keys. [nullPointerRedundantCheck] re2c-3.1/src/skeleton/generate_data.cc:472:9: note: Assuming that condition '!keys' is not redundant re2c-3.1/src/skeleton/generate_data.cc:483:12: note: Null pointer dereference re2c-3.1/test/bug61_i_empty_class_match_none.c:33:75: error: syntax error [syntaxError] re2c-3.1/test/bug61_i_empty_class_match_none_eager_skip.c:33:86: error: syntax error [syntaxError] re2c-3.1/test/bug61_negative.c:9:79: error: syntax error [syntaxError] re2c-3.1/test/bug61_negative_i_empty_class_error.c:1:67: error: syntax error [syntaxError] re2c-3.1/test/bug61_negative_i_empty_class_match_none.c:9:84: error: syntax error [syntaxError] re2c-3.1/test/bug61_negative_i_empty_class_match_empty.c:9:105: error: syntax error [syntaxError] re2c-3.1/src/skeleton/generate_data.cc:321:56: style: Parameter 'cover' can be declared as reference to const [constParameterReference] re2c-3.1/test/bug61_positive_i_empty_class_error.c:1:67: error: syntax error [syntaxError] re2c-3.1/test/bug61_positive.c:9:79: error: syntax error [syntaxError] re2c-3.1/test/bug61_positive_i_empty_class_match_none.c:9:84: error: syntax error [syntaxError] re2c-3.1/test/bug61_positive_i_empty_class_match_empty.c:9:105: error: syntax error [syntaxError] calc_001.re:52:8: style: Variable 'q' can be declared as pointer to const [constVariablePointer] calc_001.c:47:4: style: Variable 'p' is assigned a value that is never used. [unreadVariable] calc_001.c:52:4: style: Variable 'p' is assigned a value that is never used. [unreadVariable] calc_001.re:52:8: style: Variable 'q' is assigned a value that is never used. [unreadVariable] calc_002.re:36:8: style: Variable 'q' can be declared as pointer to const [constVariablePointer] calc_002.c:55:4: style: Variable 'p' is assigned a value that is never used. [unreadVariable] calc_002.c:60:4: style: Variable 'p' is assigned a value that is never used. [unreadVariable] calc_002.re:36:8: style: Variable 'q' is assigned a value that is never used. [unreadVariable] calc_003.re:28:8: style: Variable 'q' can be declared as pointer to const [constVariablePointer] calc_003.c:47:4: style: Variable 'p' is assigned a value that is never used. [unreadVariable] calc_003.c:52:4: style: Variable 'p' is assigned a value that is never used. [unreadVariable] calc_003.re:28:8: style: Variable 'q' is assigned a value that is never used. [unreadVariable] calc_004.re:39:8: style: Variable 'q' can be declared as pointer to const [constVariablePointer] calc_004.c:59:4: style: Variable 'p' is assigned a value that is never used. [unreadVariable] calc_004.c:64:4: style: Variable 'p' is assigned a value that is never used. [unreadVariable] calc_004.re:39:8: style: Variable 'q' is assigned a value that is never used. [unreadVariable] calc_005.re:71:8: style: Variable 'q' can be declared as pointer to const [constVariablePointer] calc_005.re:72:8: style: Variable 't' can be declared as pointer to const [constVariablePointer] calc_005.re:71:8: style: Variable 'q' is assigned a value that is never used. [unreadVariable] calc_006.c:76:15: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] calc_006.re:90:17: style: Variable 't' can be declared as pointer to const [constVariablePointer] calc_006.c:96:4: style: Variable 'p' is assigned a value that is never used. [unreadVariable] calc_007.c:112:14: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] calc_007.re:63:17: style: Variable 't' can be declared as pointer to const [constVariablePointer] re2c-3.1/test/captures/closure1_leftmost.c:50:94: error: syntax error [syntaxError] calc_007.c:126:4: style: Variable 'p' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/captures/closure1_posix.c:51:91: error: syntax error [syntaxError] re2c-3.1/test/captures/closure2_leftmost.c:46:94: error: syntax error [syntaxError] re2c-3.1/test/captures/closure2_posix.c:46:91: error: syntax error [syntaxError] re2c-3.1/test/captures/closure3_leftmost.c:50:94: error: syntax error [syntaxError] calc_008.c:108:14: style: Checking if unsigned expression 'curr' is less than zero. [unsignedLessThanZero] calc_008.re:84:8: style: Variable 't' can be declared as pointer to const [constVariablePointer] calc_008.c:122:4: style: Variable 'p' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/captures/closure3_posix.c:159:91: error: syntax error [syntaxError] re2c-3.1/test/captures/closure4_leftmost.c:20:93: error: syntax error [syntaxError] re2c-3.1/test/captures/closure4_posix.c:20:90: error: syntax error [syntaxError] re2c-3.1/test/captures/diff1_leftmost.c:69:91: error: syntax error [syntaxError] re2c-3.1/test/captures/diff1_posix.c:78:88: error: syntax error [syntaxError] re2c-3.1/test/captures/noncapturing/explicit2_leftmost.c:273:107: error: syntax error [syntaxError] re2c-3.1/test/captures/noncapturing/explicit2_leftmost_inverted.c:241:116: error: syntax error [syntaxError] re2c-3.1/test/captures/noncapturing/explicit2_posix.c:284:104: error: syntax error [syntaxError] re2c-3.1/test/captures/noncapturing/explicit3_posix.c:319:105: error: syntax error [syntaxError] re2c-3.1/test/captures/noncapturing/explicit3_leftmost.c:298:108: error: syntax error [syntaxError] re2c-3.1/test/captures/noncapturing/explicit3_posix_inverted.c:303:114: error: syntax error [syntaxError] re2c-3.1/test/captures/noncapturing/explicit4_posix.c:284:105: error: syntax error [syntaxError] re2c-3.1/test/captures/noncapturing/explicit4_leftmost.c:273:108: error: syntax error [syntaxError] re2c-3.1/test/captures/noncapturing/implicit1_leftmost.c:273:107: error: syntax error [syntaxError] re2c-3.1/test/captures/noncapturing/implicit1_posix.c:284:104: error: syntax error [syntaxError] re2c-3.1/test/captures/noncapturing/implicit2_leftmost.c:313:107: error: syntax error [syntaxError] re2c-3.1/test/captures/noncapturing/implicit2_posix.c:335:104: error: syntax error [syntaxError] re2c-3.1/test/captures/noncapturing/implicit3_leftmost.c:313:108: error: syntax error [syntaxError] re2c-3.1/test/captures/noncapturing/implicit3_posix.c:335:105: error: syntax error [syntaxError] re2c-3.1/test/captures/noncapturing/implicit4_leftmost.c:298:108: error: syntax error [syntaxError] re2c-3.1/test/captures/noncapturing/implicit4_posix.c:319:105: error: syntax error [syntaxError] re2c-3.1/test/captures/noncapturing/invert_captures.c:8:5: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] re2c-3.1/test/captures/posix/basic/01.c:70:108: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/02.c:70:108: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/03.c:60:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/04.c:45:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/05.c:85:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/06.c:85:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/07.c:29:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/08.c:40:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/09.c:45:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/10.c:76:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/11.c:45:108: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/12.c:60:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/14.c:53:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/15.c:88:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/17.c:79:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/16.c:79:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/18.c:56:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/19.c:102:108: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/21.c:46:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/20.c:321:108: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/22.c:25:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/24.c:109:108: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/23.c:40:108: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/25.c:42:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/28.c:49:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/26.c:51:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/30.c:43:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/31.c:41:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/33.c:25:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/34.c:44:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/35.c:30:108: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/36.c:37:108: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/37.c:37:108: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/38.c:58:108: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/39.c:59:108: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/40.c:59:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/41.c:45:108: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/42.c:52:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/43.c:75:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/44.c:29:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/46.c:58:108: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/45.c:40:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/47.c:47:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/48.c:48:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/49.c:56:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/50.c:53:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/51.c:66:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/52.c:91:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/53.c:61:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/54.c:54:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/55.c:25:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/56.c:67:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/57.c:48:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/58.c:45:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/basic/59.c:65:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/categorize/01.c:117:113: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/categorize/02.c:102:113: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/categorize/03.c:62:113: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/categorize/04.c:60:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/categorize/05.c:117:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/categorize/06.c:37:113: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/categorize/09.c:57:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/categorize/08.c:153:113: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/categorize/10.c:33:113: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/categorize/11.c:186:113: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/forcedassoc/01.c:79:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/forcedassoc/02.c:79:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/forcedassoc/03.c:79:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/forcedassoc/04.c:79:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/forcedassoc/05.c:95:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/forcedassoc/06.c:95:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/forcedassoc/07.c:95:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/forcedassoc/08.c:95:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/forcedassoc/09.c:82:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/forcedassoc/10.c:82:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/forcedassoc/11.c:82:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/forcedassoc/12.c:82:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/forcedassoc/13.c:69:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/forcedassoc/15.c:85:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/forcedassoc/14.c:69:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/forcedassoc/16.c:85:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/forcedassoc/17.c:64:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/forcedassoc/18.c:64:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/forcedassoc/25.c:35:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/forcedassoc/26.c:35:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/forcedassoc/27.c:51:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/forcedassoc/28.c:51:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/01.c:60:114: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/02.c:86:114: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/03.c:74:114: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/05.c:22:114: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/04.c:88:114: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/06.c:24:114: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/07.c:32:114: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/08.c:34:114: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/09.c:34:114: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/10.c:24:114: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/11.c:26:114: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/12.c:39:114: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/13.c:44:114: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/14.c:52:114: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/15.c:54:114: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/16.c:41:114: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/17.c:84:114: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/19.c:82:114: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/18.c:84:114: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/21.c:60:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/22.c:60:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/23.c:47:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/24.c:77:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/26.c:56:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/25.c:82:114: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/28.c:203:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/30.c:41:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/31.c:74:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/32.c:121:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/33.c:65:114: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/34.c:41:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/35.c:69:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/37.c:35:114: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/39.c:75:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/42.c:42:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/40.c:430:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/41.c:175:114: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/43.c:70:114: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/44.c:82:114: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/glennfowler/45.c:72:114: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/nullsubexpr/03.c:38:114: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/nullsubexpr/05.c:37:114: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/nullsubexpr/04.c:38:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/nullsubexpr/06.c:37:114: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/nullsubexpr/07.c:39:114: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/nullsubexpr/08.c:39:114: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/nullsubexpr/09.c:39:114: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/nullsubexpr/10.c:41:114: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/nullsubexpr/11.c:65:114: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/nullsubexpr/12.c:25:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/nullsubexpr/13.c:48:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/nullsubexpr/16.c:48:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/nullsubexpr/19.c:48:95: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/osxbsdcritical/01.c:56:98: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/osxbsdcritical/02.c:56:98: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/osxbsdcritical/03.c:98:98: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/osxbsdcritical/04.c:57:98: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/osxbsdcritical/05.c:57:98: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/osxbsdcritical/06.c:85:98: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/osxbsdcritical/07.c:51:98: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/other/01.c:50:108: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/other/02.c:50:108: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/other/04.c:29:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/other/03.c:29:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/other/05.c:43:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/other/06.c:42:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/other/07.c:38:108: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/other/08.c:50:108: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/other/09.c:38:108: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/other/10.c:51:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/other/11.c:106:108: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/other/12.c:293:108: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/other/13.c:38:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/other/14.c:41:108: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/other/15.c:41:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/other/16.c:51:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/other/17.c:47:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/other/18.c:48:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/other/19.c:41:108: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/other/20.c:41:108: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/other/21.c:41:108: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/other/22.c:48:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/other/23.c:47:108: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/other/24.c:49:108: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/other/25.c:95:108: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/other/27.c:51:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/other/26.c:77:89: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/other/28.c:127:108: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/other/29.c:116:108: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/01.c:39:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/02.c:68:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/03.c:98:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/04.c:41:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/05.c:59:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/06.c:67:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/07.c:51:113: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/50.c:86:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/51.c:86:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/52.c:107:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/53.c:126:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/54.c:145:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/55.c:164:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/56.c:183:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/57.c:202:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/58.c:221:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/59.c:254:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/61.c:254:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/60.c:254:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/62.c:245:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/63.c:236:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/64.c:227:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/65.c:218:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/67.c:204:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/66.c:212:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/68.c:169:113: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/70.c:211:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/69.c:163:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/71.c:256:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/72.c:301:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/73.c:922:113: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/74.c:915:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/75.c:896:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/76.c:853:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/77.c:806:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/78.c:169:113: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/79.c:163:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/80.c:169:113: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/81.c:163:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/82.c:211:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/83.c:256:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/84.c:301:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/85.c:922:113: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/86.c:915:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/87.c:896:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/90.c:169:113: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/88.c:853:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/89.c:806:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/repetition/91.c:163:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/rightassoc/01.c:80:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/rightassoc/02.c:80:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/rightassoc/03.c:80:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/rightassoc/04.c:80:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/rightassoc/05.c:62:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/rightassoc/06.c:62:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/rightassoc/09.c:78:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/rightassoc/10.c:78:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/rightassoc/11.c:78:94: error: syntax error [syntaxError] re2c-3.1/test/captures/posix/rightassoc/12.c:78:94: error: syntax error [syntaxError] re2c-3.1/test/captures/same1_leftmost.c:44:90: error: syntax error [syntaxError] re2c-3.1/test/captures/same1_posix.c:44:87: error: syntax error [syntaxError] re2c-3.1/test/captures/same2_leftmost.c:42:89: error: syntax error [syntaxError] re2c-3.1/test/captures/same2_posix.c:42:86: error: syntax error [syntaxError] re2c-3.1/test/casing-flags.c:24:1: error: Unmatched '}'. Configuration: '__GNUC__=1'. [syntaxError] re2c-3.1/test/casing-flags_i.c:23:1: error: Unmatched '}'. Configuration: '__GNUC__=1'. [syntaxError] re2c-3.1/test/casing-flags_i_case_inverted.c:23:1: error: Unmatched '}'. Configuration: '__GNUC__=1'. [syntaxError] re2c-3.1/test/codegen/case_ranges.c:36:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] re2c-3.1/test/codegen/case_ranges.c:131:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] re2c-3.1/test/codegen/case_ranges.c:164:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] re2c-3.1/test/codegen/case_ranges.c:27:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/codegen/case_ranges.c:30:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/codegen/case_ranges.c:33:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/codegen/case_ranges.c:36:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/codegen/case_ranges.c:122:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/codegen/case_ranges.c:125:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/codegen/case_ranges.c:128:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/codegen/case_ranges.c:131:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/codegen/case_ranges.c:155:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/codegen/case_ranges.c:158:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/codegen/case_ranges.c:161:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/codegen/case_ranges.c:164:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/captures/skeleton_max_path.c:5213:111: error: syntax error [syntaxError] re2c-3.1/test/codegen/loop_switch/c/parse_u32_blocks.c:9:49: error: Code 'uint64_t& u' is invalid C code. Use --std or --language to configure the language. [syntaxError] re2c-3.1/test/codegen/loop_switch/c/parse_u32_conditions.c:17:49: error: Code 'uint64_t& u' is invalid C code. Use --std or --language to configure the language. [syntaxError] re2c-3.1/test/codegen/loop_switch/c/reuse.c:191:5: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/codegen/loop_switch/c/storable_state_error_getstate.c:1:117: error: syntax error [syntaxError] re2c-3.1/test/codegen/loop_switch/c/storable_state_two_blocks.c:7:6: error: Syntax Error: AST broken, 'for' doesn't have two operands. [internalAstError] re2c-3.1/test/codegen/loop_switch/c/storable_state_with_conditions.c:2142:162: error: syntax error [syntaxError] re2c-3.1/test/conditions/cond_enum_only_header.c:6:9: error: Syntax Error: AST broken, 'switch' doesn't have two operands. [internalAstError] re2c-3.1/test/conditions/cond_error_08.c:1:81: error: syntax error [syntaxError] re2c-3.1/test/conditions/cond_error_11.c:1:47: error: syntax error [syntaxError] re2c-3.1/test/conditions/cond_error_09.c:1:91: error: syntax error [syntaxError] re2c-3.1/test/conditions/cond_error_10.c:1:47: error: syntax error [syntaxError] conditions/condition_01.re:7:85: error: syntax error [syntaxError] conditions/condition_01a.re:8:86: error: syntax error [syntaxError] conditions/condition_01b.re:7:86: error: syntax error [syntaxError] conditions/condition_02.re:9:86: error: syntax error [syntaxError] conditions/condition_02_cg.re:9:89: error: syntax error [syntaxError] conditions/condition_03.re:11:86: error: syntax error [syntaxError] conditions/condition_04.re:10:86: error: syntax error [syntaxError] conditions/condition_05.c:63:17: error: syntax error [syntaxError] conditions/condition_05_cg.c:63:17: error: syntax error [syntaxError] conditions/condition_05_cs.re:123:174: error: syntax error [syntaxError] conditions/condition_06.c:80:13: style: Condition 'cond<2' is always true [knownConditionTrueFalse] conditions/condition_06.re:59:13: note: Assignment 'cond=EStateNormal', assigned value is 0 conditions/condition_06.c:80:13: note: Condition 'cond<2' is always true conditions/condition_06.c:81:14: style: Condition 'cond<1' is always true [knownConditionTrueFalse] conditions/condition_06.re:59:13: note: Assignment 'cond=EStateNormal', assigned value is 0 conditions/condition_06.c:81:14: note: Condition 'cond<1' is always true conditions/condition_06.re:191:7: style: Unused variable: c [unusedVariable] re2c-3.1/test/conditions/condition_07.c:142:13: style: Condition 'cond<1' is always true [knownConditionTrueFalse] re2c-3.1/test/conditions/condition_07.c:64:13: note: Assignment 'cond=EStateR1', assigned value is 0 re2c-3.1/test/conditions/condition_07.c:142:13: note: Condition 'cond<1' is always true re2c-3.1/test/conditions/condition_07.c:197:7: style: Unused variable: c [unusedVariable] re2c-3.1/test/conditions/condition_08.c:338:7: style: Unused variable: c [unusedVariable] re2c-3.1/test/conditions/condition_09.c:95:17: error: syntax error [syntaxError] re2c-3.1/test/conditions/condition_10.c:95:17: error: syntax error [syntaxError] conditions/condition_11.re:11:86: error: syntax error [syntaxError] re2c-3.1/test/conditions/condition_12.c:95:17: error: syntax error [syntaxError] conditions/condition_13.re:11:86: error: syntax error [syntaxError] conditions/condition_13a.re:11:87: error: syntax error [syntaxError] re2c-3.1/test/conditions/condition_08_cbif.c:100:19: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_08_cbif.c:117:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_08_cbif.c:124:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_08_cbif.c:156:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_08_cbif.c:163:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_08_cbif.c:184:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_08_cbif.c:191:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_08_cbif.c:198:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_08_cbif.c:205:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_08_cbif.c:212:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_08_cbif.c:219:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_08_cbif.c:226:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_08_cbif.c:233:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_08_cbif.c:240:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_08_cbif.c:247:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_08_cbif.c:255:19: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_08_cbif.c:263:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_08_cbif.c:271:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:112:19: style: Condition 'fill(s,4)==~0' is always false [knownConditionTrueFalse] re2c-3.1/test/conditions/condition_08_cbif.c:279:19: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:267:19: style: Condition 'fill(s,2)==~0' is always false [knownConditionTrueFalse] re2c-3.1/test/conditions/condition_08_cbif.c:292:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:291:19: style: Condition 'fill(s,5)==~0' is always false [knownConditionTrueFalse] re2c-3.1/test/conditions/condition_08_cbif.c:298:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:376:19: style: Condition 'fill(s,2)==~0' is always false [knownConditionTrueFalse] re2c-3.1/test/conditions/condition_08_cbif.c:320:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_08_cbif.c:335:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_08_cbif.c:346:19: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_08_cbif.c:355:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_08_cbif.c:362:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_08_cbif.c:372:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_08_cbif.c:385:7: style: Unused variable: c [unusedVariable] re2c-3.1/test/conditions/condition_09_cbif.c:111:19: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:128:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:135:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:136:28: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:167:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:168:29: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:174:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:175:31: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:195:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:202:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:209:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:216:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:223:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:230:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:237:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:244:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:251:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:258:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:266:19: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:274:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:282:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:283:28: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:290:19: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:307:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:313:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:314:28: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:334:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:335:28: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:349:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:364:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:375:19: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:384:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:391:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:392:28: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/conditions/condition_09_cbif.c:401:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_cgif.c:95:17: error: syntax error [syntaxError] re2c-3.1/test/conditions/condition_14_cif.c:105:20: style: Condition 'fill(s,4)==~0' is always false [knownConditionTrueFalse] re2c-3.1/test/conditions/condition_14_cif.c:241:20: style: Condition 'fill(s,2)==~0' is always false [knownConditionTrueFalse] re2c-3.1/test/conditions/condition_14_cif.c:269:20: style: Condition 'fill(s,5)==~0' is always false [knownConditionTrueFalse] re2c-3.1/test/conditions/condition_14_cif.c:357:20: style: Condition 'fill(s,2)==~0' is always false [knownConditionTrueFalse] re2c-3.1/test/conditions/condition_14_cif.c:104:19: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_cif.c:119:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_cif.c:124:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_cif.c:125:28: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/conditions/condition_14_cif.c:165:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_cif.c:166:29: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/conditions/condition_14_cif.c:170:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_cif.c:171:31: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/conditions/condition_14_cif.c:189:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_cif.c:194:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_cif.c:199:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_cif.c:204:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_cif.c:209:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_cif.c:214:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_cif.c:219:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_cif.c:224:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_cif.c:229:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_cif.c:234:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_cif.c:240:19: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_cif.c:252:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_cif.c:262:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_cif.c:263:28: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/conditions/condition_14_cif.c:268:19: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_cif.c:283:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_cif.c:287:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_cif.c:288:28: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/conditions/condition_14_cif.c:312:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_cif.c:313:28: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/conditions/condition_14_cif.c:328:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_cif.c:345:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_cif.c:356:19: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_cif.c:369:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_cif.c:374:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_cif.c:375:28: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/conditions/condition_14_cif.c:386:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:112:20: style: Condition 'fill(s,4)==~0' is always false [knownConditionTrueFalse] re2c-3.1/test/conditions/condition_14.c:239:20: style: Condition 'fill(s,2)==~0' is always false [knownConditionTrueFalse] re2c-3.1/test/conditions/condition_14.c:259:20: style: Condition 'fill(s,5)==~0' is always false [knownConditionTrueFalse] re2c-3.1/test/conditions/condition_14.c:334:20: style: Condition 'fill(s,2)==~0' is always false [knownConditionTrueFalse] re2c-3.1/test/conditions/condition_14.c:111:19: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:128:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:133:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:134:28: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:163:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:164:29: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:168:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:169:31: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:187:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:192:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:197:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:202:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:207:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:212:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:217:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:222:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:227:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:232:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:238:19: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:246:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:252:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:253:28: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:258:19: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:275:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:279:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:280:28: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:298:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:299:28: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:311:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:324:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:333:19: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:342:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:347:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:348:28: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/conditions/condition_14.c:355:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/bug1708378.c:648:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:647:2: note: *p is assigned re2c-3.1/test/bug1708378.c:648:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:787:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:786:2: note: *p is assigned re2c-3.1/test/bug1708378.c:787:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:794:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:793:2: note: *p is assigned re2c-3.1/test/bug1708378.c:794:3: note: *p is overwritten re2c-3.1/test/conditions/condition_14_csif.c:112:20: style: Condition 'fill(s,4)==~0' is always false [knownConditionTrueFalse] re2c-3.1/test/bug1708378.c:797:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:796:2: note: *p is assigned re2c-3.1/test/bug1708378.c:797:3: note: *p is overwritten re2c-3.1/test/conditions/condition_14_csif.c:239:20: style: Condition 'fill(s,2)==~0' is always false [knownConditionTrueFalse] re2c-3.1/test/conditions/condition_14_csif.c:259:20: style: Condition 'fill(s,5)==~0' is always false [knownConditionTrueFalse] re2c-3.1/test/conditions/condition_14_csif.c:334:20: style: Condition 'fill(s,2)==~0' is always false [knownConditionTrueFalse] re2c-3.1/test/bug1708378.c:1078:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:1077:2: note: *p is assigned re2c-3.1/test/bug1708378.c:1078:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:1644:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:1643:2: note: *p is assigned re2c-3.1/test/bug1708378.c:1644:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:1683:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:1682:2: note: *p is assigned re2c-3.1/test/bug1708378.c:1683:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:1760:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:1759:2: note: *p is assigned re2c-3.1/test/bug1708378.c:1760:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:2260:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:2259:2: note: *p is assigned re2c-3.1/test/bug1708378.c:2260:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:2427:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:2426:2: note: *p is assigned re2c-3.1/test/bug1708378.c:2427:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:2583:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:2582:2: note: *p is assigned re2c-3.1/test/bug1708378.c:2583:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:2831:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:2830:2: note: *p is assigned re2c-3.1/test/bug1708378.c:2831:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:2862:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:2861:2: note: *p is assigned re2c-3.1/test/bug1708378.c:2862:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:2948:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:2947:2: note: *p is assigned re2c-3.1/test/bug1708378.c:2948:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:2951:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:2950:2: note: *p is assigned re2c-3.1/test/bug1708378.c:2951:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:2954:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:2953:2: note: *p is assigned re2c-3.1/test/bug1708378.c:2954:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:2997:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:2996:2: note: *p is assigned re2c-3.1/test/bug1708378.c:2997:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:3201:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:3200:2: note: *p is assigned re2c-3.1/test/bug1708378.c:3201:3: note: *p is overwritten re2c-3.1/test/conditions/condition_14_csif.c:111:19: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_csif.c:128:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/bug1708378.c:3477:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:3476:2: note: *p is assigned re2c-3.1/test/bug1708378.c:3477:3: note: *p is overwritten re2c-3.1/test/conditions/condition_14_csif.c:133:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/bug1708378.c:3480:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:3479:2: note: *p is assigned re2c-3.1/test/bug1708378.c:3480:3: note: *p is overwritten re2c-3.1/test/conditions/condition_14_csif.c:134:28: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/bug1708378.c:3507:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:3506:2: note: *p is assigned re2c-3.1/test/bug1708378.c:3507:3: note: *p is overwritten re2c-3.1/test/conditions/condition_14_csif.c:163:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/bug1708378.c:3522:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:3521:2: note: *p is assigned re2c-3.1/test/bug1708378.c:3522:3: note: *p is overwritten re2c-3.1/test/conditions/condition_14_csif.c:164:29: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/conditions/condition_14_csif.c:168:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_csif.c:169:31: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/bug1708378.c:3806:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:3805:2: note: *p is assigned re2c-3.1/test/bug1708378.c:3806:3: note: *p is overwritten re2c-3.1/test/conditions/condition_14_csif.c:187:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_csif.c:192:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_csif.c:197:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_csif.c:202:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/bug1708378.c:3987:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:3986:2: note: *p is assigned re2c-3.1/test/bug1708378.c:3987:3: note: *p is overwritten re2c-3.1/test/conditions/condition_14_csif.c:207:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_csif.c:212:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_csif.c:217:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_csif.c:222:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_csif.c:227:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_csif.c:232:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_csif.c:238:19: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/bug1708378.c:4294:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:4293:2: note: *p is assigned re2c-3.1/test/bug1708378.c:4294:3: note: *p is overwritten re2c-3.1/test/conditions/condition_14_csif.c:246:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/bug1708378.c:4317:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:4316:2: note: *p is assigned re2c-3.1/test/bug1708378.c:4317:3: note: *p is overwritten re2c-3.1/test/conditions/condition_14_csif.c:252:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/bug1708378.c:4348:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:4347:2: note: *p is assigned re2c-3.1/test/bug1708378.c:4348:3: note: *p is overwritten re2c-3.1/test/conditions/condition_14_csif.c:253:28: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/bug1708378.c:4363:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:4362:2: note: *p is assigned re2c-3.1/test/bug1708378.c:4363:3: note: *p is overwritten re2c-3.1/test/conditions/condition_14_csif.c:258:19: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/bug1708378.c:4418:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:4417:2: note: *p is assigned re2c-3.1/test/bug1708378.c:4418:3: note: *p is overwritten re2c-3.1/test/conditions/condition_14_csif.c:275:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/bug1708378.c:4445:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:4444:2: note: *p is assigned re2c-3.1/test/bug1708378.c:4445:3: note: *p is overwritten re2c-3.1/test/conditions/condition_14_csif.c:279:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/bug1708378.c:4512:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:4511:2: note: *p is assigned re2c-3.1/test/bug1708378.c:4512:3: note: *p is overwritten re2c-3.1/test/conditions/condition_14_csif.c:280:28: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/bug1708378.c:4519:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:4518:2: note: *p is assigned re2c-3.1/test/bug1708378.c:4519:3: note: *p is overwritten re2c-3.1/test/conditions/condition_14_csif.c:298:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/bug1708378.c:4724:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:4723:2: note: *p is assigned re2c-3.1/test/bug1708378.c:4724:3: note: *p is overwritten re2c-3.1/test/conditions/condition_14_csif.c:299:28: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/conditions/condition_14_csif.c:311:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_csif.c:324:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/bug1708378.c:4887:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:4886:2: note: *p is assigned re2c-3.1/test/bug1708378.c:4887:3: note: *p is overwritten re2c-3.1/test/conditions/condition_14_csif.c:333:19: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_csif.c:342:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_14_csif.c:347:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] conditions/condtype.re:21:81: error: syntax error [syntaxError] re2c-3.1/test/bug1708378.c:5030:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:5029:2: note: *p is assigned re2c-3.1/test/bug1708378.c:5030:3: note: *p is overwritten re2c-3.1/test/conditions/condition_14_csif.c:348:28: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/bug1708378.c:5037:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:5036:2: note: *p is assigned re2c-3.1/test/bug1708378.c:5037:3: note: *p is overwritten re2c-3.1/test/conditions/condition_14_csif.c:355:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/bug1708378.c:5048:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:5047:2: note: *p is assigned re2c-3.1/test/bug1708378.c:5048:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:5059:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:5058:2: note: *p is assigned re2c-3.1/test/bug1708378.c:5059:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:5070:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:5069:2: note: *p is assigned re2c-3.1/test/bug1708378.c:5070:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:5125:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:5124:2: note: *p is assigned re2c-3.1/test/bug1708378.c:5125:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:5153:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:5152:2: note: *p is assigned re2c-3.1/test/bug1708378.c:5153:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:5313:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:5312:2: note: *p is assigned re2c-3.1/test/bug1708378.c:5313:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:5316:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:5315:2: note: *p is assigned re2c-3.1/test/bug1708378.c:5316:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:5627:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:5626:2: note: *p is assigned re2c-3.1/test/bug1708378.c:5627:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:5666:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:5665:2: note: *p is assigned re2c-3.1/test/bug1708378.c:5666:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:5697:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:5696:2: note: *p is assigned re2c-3.1/test/bug1708378.c:5697:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:5700:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:5699:2: note: *p is assigned re2c-3.1/test/bug1708378.c:5700:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:5707:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:5706:2: note: *p is assigned re2c-3.1/test/bug1708378.c:5707:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:5774:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:5773:2: note: *p is assigned re2c-3.1/test/bug1708378.c:5774:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:5957:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:5956:2: note: *p is assigned re2c-3.1/test/bug1708378.c:5957:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:6208:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:6207:2: note: *p is assigned re2c-3.1/test/bug1708378.c:6208:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:6255:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:6254:2: note: *p is assigned re2c-3.1/test/bug1708378.c:6255:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:6258:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:6257:2: note: *p is assigned re2c-3.1/test/bug1708378.c:6258:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:6261:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:6260:2: note: *p is assigned re2c-3.1/test/bug1708378.c:6261:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:6316:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:6315:2: note: *p is assigned re2c-3.1/test/bug1708378.c:6316:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:6511:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:6510:2: note: *p is assigned re2c-3.1/test/bug1708378.c:6511:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:6598:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:6597:2: note: *p is assigned re2c-3.1/test/bug1708378.c:6598:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:6790:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:6789:2: note: *p is assigned re2c-3.1/test/bug1708378.c:6790:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:6965:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:6964:2: note: *p is assigned re2c-3.1/test/bug1708378.c:6965:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:7116:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:7115:2: note: *p is assigned re2c-3.1/test/bug1708378.c:7116:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:7299:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:7298:2: note: *p is assigned re2c-3.1/test/bug1708378.c:7299:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:7362:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:7361:2: note: *p is assigned re2c-3.1/test/bug1708378.c:7362:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:7466:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:7465:2: note: *p is assigned re2c-3.1/test/bug1708378.c:7466:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:7473:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:7472:2: note: *p is assigned re2c-3.1/test/bug1708378.c:7473:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:7540:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:7539:2: note: *p is assigned re2c-3.1/test/bug1708378.c:7540:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:7615:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:7614:2: note: *p is assigned re2c-3.1/test/bug1708378.c:7615:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:7626:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:7625:2: note: *p is assigned re2c-3.1/test/bug1708378.c:7626:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:7669:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:7668:2: note: *p is assigned re2c-3.1/test/bug1708378.c:7669:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:7848:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:7847:2: note: *p is assigned re2c-3.1/test/bug1708378.c:7848:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:7963:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:7962:2: note: *p is assigned re2c-3.1/test/bug1708378.c:7963:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:7966:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:7965:2: note: *p is assigned re2c-3.1/test/bug1708378.c:7966:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:8021:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:8020:2: note: *p is assigned re2c-3.1/test/bug1708378.c:8021:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:8056:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:8055:2: note: *p is assigned re2c-3.1/test/bug1708378.c:8056:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:8115:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:8114:2: note: *p is assigned re2c-3.1/test/bug1708378.c:8115:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:8238:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:8237:2: note: *p is assigned re2c-3.1/test/bug1708378.c:8238:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:8261:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:8260:2: note: *p is assigned re2c-3.1/test/bug1708378.c:8261:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:8428:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:8427:2: note: *p is assigned re2c-3.1/test/bug1708378.c:8428:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:8483:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:8482:2: note: *p is assigned re2c-3.1/test/bug1708378.c:8483:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:8534:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:8533:2: note: *p is assigned re2c-3.1/test/bug1708378.c:8534:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:8589:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:8588:2: note: *p is assigned re2c-3.1/test/bug1708378.c:8589:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:8932:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:8931:2: note: *p is assigned re2c-3.1/test/bug1708378.c:8932:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:8963:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:8962:2: note: *p is assigned re2c-3.1/test/bug1708378.c:8963:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:8970:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:8969:2: note: *p is assigned re2c-3.1/test/bug1708378.c:8970:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:9037:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:9036:2: note: *p is assigned re2c-3.1/test/bug1708378.c:9037:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:9044:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:9043:2: note: *p is assigned re2c-3.1/test/bug1708378.c:9044:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:9143:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:9142:2: note: *p is assigned re2c-3.1/test/bug1708378.c:9143:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:9186:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:9185:2: note: *p is assigned re2c-3.1/test/bug1708378.c:9186:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:9349:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:9348:2: note: *p is assigned re2c-3.1/test/bug1708378.c:9349:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:9352:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:9351:2: note: *p is assigned re2c-3.1/test/bug1708378.c:9352:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:9363:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:9362:2: note: *p is assigned re2c-3.1/test/bug1708378.c:9363:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:9382:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:9381:2: note: *p is assigned re2c-3.1/test/bug1708378.c:9382:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:9497:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:9496:2: note: *p is assigned re2c-3.1/test/bug1708378.c:9497:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:9500:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:9499:2: note: *p is assigned re2c-3.1/test/bug1708378.c:9500:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:9519:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:9518:2: note: *p is assigned re2c-3.1/test/bug1708378.c:9519:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:9691:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:9690:2: note: *p is assigned re2c-3.1/test/bug1708378.c:9691:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:9894:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:9893:2: note: *p is assigned re2c-3.1/test/bug1708378.c:9894:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:10302:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:10301:2: note: *p is assigned re2c-3.1/test/bug1708378.c:10302:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:10305:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:10304:2: note: *p is assigned re2c-3.1/test/bug1708378.c:10305:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:10328:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:10327:2: note: *p is assigned re2c-3.1/test/bug1708378.c:10328:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:10507:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:10506:2: note: *p is assigned re2c-3.1/test/bug1708378.c:10507:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:10626:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:10625:2: note: *p is assigned re2c-3.1/test/bug1708378.c:10626:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:10794:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:10793:2: note: *p is assigned re2c-3.1/test/bug1708378.c:10794:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:10917:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:10916:2: note: *p is assigned re2c-3.1/test/bug1708378.c:10917:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:10924:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:10923:2: note: *p is assigned re2c-3.1/test/bug1708378.c:10924:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:11007:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:11006:2: note: *p is assigned re2c-3.1/test/bug1708378.c:11007:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:11030:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:11029:2: note: *p is assigned re2c-3.1/test/bug1708378.c:11030:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:11129:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:11128:2: note: *p is assigned re2c-3.1/test/bug1708378.c:11129:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:11132:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:11131:2: note: *p is assigned re2c-3.1/test/bug1708378.c:11132:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:11291:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:11290:2: note: *p is assigned re2c-3.1/test/bug1708378.c:11291:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:11378:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:11377:2: note: *p is assigned re2c-3.1/test/bug1708378.c:11378:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:11609:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:11608:2: note: *p is assigned re2c-3.1/test/bug1708378.c:11609:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:11684:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:11683:2: note: *p is assigned re2c-3.1/test/bug1708378.c:11684:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:11707:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:11706:2: note: *p is assigned re2c-3.1/test/bug1708378.c:11707:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:11870:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:11869:2: note: *p is assigned re2c-3.1/test/bug1708378.c:11870:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:12225:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:12224:2: note: *p is assigned re2c-3.1/test/bug1708378.c:12225:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:12492:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:12491:2: note: *p is assigned re2c-3.1/test/bug1708378.c:12492:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:12535:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:12534:2: note: *p is assigned re2c-3.1/test/bug1708378.c:12535:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:12590:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:12589:2: note: *p is assigned re2c-3.1/test/bug1708378.c:12590:3: note: *p is overwritten conditions/condtype_c.re:15:83: error: syntax error [syntaxError] re2c-3.1/test/bug1708378.c:12737:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:12736:2: note: *p is assigned re2c-3.1/test/bug1708378.c:12737:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:12896:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:12895:2: note: *p is assigned re2c-3.1/test/bug1708378.c:12896:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:13015:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:13014:2: note: *p is assigned re2c-3.1/test/bug1708378.c:13015:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:13434:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:13433:2: note: *p is assigned re2c-3.1/test/bug1708378.c:13434:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:13505:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:13504:2: note: *p is assigned re2c-3.1/test/bug1708378.c:13505:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:13616:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:13615:2: note: *p is assigned re2c-3.1/test/bug1708378.c:13616:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:13788:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:13787:2: note: *p is assigned re2c-3.1/test/bug1708378.c:13788:3: note: *p is overwritten conditions/condtype_cg.re:15:84: error: syntax error [syntaxError] re2c-3.1/test/bug1708378.c:14423:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:14422:2: note: *p is assigned re2c-3.1/test/bug1708378.c:14423:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:14743:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:14742:2: note: *p is assigned re2c-3.1/test/bug1708378.c:14743:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:14770:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:14769:2: note: *p is assigned re2c-3.1/test/bug1708378.c:14770:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:15069:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:15068:2: note: *p is assigned re2c-3.1/test/bug1708378.c:15069:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:15100:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:15099:2: note: *p is assigned re2c-3.1/test/bug1708378.c:15100:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:15292:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:15291:2: note: *p is assigned re2c-3.1/test/bug1708378.c:15292:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:15459:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:15458:2: note: *p is assigned re2c-3.1/test/bug1708378.c:15459:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:15734:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:15733:2: note: *p is assigned re2c-3.1/test/bug1708378.c:15734:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:15841:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:15840:2: note: *p is assigned re2c-3.1/test/bug1708378.c:15841:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:15913:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:15912:2: note: *p is assigned re2c-3.1/test/bug1708378.c:15913:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:15940:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:15939:2: note: *p is assigned re2c-3.1/test/bug1708378.c:15940:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:16219:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:16218:2: note: *p is assigned re2c-3.1/test/bug1708378.c:16219:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:16334:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:16333:2: note: *p is assigned re2c-3.1/test/bug1708378.c:16334:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:16357:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:16356:2: note: *p is assigned re2c-3.1/test/bug1708378.c:16357:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:16600:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:16599:2: note: *p is assigned re2c-3.1/test/bug1708378.c:16600:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:16623:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:16622:2: note: *p is assigned re2c-3.1/test/bug1708378.c:16623:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:16778:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:16777:2: note: *p is assigned re2c-3.1/test/bug1708378.c:16778:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:16905:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:16904:2: note: *p is assigned re2c-3.1/test/bug1708378.c:16905:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:16908:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:16907:2: note: *p is assigned re2c-3.1/test/bug1708378.c:16908:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:16987:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:16986:2: note: *p is assigned re2c-3.1/test/bug1708378.c:16987:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:17194:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:17193:2: note: *p is assigned re2c-3.1/test/bug1708378.c:17194:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:17365:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:17364:2: note: *p is assigned re2c-3.1/test/bug1708378.c:17365:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:17372:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:17371:2: note: *p is assigned re2c-3.1/test/bug1708378.c:17372:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:17379:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:17378:2: note: *p is assigned re2c-3.1/test/bug1708378.c:17379:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:17474:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:17473:2: note: *p is assigned re2c-3.1/test/bug1708378.c:17474:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:17573:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:17572:2: note: *p is assigned re2c-3.1/test/bug1708378.c:17573:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:17648:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:17647:2: note: *p is assigned re2c-3.1/test/bug1708378.c:17648:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:17655:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:17654:2: note: *p is assigned re2c-3.1/test/bug1708378.c:17655:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:17658:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:17657:2: note: *p is assigned re2c-3.1/test/bug1708378.c:17658:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:17745:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:17744:2: note: *p is assigned re2c-3.1/test/bug1708378.c:17745:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:17748:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:17747:2: note: *p is assigned re2c-3.1/test/bug1708378.c:17748:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:17899:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:17898:2: note: *p is assigned re2c-3.1/test/bug1708378.c:17899:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:18150:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:18149:2: note: *p is assigned re2c-3.1/test/bug1708378.c:18150:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:18205:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:18204:2: note: *p is assigned re2c-3.1/test/bug1708378.c:18205:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:18216:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:18215:2: note: *p is assigned re2c-3.1/test/bug1708378.c:18216:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:18375:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:18374:2: note: *p is assigned re2c-3.1/test/bug1708378.c:18375:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:18562:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:18561:2: note: *p is assigned re2c-3.1/test/bug1708378.c:18562:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:18577:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:18576:2: note: *p is assigned re2c-3.1/test/bug1708378.c:18577:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:18696:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:18695:2: note: *p is assigned re2c-3.1/test/bug1708378.c:18696:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:18759:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:18758:2: note: *p is assigned re2c-3.1/test/bug1708378.c:18759:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:19054:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:19053:2: note: *p is assigned re2c-3.1/test/bug1708378.c:19054:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:19169:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:19168:2: note: *p is assigned re2c-3.1/test/bug1708378.c:19169:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:19172:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:19171:2: note: *p is assigned re2c-3.1/test/bug1708378.c:19172:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:19175:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:19174:2: note: *p is assigned re2c-3.1/test/bug1708378.c:19175:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:19178:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:19177:2: note: *p is assigned re2c-3.1/test/bug1708378.c:19178:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:19181:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:19180:2: note: *p is assigned re2c-3.1/test/bug1708378.c:19181:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:19184:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:19183:2: note: *p is assigned re2c-3.1/test/bug1708378.c:19184:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:19187:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:19186:2: note: *p is assigned re2c-3.1/test/bug1708378.c:19187:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:19190:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:19189:2: note: *p is assigned re2c-3.1/test/bug1708378.c:19190:3: note: *p is overwritten conditions/condtype_decl.re:17:86: error: syntax error [syntaxError] re2c-3.1/test/bug1708378.c:19193:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:19192:2: note: *p is assigned re2c-3.1/test/bug1708378.c:19193:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:19196:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:19195:2: note: *p is assigned re2c-3.1/test/bug1708378.c:19196:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:19199:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:19198:2: note: *p is assigned re2c-3.1/test/bug1708378.c:19199:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:19202:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:19201:2: note: *p is assigned re2c-3.1/test/bug1708378.c:19202:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:19205:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:19204:2: note: *p is assigned re2c-3.1/test/bug1708378.c:19205:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:19208:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:19207:2: note: *p is assigned re2c-3.1/test/bug1708378.c:19208:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:19211:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:19210:2: note: *p is assigned re2c-3.1/test/bug1708378.c:19211:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:19214:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:19213:2: note: *p is assigned re2c-3.1/test/bug1708378.c:19214:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:19217:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:19216:2: note: *p is assigned re2c-3.1/test/bug1708378.c:19217:3: note: *p is overwritten conditions/condtype_cs.re:15:84: error: syntax error [syntaxError] re2c-3.1/test/bug1708378.c:19220:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:19219:2: note: *p is assigned re2c-3.1/test/bug1708378.c:19220:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:19223:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:19222:2: note: *p is assigned re2c-3.1/test/bug1708378.c:19223:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:19226:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:19225:2: note: *p is assigned re2c-3.1/test/bug1708378.c:19226:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:19229:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:19228:2: note: *p is assigned re2c-3.1/test/bug1708378.c:19229:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:19232:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:19231:2: note: *p is assigned re2c-3.1/test/bug1708378.c:19232:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:19235:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:19234:2: note: *p is assigned re2c-3.1/test/bug1708378.c:19235:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:19238:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:19237:2: note: *p is assigned re2c-3.1/test/bug1708378.c:19238:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:19241:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:19240:2: note: *p is assigned re2c-3.1/test/bug1708378.c:19241:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:19244:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:19243:2: note: *p is assigned re2c-3.1/test/bug1708378.c:19244:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:19247:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:19246:2: note: *p is assigned re2c-3.1/test/bug1708378.c:19247:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:19250:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:19249:2: note: *p is assigned re2c-3.1/test/bug1708378.c:19250:3: note: *p is overwritten re2c-3.1/test/bug1708378.c:19253:3: style: Variable '*p' is reassigned a value before the old one has been used. [redundantAssignment] re2c-3.1/test/bug1708378.c:19252:2: note: *p is assigned re2c-3.1/test/bug1708378.c:19253:3: note: *p is overwritten conditions/condtype_decl_c.re:17:88: error: syntax error [syntaxError] conditions/condtype_decl_cg.re:17:89: error: syntax error [syntaxError] conditions/condtype_forwdecl.re:20:90: error: syntax error [syntaxError] conditions/condtype_forwdecl_cg.re:20:93: error: syntax error [syntaxError] conditions/condtype_single.re:5:88: error: syntax error [syntaxError] conditions/condtype_single_c.re:5:90: error: syntax error [syntaxError] conditions/condtype_single_cg.re:5:91: error: syntax error [syntaxError] re2c-3.1/test/conditions/condition_15.c:112:20: style: Condition 'fill(s,4)==~0' is always false [knownConditionTrueFalse] re2c-3.1/test/conditions/condition_15.c:251:20: style: Condition 'fill(s,2)==~0' is always false [knownConditionTrueFalse] re2c-3.1/test/conditions/condition_15.c:271:20: style: Condition 'fill(s,5)==~0' is always false [knownConditionTrueFalse] re2c-3.1/test/conditions/condition_15.c:348:20: style: Condition 'fill(s,2)==~0' is always false [knownConditionTrueFalse] re2c-3.1/test/conditions/condition_15.c:111:19: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_15.c:128:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_15.c:134:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_15.c:135:28: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/conditions/condition_15.c:165:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_15.c:166:29: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/conditions/condition_15.c:170:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_15.c:171:31: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/conditions/condition_15.c:189:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_15.c:195:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_15.c:201:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_15.c:207:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_15.c:213:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_15.c:219:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_15.c:225:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_15.c:231:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] conditions/condtype_yysetcondition.re:33:182: error: syntax error [syntaxError] re2c-3.1/test/conditions/condition_15.c:237:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_15.c:243:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_15.c:250:19: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_15.c:258:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_15.c:264:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_15.c:265:28: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/conditions/condition_15.c:270:19: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_15.c:287:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_15.c:291:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_15.c:292:28: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/conditions/condition_15.c:311:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_15.c:312:28: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/conditions/condition_15.c:325:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_15.c:338:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_15.c:347:19: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_15.c:356:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_15.c:362:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/conditions/condition_15.c:363:28: warning: Redundant code: Found a statement that begins with enumerator constant. [constStatement] re2c-3.1/test/conditions/condition_15.c:371:20: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] conditions/condtype_yysetcondition_cg.c:28:10: error: syntax error [syntaxError] re2c-3.1/test/config/all_options.c:1:34: error: syntax error [syntaxError] re2c-3.1/test/config/autogen/cond_divider_sigil_c.c:353:5: error: syntax error [syntaxError] re2c-3.1/test/config/autogen/cond_divider_sigil_rc.c:270:5: error: syntax error [syntaxError] re2c-3.1/test/config/autogen/cond_get_style_rc.c:8:9: error: Syntax Error: AST broken, 'switch' doesn't have two operands. [internalAstError] re2c-3.1/test/config/autogen/cond_goto_sigil_c.c:617:7: error: syntax error [syntaxError] re2c-3.1/test/config/autogen/cond_set_sigil_rc.c:27:9: error: syntax error [syntaxError] re2c-3.1/test/config/autogen/cond_goto_sigil_rc.c:534:7: error: syntax error [syntaxError] re2c-3.1/test/config/autogen/fill_check_eof_r.c:1:40: error: syntax error [syntaxError] re2c-3.1/test/config/autogen/fill_check_eof_rf.c:1:40: error: syntax error [syntaxError] re2c-3.1/test/config/autogen/cond_set_style_rc.c:8:9: error: Syntax Error: AST broken, 'switch' doesn't have two operands. [internalAstError] re2c-3.1/test/config/autogen/fill_check_r.c:8:5: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] re2c-3.1/test/config/autogen/fill_check_rf.c:7:9: error: Syntax Error: AST broken, 'switch' doesn't have two operands. [internalAstError] re2c-3.1/test/config/autogen/fill_sigil_eof_r.c:45:5: error: syntax error [syntaxError] re2c-3.1/test/config/autogen/fill_sigil_r.c:10:5: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] re2c-3.1/test/config/autogen/fill_style_r.c:8:5: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] re2c-3.1/test/config/autogen/fill_style_eof_r.c:11:9: error: Syntax Error: AST broken, 'switch' doesn't have two operands. [internalAstError] re2c-3.1/test/config/autogen/startlabel.c:254:92: error: syntax error [syntaxError] re2c-3.1/test/config/autogen/startlabel_r.c:256:93: error: syntax error [syntaxError] re2c-3.1/test/config/autogen/startlabel_rc.c:8:9: error: Syntax Error: AST broken, 'switch' doesn't have two operands. [internalAstError] re2c-3.1/test/config/autogen/startlabel_rcf.c:7:9: error: Syntax Error: AST broken, 'switch' doesn't have two operands. [internalAstError] re2c-3.1/test/config/autogen/startlabel_rf.c:378:94: error: syntax error [syntaxError] re2c-3.1/test/config/autogen/state_get_style_f.c:5:9: error: Syntax Error: AST broken, 'switch' doesn't have two operands. [internalAstError] re2c-3.1/test/config/autogen/state_set_sigil_rf.c:105:11: error: The code contains unhandled character(s) (character code=195). Neither unicode nor extended ascii is supported. [syntaxError] re2c-3.1/test/config/autogen/state_get_style_rf.c:7:9: error: Syntax Error: AST broken, 'switch' doesn't have two operands. [internalAstError] re2c-3.1/test/config/autogen/state_set_style_rf.c:131:3: error: There is an unknown macro here somewhere. Configuration is required. If YYFILL is a macro then please configure it. [unknownMacro] re2c-3.1/test/config/autogen/tags_expr_sigil_r.c:232:4: error: syntax error [syntaxError] config/config10.re:81:3: error: Code 'std::cout' is invalid C code. Use --std or --language to configure the language. [syntaxError] re2c-3.1/test/config/config11.c:26:60: error: syntax error [syntaxError] config/config1.c:34:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable] config/config1.re:11:8: style: Unused variable: q [unusedVariable] config/config1.c:87:3: style: Variable 'p' is assigned a value that is never used. [unreadVariable] config/config1.re:21:8: style: Unused variable: q [unusedVariable] config/config1.c:140:3: style: Variable 'p' is assigned a value that is never used. [unreadVariable] config/config1.re:31:8: style: Unused variable: q [unusedVariable] re2c-3.1/test/config/config12_error1.c:1:66: error: syntax error [syntaxError] config/config4a.c:43:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable] config/config4a.re:11:8: style: Unused variable: q [unusedVariable] config/config4b.c:45:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable] config/config4b.re:11:8: style: Unused variable: q [unusedVariable] config/config2.c:29:4: style: Variable 'p' is assigned a value that is never used. [unreadVariable] config/config2.re:11:8: style: Unused variable: q [unusedVariable] config/config2.c:76:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable] config/config2.re:24:8: style: Unused variable: q [unusedVariable] config/config2.c:123:1: style: Variable 'p' is assigned a value that is never used. [unreadVariable] config/config2.re:37:8: style: Unused variable: q [unusedVariable] config/config4f.c:51:3: style: Variable 'p' is assigned a value that is never used. [unreadVariable] config/config4f.re:11:8: style: Unused variable: q [unusedVariable] re2c-3.1/test/config/config4g.c:29:3: style: Variable 'p' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/config/config4g.c:8:23: style: Unused variable: q [unusedVariable] config/config7b.c:12:9: error: syntax error [syntaxError] config/config6.c:39:4: style: Variable 'p' is assigned a value that is never used. [unreadVariable] config/config6.c:44:4: style: Variable 'p' is assigned a value that is never used. [unreadVariable] config/config8.re:80:3: error: Code 'std::cout' is invalid C code. Use --std or --language to configure the language. [syntaxError] config/config9.re:82:3: error: Code 'std::cout' is invalid C code. Use --std or --language to configure the language. [syntaxError] re2c-3.1/test/config/tag_api_freeform.c:387:69: error: syntax error [syntaxError] control_flow_fail.re:8:62: error: syntax error [syntaxError] re2c-3.1/test/config/tag_api_functions.c:387:70: error: syntax error [syntaxError] control_flow_yymarker_fail.re:8:71: error: syntax error [syntaxError] control_flow_yymarker_yyaccept_fail.re:9:80: error: syntax error [syntaxError] re2c-3.1/test/cpoint_class_error_esc_eol.c:1:64: error: syntax error [syntaxError] re2c-3.1/test/cpoint_class_error_eol.c:1:60: error: syntax error [syntaxError] cpoint_class_esc_dash.re:5:66: error: syntax error [syntaxError] ctx.re:76:3: error: Code 'std::cout' is invalid C code. Use --std or --language to configure the language. [syntaxError] ctx_s.re:76:3: error: Code 'std::cout' is invalid C code. Use --std or --language to configure the language. [syntaxError] ctx_b.re:76:3: error: Code 'std::cout' is invalid C code. Use --std or --language to configure the language. [syntaxError] cvsignore.re:22:46: error: Code 'long& outsize' is invalid C code. Use --std or --language to configure the language. [syntaxError] cunroll.re:247:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] cvsignore_b.re:22:46: error: Code 'long& outsize' is invalid C code. Use --std or --language to configure the language. [syntaxError] cvsignore_s.re:22:46: error: Code 'long& outsize' is invalid C code. Use --std or --language to configure the language. [syntaxError] cvsignore_u.re:22:46: error: Code 'long& outsize' is invalid C code. Use --std or --language to configure the language. [syntaxError] cvsignore_ub.re:22:46: error: Code 'long& outsize' is invalid C code. Use --std or --language to configure the language. [syntaxError] cvsignore_w.re:22:46: error: Code 'long& outsize' is invalid C code. Use --std or --language to configure the language. [syntaxError] re2c-3.1/test/debug/adfa.c:6:5: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] cvsignore_wb.re:22:46: error: Code 'long& outsize' is invalid C code. Use --std or --language to configure the language. [syntaxError] re2c-3.1/test/debug/closure_stats_gor1.c:135:44: error: syntax error [syntaxError] re2c-3.1/test/debug/cfg.c:6:5: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] re2c-3.1/test/debug/dfa_min.c:6:5: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] re2c-3.1/test/debug/dfa_det.c:6:5: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] re2c-3.1/test/debug/dfa_raw.c:44:93: error: syntax error [syntaxError] re2c-3.1/test/debug/dfa_tagopt.c:6:5: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] re2c-3.1/test/debug/interf.c:40:2: error: syntax error [syntaxError] re2c-3.1/test/debug/nfa.c:45:8: error: syntax error [syntaxError] re2c-3.1/test/directives/getstate_autogen.c:13:9: error: Syntax Error: AST broken, 'switch' doesn't have two operands. [internalAstError] re2c-3.1/test/directives/getstate_autogen_only_use.c:12:9: error: Syntax Error: AST broken, 'switch' doesn't have two operands. [internalAstError] re2c-3.1/test/directives/getstate_autogen_use_before_normal.c:119:112: error: syntax error [syntaxError] re2c-3.1/test/directives/getstate_autogen_with_use.c:14:9: error: Syntax Error: AST broken, 'switch' doesn't have two operands. [internalAstError] re2c-3.1/test/directives/getstate_blocklist.c:6:1: error: syntax error: keyword 'switch' is not allowed in global scope [syntaxError] re2c-3.1/test/directives/getstate_blocklist_with_use.c:7:1: error: syntax error: keyword 'switch' is not allowed in global scope [syntaxError] re2c-3.1/test/directives/getstate_global.c:6:1: error: syntax error: keyword 'switch' is not allowed in global scope [syntaxError] re2c-3.1/test/directives/getstate_global_with_use.c:7:1: error: syntax error: keyword 'switch' is not allowed in global scope [syntaxError] re2c-3.1/test/directives/getstate_labels.c:6:1: error: syntax error: keyword 'switch' is not allowed in global scope [syntaxError] re2c-3.1/test/directives/maxfill.c:32:5: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] re2c-3.1/test/directives/maxnmatch.c:32:5: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] directives/tagsdir.re:83:86: error: syntax error [syntaxError] re2c-3.1/test/dot/bug47_dot_escapes.c:35:66: error: syntax error [syntaxError] re2c-3.1/test/dot/dot.c:6:6: error: syntax error [syntaxError] re2c-3.1/test/dot/dot2.c:5:6: error: syntax error [syntaxError] re2c-3.1/test/dot/dot_backslash.c:8:62: error: syntax error [syntaxError] re2c-3.1/test/dot/dot_conditions.c:31:85: error: syntax error [syntaxError] re2c-3.1/test/dot/dot_ranges.c:6:6: error: syntax error [syntaxError] re2c-3.1/test/dot/php20150211_zend_ini_scanner.c:11:12: error: syntax error [syntaxError] re2c-3.1/test/dot/scanner_re2c_default.c:9:6: error: syntax error [syntaxError] re2c-3.1/test/dot/php20150211_zend_language_scanner.c:13:20: error: syntax error [syntaxError] re2c-3.1/test/encodings/bug2102138a.c:1036:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] re2c-3.1/test/encodings/bug2102138b.c:1036:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] re2c-3.1/test/encodings/bug2102138c.c:1036:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] re2c-3.1/test/encodings/bug2102138a.c:10:16: style: Local variable 'ch' shadows outer variable [shadowVariable] re2c-3.1/test/encodings/bug2102138a.c:7:17: note: Shadowed declaration re2c-3.1/test/encodings/bug2102138a.c:10:16: note: Shadow variable re2c-3.1/test/encodings/bug2102138a.c:271:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:274:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:277:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:280:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:283:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:286:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:289:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:292:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:295:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:298:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:301:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:304:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:307:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:310:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:313:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:316:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:319:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:322:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:325:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:328:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:331:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:334:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:337:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:340:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:343:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:346:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:349:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:352:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:355:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:358:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:361:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:364:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:367:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:370:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:373:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:376:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:379:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:382:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:385:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:388:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:391:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:394:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:397:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:400:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:403:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:406:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:409:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:412:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:415:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:418:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:421:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:424:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:427:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:430:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:433:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:436:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:439:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:442:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:445:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:448:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:451:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:454:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:457:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:460:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:463:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:466:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:469:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:472:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:475:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:478:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:481:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:484:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:487:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:490:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:493:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:496:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:499:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:502:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:505:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:508:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:511:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:514:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:517:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:520:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:523:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:526:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:529:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:532:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:535:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:538:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:541:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:10:16: style: Local variable 'ch' shadows outer variable [shadowVariable] re2c-3.1/test/encodings/bug2102138b.c:7:17: note: Shadowed declaration re2c-3.1/test/encodings/bug2102138b.c:10:16: note: Shadow variable re2c-3.1/test/encodings/bug2102138a.c:544:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:547:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:550:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:553:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:10:16: style: Local variable 'ch' shadows outer variable [shadowVariable] re2c-3.1/test/encodings/bug2102138c.c:7:17: note: Shadowed declaration re2c-3.1/test/encodings/bug2102138c.c:10:16: note: Shadow variable re2c-3.1/test/encodings/bug2102138a.c:556:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:559:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:562:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:565:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:568:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:571:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:574:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:577:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:580:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:583:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:586:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:589:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:592:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:595:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:598:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:601:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:604:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:607:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:610:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:613:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:616:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:619:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:622:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:625:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:628:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:631:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:634:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:637:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:640:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:643:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:646:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:649:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:652:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:655:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:658:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:661:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:664:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:667:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:670:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:673:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:676:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:679:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:682:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:685:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:688:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:691:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:694:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:697:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:700:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:703:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:706:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:709:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:712:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:715:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:718:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:721:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:724:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:727:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:730:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:733:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:736:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:739:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:742:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:745:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:748:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:751:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:754:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:757:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:760:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:763:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:766:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:769:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:772:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:775:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:778:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:781:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:784:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:787:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:790:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:793:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:796:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:799:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:802:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:805:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:808:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:811:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:814:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:817:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:820:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:823:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:271:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:826:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:274:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:829:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:277:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:280:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:271:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:832:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:283:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:274:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:835:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:286:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:289:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:277:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:838:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:292:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:280:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:841:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:295:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:283:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:844:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:298:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:286:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:301:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:289:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:847:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:304:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:850:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:307:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:292:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:310:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:295:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:853:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:313:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:298:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:856:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:316:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:301:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:859:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:319:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:304:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:322:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:307:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:862:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:325:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:865:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:328:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:310:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:868:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:331:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:313:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:334:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:316:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:871:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:337:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:319:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:874:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:340:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:322:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:877:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:343:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:325:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:880:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:346:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:328:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:883:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:349:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:331:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:886:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:352:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:334:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:889:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:355:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:337:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:892:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:358:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:340:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:895:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:361:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:343:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:898:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:364:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:346:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:901:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:367:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:349:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:904:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:370:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:352:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:907:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:373:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:355:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:910:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:376:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:358:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:913:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:379:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:361:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:916:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:382:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:364:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:919:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:385:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:367:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:388:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:370:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:922:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:391:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:373:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:925:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:394:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:376:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:928:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:397:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:379:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:931:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:400:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:382:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:403:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:385:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:934:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:406:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:388:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:937:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:409:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:391:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:940:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:412:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:394:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:415:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:397:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:943:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:418:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:400:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:946:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:421:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:403:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:949:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:424:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:406:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:952:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:427:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:409:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:955:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:430:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:412:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:433:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:415:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:958:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:436:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:418:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:961:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:439:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:421:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:442:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:424:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:964:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:445:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:427:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:967:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:448:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:430:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:970:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:451:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:433:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:454:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:436:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:973:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:457:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:439:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:976:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:460:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:442:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:979:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:463:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:445:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:466:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:448:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:982:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:469:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:451:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:985:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:472:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:454:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:988:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:475:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:457:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:991:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:478:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:460:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:481:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:994:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:484:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:463:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:487:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:997:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:490:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:466:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:1000:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:493:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:469:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:496:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:472:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:1003:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:499:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:502:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:475:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:1006:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:505:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:508:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:478:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:1009:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:511:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:481:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:1012:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:514:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:484:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:1015:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:517:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:487:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:520:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:490:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:1018:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:523:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:1021:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:526:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:493:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:529:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:496:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:1024:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:532:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:535:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:499:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:1027:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:538:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:541:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:502:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:1030:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:544:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:547:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:505:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:1033:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:550:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:553:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:508:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:1036:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:556:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:511:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:559:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:514:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:562:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:565:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:517:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:568:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:571:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:520:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:574:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:577:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:523:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138a.c:7:17: style: Unused variable: ch [unusedVariable] re2c-3.1/test/encodings/bug2102138b.c:580:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:583:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:526:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:586:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:529:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:589:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:592:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:595:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:532:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:598:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:535:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:601:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:604:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:538:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:607:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:610:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:541:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:613:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:616:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:544:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:619:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:622:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:547:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:625:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:628:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:550:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:631:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:553:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:634:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:556:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:637:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:559:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:640:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:562:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:643:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:565:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:646:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:649:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:568:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:652:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:571:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:655:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:574:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:658:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:577:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:661:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:664:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:580:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:667:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:583:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:670:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:586:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:673:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:589:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:676:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:679:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:592:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:682:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:595:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:685:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:598:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:688:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:691:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:601:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:694:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:604:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:697:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:607:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:700:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:703:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:610:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:706:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:613:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:709:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:616:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:712:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:715:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:619:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:718:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:622:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:721:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:625:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:724:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:628:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:727:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:631:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:730:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:733:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:634:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:736:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:637:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:739:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:742:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:640:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:745:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:643:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:748:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:646:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:751:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:754:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:649:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:757:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:652:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:760:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:655:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:763:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:658:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:766:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:661:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:769:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:772:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:664:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:775:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:667:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:778:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:670:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:781:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:673:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:784:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:787:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:676:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:790:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:679:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:793:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:682:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:796:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:685:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:799:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:688:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:802:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:691:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:805:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:694:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:808:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:697:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:811:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:700:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:814:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:703:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:817:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:706:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:820:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:709:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:823:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:712:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:826:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:829:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:832:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:715:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:835:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:838:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:718:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:841:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:721:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:844:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:847:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:724:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:850:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:727:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:853:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:856:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:730:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:859:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:733:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:862:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:736:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:865:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:739:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:868:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:742:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:871:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:745:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:874:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:748:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:877:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:880:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:751:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:883:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:754:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:886:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:757:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:889:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:760:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:892:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:895:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:763:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:898:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:766:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:901:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:769:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:904:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:907:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:772:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:910:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:775:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:913:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:778:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:916:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:781:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:919:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:784:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:922:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:925:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:787:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:928:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:790:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:931:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:793:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:934:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:796:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:937:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:940:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:799:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:802:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:943:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:805:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:946:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:949:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:808:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:952:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:811:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:955:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:814:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:958:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:817:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:961:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:820:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:964:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:823:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:967:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:826:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:970:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:829:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:973:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:832:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:976:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:835:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:979:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:838:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:982:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:841:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:985:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:844:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:988:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:847:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:991:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:850:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:994:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:853:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:997:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:856:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:1000:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:859:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:1003:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:862:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:1006:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:865:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:1009:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:868:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:1012:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:871:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:1015:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:874:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:1018:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:877:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:1021:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:880:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:1024:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:883:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:1027:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:886:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:1030:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:889:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:1033:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:892:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:1036:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:895:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138b.c:7:17: style: Unused variable: ch [unusedVariable] re2c-3.1/test/encodings/bug2102138c.c:898:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:901:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:904:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:907:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:910:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:913:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:916:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:919:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:922:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:925:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:928:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:931:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:934:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:937:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:940:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:943:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:946:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:949:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:952:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:955:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:958:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:961:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:964:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:967:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:970:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:973:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:976:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:979:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:982:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:985:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:988:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:991:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:994:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:997:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:1000:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:1003:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:1006:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:1009:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:1012:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:1015:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:1018:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:1021:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:1024:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:1027:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:1030:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:1033:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:1036:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/bug2102138c.c:7:17: style: Unused variable: ch [unusedVariable] re2c-3.1/test/encodings/calc_001.c:13:8: style: Variable 'q' can be declared as pointer to const [constVariablePointer] re2c-3.1/test/encodings/calc_001.c:44:4: style: Variable 'p' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/calc_001.c:47:4: style: Variable 'p' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/calc_001.c:13:8: style: Variable 'q' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/calc_001_ebcdic.c:13:8: style: Variable 'q' can be declared as pointer to const [constVariablePointer] re2c-3.1/test/encodings/calc_001_ebcdic.c:46:4: style: Variable 'p' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/calc_001_ebcdic.c:50:4: style: Variable 'p' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/calc_001_ebcdic.c:13:8: style: Variable 'q' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/class2.c:10619:82: error: syntax error [syntaxError] re2c-3.1/test/encodings/class1.c:15807:123: error: syntax error [syntaxError] encodings/code_points.re:17:66: error: syntax error [syntaxError] encodings/code_points_8.re:17:68: error: syntax error [syntaxError] re2c-3.1/test/encodings/class4.c:24531:124: error: syntax error [syntaxError] encodings/code_points_e.re:17:68: error: syntax error [syntaxError] re2c-3.1/test/encodings/code_points_error.c:1:60: error: syntax error [syntaxError] re2c-3.1/test/encodings/code_points_error_8.c:1:63: error: syntax error [syntaxError] re2c-3.1/test/encodings/code_points_error_e.c:1:62: error: syntax error [syntaxError] re2c-3.1/test/encodings/code_points_error_u.c:1:63: error: syntax error [syntaxError] re2c-3.1/test/encodings/code_points_error_w.c:1:63: error: syntax error [syntaxError] re2c-3.1/test/encodings/code_points_error_x.c:1:63: error: syntax error [syntaxError] encodings/code_points_u.re:17:68: error: syntax error [syntaxError] encodings/code_points_w.re:17:68: error: syntax error [syntaxError] encodings/code_points_x.re:17:68: error: syntax error [syntaxError] re2c-3.1/test/encodings/default_dup.c:1:86: error: syntax error [syntaxError] re2c-3.1/test/encodings/default_dup_ic.c:1:107: error: syntax error [syntaxError] re2c-3.1/test/encodings/default_dup_star_1.c:28:131: error: syntax error [syntaxError] re2c-3.1/test/encodings/default_dup_star_2.c:1:110: error: syntax error [syntaxError] re2c-3.1/test/encodings/diff.c:6:5: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] re2c-3.1/test/encodings/class3.c:131079:130: error: syntax error [syntaxError] re2c-3.1/test/encodings/diff_i.c:6:5: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] re2c-3.1/test/encodings/diff_i8.c:6:5: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] re2c-3.1/test/encodings/diff_ie.c:6:5: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] re2c-3.1/test/encodings/diff_iu.c:6:5: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] re2c-3.1/test/encodings/diff_iw.c:6:5: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] re2c-3.1/test/encodings/enc_reset.c:6:5: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] re2c-3.1/test/encodings/inplace_config_encoding.c:7:5: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] encodings/range_dot.re:5:64: error: syntax error [syntaxError] encodings/range_dot_8.re:5:66: error: syntax error [syntaxError] encodings/range_dot_e.re:5:66: error: syntax error [syntaxError] encodings/range_dot_u.re:5:66: error: syntax error [syntaxError] encodings/range_dot_w.re:5:66: error: syntax error [syntaxError] encodings/range_dot_x.re:5:66: error: syntax error [syntaxError] encodings/range_empty.re:5:86: error: syntax error [syntaxError] encodings/range_empty_8.re:5:88: error: syntax error [syntaxError] encodings/range_empty_e.re:5:88: error: syntax error [syntaxError] encodings/range_empty_u.re:5:88: error: syntax error [syntaxError] encodings/range_empty_w.re:5:88: error: syntax error [syntaxError] encodings/range_empty_x.re:5:88: error: syntax error [syntaxError] encodings/range_full_8.re:5:67: error: syntax error [syntaxError] encodings/range_neg_lf.re:5:67: error: syntax error [syntaxError] encodings/range_neg_lf_e.re:5:69: error: syntax error [syntaxError] encodings/range_neg_lf_8.re:5:69: error: syntax error [syntaxError] encodings/range_neg_lf_w.re:5:69: error: syntax error [syntaxError] encodings/range_neg_lf_u.re:5:69: error: syntax error [syntaxError] encodings/range_neg_lf_x.re:5:69: error: syntax error [syntaxError] re2c-3.1/test/encodings/unicode_blocks_8_encoding_policy_fail.c:1:89: error: syntax error [syntaxError] re2c-3.1/test/encodings/unicode_blocks_u_encoding_policy_fail.c:1:89: error: syntax error [syntaxError] encodings/unicode_blocks_8_encoding_policy_substitute.re:1197:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_blocks_8_encoding_policy_ignore.re:1197:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] re2c-3.1/test/encodings/unicode_blocks_x_encoding_policy_fail.c:1:89: error: syntax error [syntaxError] encodings/unicode_blocks_u_encoding_policy_ignore.re:1193:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_blocks_u_encoding_policy_ignore.re:118:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_blocks_u_encoding_policy_substitute.re:1193:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_blocks_u_encoding_policy_substitute.re:118:42: style: Unused variable: YYMARKER [unusedVariable] re2c-3.1/test/encodings/unicode_group_C_8_encoding_policy_fail.c:1:91: error: syntax error [syntaxError] encodings/unicode_blocks_x_encoding_policy_ignore.re:1193:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_blocks_x_encoding_policy_ignore.re:118:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_C_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] re2c-3.1/test/encodings/unicode_group_C_u_encoding_policy_fail.c:1:91: error: syntax error [syntaxError] encodings/unicode_group_C_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_blocks_x_encoding_policy_substitute.re:1193:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_blocks_x_encoding_policy_substitute.re:118:42: style: Unused variable: YYMARKER [unusedVariable] re2c-3.1/test/encodings/unicode_group_C_x_encoding_policy_fail.c:1:91: error: syntax error [syntaxError] encodings/unicode_group_C_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_C_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Cc_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_C_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Cc_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_C_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Cc_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Cc_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Cc_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Cc_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Cc_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Cc_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Cc_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Cc_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Cc_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Cc_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Cc_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Cc_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Cc_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Cf_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Cf_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Cf_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Cf_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Cf_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Cf_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Cf_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Cf_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Cf_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Cf_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Cf_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Cf_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Cf_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Cf_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Cf_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Cn_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Cn_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Cn_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_C_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_C_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_C_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_C_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Cn_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Cn_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Cn_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Cn_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Cn_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Cn_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Co_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Cn_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Co_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Cn_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Co_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Co_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Co_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Co_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Co_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Co_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Co_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Co_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Co_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Co_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Co_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Co_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Co_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] re2c-3.1/test/encodings/unicode_group_Cs_8_encoding_policy_fail.c:1:89: error: syntax error [syntaxError] encodings/unicode_group_Cs_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Cs_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] re2c-3.1/test/encodings/unicode_group_Cs_u_encoding_policy_fail.c:1:89: error: syntax error [syntaxError] encodings/unicode_group_Cs_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Cs_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Cs_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Cs_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] re2c-3.1/test/encodings/unicode_group_Cs_x_encoding_policy_fail.c:1:89: error: syntax error [syntaxError] encodings/unicode_group_Cs_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Cs_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Cs_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Cs_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_L_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_L_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_L__8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_L_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_L__8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_L__8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_L__u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_L__u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_L__u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_L__u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_L__x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_L__x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_L__x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_L__x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_L__u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_L__u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_L__x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_L__x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Cn_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Cn_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Cn_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Cn_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_L_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_L_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_L_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_L_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_L_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_L_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Ll_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Ll_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_L_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_L_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Ll_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_L_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_L_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_L_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_L_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Ll_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Ll_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Ll_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Ll_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Ll_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Ll_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Lm_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Lm_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Lm_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Lm_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Lm_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Lm_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Lm_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Ll_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Ll_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Lm_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Lm_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Lm_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Lm_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Lm_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Lm_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Lo_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Lm_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Lm_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Lo_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Lo_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Ll_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Ll_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Ll_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Ll_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Lo_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Lo_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Lo_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Lo_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Lo_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Lo_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Lt_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Lt_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Lt_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Lo_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Lo_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Lt_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Lt_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Lt_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Lt_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Lt_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Lt_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Lt_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Lt_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Lt_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Lt_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Lt_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Lt_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Lu_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Lu_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Lu_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Lo_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Lo_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Lo_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Lo_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Lu_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Lu_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Lu_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Lu_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Lu_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Lu_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_M_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Lu_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Lu_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_M_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_M_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Lu_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Lu_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Lu_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Lu_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_M_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_M_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_M_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_M_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_M_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_M_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Mc_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Mc_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Mc_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_M_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_M_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_M_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_M_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_M_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_M_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Mc_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Mc_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Mc_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Mc_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Mc_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Mc_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Me_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Mc_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Mc_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Me_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Me_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Me_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Me_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Me_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Me_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Me_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Me_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Me_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Me_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Me_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Me_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Me_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Me_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Mn_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Mn_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Mn_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Mc_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Mc_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Mc_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Mc_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Mn_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Mn_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Mn_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Mn_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Mn_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Mn_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Mn_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Mn_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_N_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_N_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_N_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Mn_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Mn_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Mn_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Mn_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_N_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_N_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_N_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_N_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_N_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_N_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Nd_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Nd_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Nd_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_N_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_N_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_N_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_N_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Nd_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Nd_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Nd_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Nd_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Nd_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Nd_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Nd_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Nd_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Nl_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Nl_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Nl_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Nd_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Nd_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Nd_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Nd_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Nl_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Nl_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Nl_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Nl_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Nl_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Nl_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Nl_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Nl_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_No_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Nl_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Nl_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Nl_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Nl_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_No_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_No_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_N_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_N_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_No_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_No_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_No_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_No_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_No_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_No_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_No_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_No_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_P_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_P_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_P_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_No_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_No_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_No_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_No_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_P_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_P_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_P_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_P_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_P_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_P_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Pc_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Pc_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_P_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_P_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Pc_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Pc_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Pc_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Pc_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Pc_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_P_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Pc_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_P_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Pc_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Pc_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Pc_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Pd_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Pd_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Pc_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Pc_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Pc_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Pc_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Pd_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Pd_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Pd_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Pd_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Pd_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Pd_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Pd_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Pd_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Pd_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Pd_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Pd_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Pd_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Pd_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Pe_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Pe_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Pe_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_P_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_P_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Pe_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Pe_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Pe_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Pe_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Pe_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Pe_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Pf_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Pf_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Pf_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Pf_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Pf_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Pf_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Pf_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Pe_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Pe_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Pf_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Pf_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Pf_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Pf_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Pe_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Pe_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Pe_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Pf_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Pe_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Pf_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Pi_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Pi_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Pi_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Pf_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Pf_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Pi_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Pi_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Pi_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Pi_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Pi_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Pi_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Pi_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Pi_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Po_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Po_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Po_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Pi_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Pi_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Pi_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Pi_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Po_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Po_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Po_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Po_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Po_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Po_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Po_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Po_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Ps_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Ps_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Ps_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Po_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Po_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Ps_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Ps_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Ps_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Ps_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Ps_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Ps_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Po_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Po_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_S_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_S_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_S_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Ps_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Ps_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Ps_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Ps_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Ps_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Ps_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_S_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_S_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_S_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_S_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_S_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_S_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Sc_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Sc_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Sc_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_S_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_S_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Sc_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Sc_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Sc_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_S_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Sc_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_S_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Sc_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Sc_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Sc_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Sc_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Sc_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Sc_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Sk_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Sk_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Sk_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Sc_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Sc_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Sk_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Sk_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Sk_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Sk_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Sk_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Sk_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Sk_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Sk_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Sk_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Sk_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Sm_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Sm_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Sm_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Sk_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Sk_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_S_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_S_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Sm_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Sm_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Sm_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Sm_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Sm_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Sm_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_So_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_So_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_So_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Sm_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Sm_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Sm_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Sm_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Sm_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Sm_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_So_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_So_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_So_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_So_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_So_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_So_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Z_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Z_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Z_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_So_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_So_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_So_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_So_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Z_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Z_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Z_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Z_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Z_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Z_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Z_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Z_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Zl_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Z_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Z_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Zl_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Zl_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Z_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Z_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Zl_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Zl_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Zl_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Zl_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Zl_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Zl_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Zl_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Zl_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Zl_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Zl_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Zl_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Zp_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Zl_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Zp_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Zp_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Zp_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Zp_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Zp_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Zp_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Zp_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Zp_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Zp_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Zp_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Zp_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Zp_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Zp_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Zp_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Zs_8_encoding_policy_fail.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Zs_8_encoding_policy_ignore.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Zs_8_encoding_policy_substitute.re:24:2: error: Code 're2c::utf8' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_Zs_u_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Zs_u_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Zs_u_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Zs_u_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Zs_u_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Zs_u_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Zs_x_encoding_policy_fail.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Zs_x_encoding_policy_fail.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Zs_x_encoding_policy_ignore.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Zs_x_encoding_policy_ignore.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/unicode_group_Zs_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] encodings/unicode_group_Zs_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] encodings/utf32_0x10000.re:5:68: error: syntax error [syntaxError] encodings/utf8-range_0x00_0x7f.re:5:75: error: syntax error [syntaxError] encodings/utf8-full_range-2.re:11:72: error: syntax error [syntaxError] encodings/utf8-range_0x100000_0x10ffff.re:5:83: error: syntax error [syntaxError] encodings/utf8-range_0x10000_0x3ffff.re:5:81: error: syntax error [syntaxError] encodings/utf8-range_0x1000_0xffff.re:5:79: error: syntax error [syntaxError] encodings/utf8-range_0x40000_0xfffff.re:5:81: error: syntax error [syntaxError] encodings/utf8-range_0x800_0xfff.re:5:77: error: syntax error [syntaxError] encodings/utf8-range_0x80_0x7ff.re:5:76: error: syntax error [syntaxError] encodings/utf8-range_single_symbol.re:5:79: error: syntax error [syntaxError] re2c-3.1/test/eof/eof_00.c:47:27: error: Code 'input_t& in' is invalid C code. Use --std or --language to configure the language. [syntaxError] re2c-3.1/test/encodings/utf8_literals.c:435:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] re2c-3.1/test/encodings/utf8_literals.c:30:11: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] re2c-3.1/test/encodings/utf8_literals.c:34:11: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] re2c-3.1/test/encodings/utf8_literals.c:82:11: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] re2c-3.1/test/encodings/utf8_literals.c:112:11: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] re2c-3.1/test/encodings/utf8_literals.c:182:11: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] re2c-3.1/test/encodings/utf8_literals.c:186:11: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] re2c-3.1/test/encodings/utf8_literals.c:244:11: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] re2c-3.1/test/encodings/utf8_literals.c:248:11: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] re2c-3.1/test/encodings/utf8_literals.c:252:11: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] re2c-3.1/test/encodings/utf8_literals.c:256:11: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] re2c-3.1/test/encodings/utf8_literals.c:296:11: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] re2c-3.1/test/encodings/utf8_literals.c:312:11: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] re2c-3.1/test/encodings/utf8_literals.c:334:11: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] re2c-3.1/test/encodings/utf8_literals.c:25:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/utf8_literals.c:75:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/utf8_literals.c:78:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/utf8_literals.c:151:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/utf8_literals.c:178:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/utf8_literals.c:237:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/utf8_literals.c:240:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/utf8_literals.c:283:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/utf8_literals.c:286:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/utf8_literals.c:289:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/utf8_literals.c:292:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/utf8_literals.c:315:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/utf8_literals.c:330:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/utf8_literals.c:343:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/utf8_literals.c:435:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/eof/eof_01.c:46:27: error: Code 'input_t& in' is invalid C code. Use --std or --language to configure the language. [syntaxError] re2c-3.1/test/eof/eof_01_eager_skip.c:46:27: error: Code 'input_t& in' is invalid C code. Use --std or --language to configure the language. [syntaxError] re2c-3.1/test/eof/eof_02.c:46:27: error: Code 'input_t& in' is invalid C code. Use --std or --language to configure the language. [syntaxError] re2c-3.1/test/eof/eof_03.c:46:27: error: Code 'input_t& in' is invalid C code. Use --std or --language to configure the language. [syntaxError] re2c-3.1/test/eof/eof_04_8.c:50:27: error: Code 'input_t& in' is invalid C code. Use --std or --language to configure the language. [syntaxError] re2c-3.1/test/eof/eof_04_e.c:50:27: error: Code 'input_t& in' is invalid C code. Use --std or --language to configure the language. [syntaxError] re2c-3.1/test/eof/eof_04_u.c:50:27: error: Code 'input_t& in' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_So_x_encoding_policy_substitute.re:20:23: style: Variable 's_start' can be declared as pointer to const [constVariablePointer] re2c-3.1/test/eof/eof_04_w.c:50:27: error: Code 'input_t& in' is invalid C code. Use --std or --language to configure the language. [syntaxError] encodings/unicode_group_So_x_encoding_policy_substitute.re:7:42: style: Unused variable: YYMARKER [unusedVariable] re2c-3.1/test/eof/eof_04_x.c:50:27: error: Code 'input_t& in' is invalid C code. Use --std or --language to configure the language. [syntaxError] re2c-3.1/test/eof/eof_05.c:1:61: error: No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError] re2c-3.1/test/eof/eof_08_8.c:1:50: error: syntax error [syntaxError] re2c-3.1/test/eof/eof_08_x.c:1:50: error: syntax error [syntaxError] re2c-3.1/test/eof/eof_08_u.c:1:50: error: syntax error [syntaxError] re2c-3.1/test/eof/eof_09.c:8:9: error: Syntax Error: AST broken, 'switch' doesn't have two operands. [internalAstError] re2c-3.1/test/eof/eof_11_multiblock.c:6:47: error: Code 'int& count' is invalid C code. Use --std or --language to configure the language. [syntaxError] re2c-3.1/test/eof/eof_12_conditions.c:45:2: style: Variable 'cur' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/eof/eof_yyfill_naked_1.c:10:9: error: Syntax Error: AST broken, 'switch' doesn't have two operands. [internalAstError] re2c-3.1/test/eof/eof_yyfill_naked_2.c:7:9: error: Syntax Error: AST broken, 'switch' doesn't have two operands. [internalAstError] re2c-3.1/test/eof/nullable_loop.c:307:63: error: syntax error [syntaxError] re2c-3.1/test/eof/nonblocking_push.c:90:30: error: Code 'input_t& in' is invalid C code. Use --std or --language to configure the language. [syntaxError] re2c-3.1/test/eof/sentinel_01.c:1:92: error: syntax error [syntaxError] re2c-3.1/test/eof/sentinel_02.c:1:55: error: syntax error [syntaxError] re2c-3.1/test/eof/shadowrule_01.c:92:104: error: syntax error [syntaxError] re2c-3.1/test/eof/shadowrule_02_hoist.c:8:5: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] re2c-3.1/test/eof/shadowrule_03_hoist.c:74:109: error: syntax error [syntaxError] re2c-3.1/test/eof/shadowrule_04_hoist.c:59:109: error: syntax error [syntaxError] re2c-3.1/test/error10.c:1:46: error: syntax error [syntaxError] re2c-3.1/test/eof/utf8_any.c:265:39: error: AST broken, ternary operator missing operand(s) [internalAstError] re2c-3.1/test/error15.c:1:46: error: syntax error [syntaxError] re2c-3.1/test/error3.c:1:46: error: syntax error [syntaxError] re2c-3.1/test/flex_syntax/flex_syntax.c:439:90: error: syntax error [syntaxError] re2c-3.1/test/flex_syntax/namedef_error.c:1:55: error: syntax error [syntaxError] header/header_01.c:26:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] header/header_02.re:12:84: error: syntax error [syntaxError] header/header_01.c:21:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] header/header_01.c:26:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] header/header_03.c:18:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] header/header_03.c:18:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] header/header_03.c:17:10: style: Unused variable: yych [unusedVariable] include/include001.re:9:63: error: syntax error [syntaxError] include/include003.c:19:5: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] include/include002.c:16:5: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] re2c-3.1/test/include/include004_inline.c:26:111: error: syntax error [syntaxError] re2c-3.1/test/include/include005_redef_error.c:1:99: error: syntax error [syntaxError] include/include008_header.c:9:5: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] input2_b.re:7:53: error: syntax error [syntaxError] input3.re:7:51: error: syntax error [syntaxError] input2.re:7:51: error: syntax error [syntaxError] input4.re:11:92: error: syntax error [syntaxError] re2c-3.1/test/input4__empty_class_error.c:1:58: error: syntax error [syntaxError] input4__empty_class_match_empty.re:11:117: error: syntax error [syntaxError] input4__empty_class_match_none.re:11:116: error: syntax error [syntaxError] input6.re:10:92: error: syntax error [syntaxError] re2c-3.1/test/input6__empty_class_error.c:1:58: error: syntax error [syntaxError] input6__empty_class_match_empty.re:10:117: error: syntax error [syntaxError] input6__empty_class_match_none.re:10:88: error: syntax error [syntaxError] input_custom_default.c:152:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] input_custom_default.c:152:2: style: Variable 'cursor' is reassigned a value before the old one has been used. [redundantAssignment] input_custom_default.c:151:2: note: cursor is assigned input_custom_default.c:152:2: note: cursor is overwritten input_custom_default.c:28:2: style: Variable 'cursor' is assigned a value that is never used. [unreadVariable] input_custom_istringstream.re:6:5: error: Code 'std::streampos' is invalid C code. Use --std or --language to configure the language. [syntaxError] re2c-3.1/test/encodings/utf8_names.c:2974:11: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] layout/flex_braces.re:17:17: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError] input_custom_mjson.re:979:84: error: syntax error [syntaxError] e:3:52: error: syntax error [syntaxError] line-02.re:155:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] re2c-3.1/test/messages/error_block_start.c:1:156: error: syntax error [syntaxError] line-02.re:25:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] line-02.re:63:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] line-02.re:92:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] line-02.re:152:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] line-02.re:155:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/messages/error_block_start_ignore.c:1:142: error: syntax error [syntaxError] re2c-3.1/test/messages/error_block_start_getstate.c:1:191: error: syntax error [syntaxError] re2c-3.1/test/messages/error_block_start_max.c:1:186: error: syntax error [syntaxError] re2c-3.1/test/messages/error_block_start_maxnmatch.c:1:192: error: syntax error [syntaxError] re2c-3.1/test/messages/error_block_start_mtags.c:1:188: error: syntax error [syntaxError] re2c-3.1/test/messages/error_block_start_rules.c:1:164: error: syntax error [syntaxError] re2c-3.1/test/messages/error_block_start_stags.c:1:188: error: syntax error [syntaxError] re2c-3.1/test/messages/error_block_start_types.c:1:188: error: syntax error [syntaxError] re2c-3.1/test/messages/error_block_start_use.c:1:162: error: syntax error [syntaxError] re2c-3.1/test/messages/error_header_directive.c:1:167: error: syntax error [syntaxError] re2c-3.1/test/messages/error_include_directive.c:1:117: error: syntax error [syntaxError] re2c-3.1/test/messages/msg_00.c:18:61: error: syntax error [syntaxError] re2c-3.1/test/messages/msg_00_i_location_format_gnu.c:18:82: error: syntax error [syntaxError] re2c-3.1/test/messages/msg_02.c:51:61: error: syntax error [syntaxError] re2c-3.1/test/messages/msg_02_i_location_format_gnu.c:51:82: error: syntax error [syntaxError] re2c-3.1/test/messages/msg_04.c:1:82: error: syntax error: >) [syntaxError] re2c-3.1/test/messages/msg_05.c:1:86: error: syntax error: >) [syntaxError] re2c-3.1/test/messages/msg_07.c:1:100: error: syntax error: >) [syntaxError] re2c-3.1/test/messages/msg_08.c:1:85: error: syntax error: >) [syntaxError] re2c-3.1/test/messages/msg_09.c:1:98: error: syntax error: >) [syntaxError] re2c-3.1/test/messages/msg_10.c:1:73: error: syntax error: >) [syntaxError] re2c-3.1/test/messages/msg_12.c:6:5: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] re2c-3.1/test/messages/nullable.c:37:83: error: syntax error [syntaxError] newlines/nl_01.re:12:81: error: syntax error [syntaxError] main.c:96:14: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] main.c:217:14: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] main.re:83:17: style: Variable 'pzBacktrackInfo' can be declared as pointer to const [constVariablePointer] main.re:110:17: style: Variable 'pzBacktrackInfo' can be declared as pointer to const [constVariablePointer] main.re:136:9: style: Variable 'testStr' can be declared as const array [constVariable] main.re:145:88: error: Signed integer overflow for expression '(~progressAnd)+1'. [integerOverflow] main.re:199:88: error: Signed integer overflow for expression '(~progressAnd)+1'. [integerOverflow] main.re:224:88: error: Signed integer overflow for expression '(~progressAnd)+1'. [integerOverflow] re2c-3.1/test/overflow-2.c:1:47: error: syntax error [syntaxError] main.c:110:4: style: Variable 'pzCurScanPos' is assigned a value that is never used. [unreadVariable] main.c:115:4: style: Variable 'pzCurScanPos' is assigned a value that is never used. [unreadVariable] main.re:83:17: style: Variable 'pzBacktrackInfo' is assigned a value that is never used. [unreadVariable] main.c:231:4: style: Variable 'pzCurScanPos' is assigned a value that is never used. [unreadVariable] main.c:236:4: style: Variable 'pzCurScanPos' is assigned a value that is never used. [unreadVariable] main.re:110:17: style: Variable 'pzBacktrackInfo' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/overflow-3.c:1:47: error: syntax error [syntaxError] overflow-4.re:7:55: error: syntax error [syntaxError] push.re:73:1: error: Code 'classPushScanner{' is invalid C code. Use --std or --language to configure the language. [syntaxError] push_f.re:73:1: error: Code 'classPushScanner{' is invalid C code. Use --std or --language to configure the language. [syntaxError] push_fb.re:73:1: error: Code 'classPushScanner{' is invalid C code. Use --std or --language to configure the language. [syntaxError] push_fg.re:73:1: error: Code 'classPushScanner{' is invalid C code. Use --std or --language to configure the language. [syntaxError] push_fs.re:56:72: error: syntax error [syntaxError] real_world/c.re:261:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] real_world/cmmap.re:248:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] overflow-1.re:4:55: error: syntax error [syntaxError] real_world/cnokw.re:228:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] re2c-3.1/test/real_world/ninja_depfile_parser.c:20:1: error: Code 'DepfileParser::DepfileParser' is invalid C code. Use --std or --language to configure the language. [syntaxError] real_world/modula.re:192:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] re2c-3.1/test/real_world/ninja_lexer.c:63:1: error: Code 'Lexer::Lexer' is invalid C code. Use --std or --language to configure the language. [syntaxError] real_world/modula.c:72:40: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] real_world/modula.c:177:34: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] real_world/modula.c:274:39: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] real_world/modula.c:304:39: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] real_world/modula.c:418:34: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] real_world/modula.c:608:34: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] real_world/modula.c:632:34: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] real_world/modula.c:663:34: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] real_world/modula.c:1435:39: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] real_world/modula.c:2188:34: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] real_world/modula.c:4268:39: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement] re2c-3.1/test/encodings/utf8_names.c:47:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/encodings/utf8_names.c:6043:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/real_world/cpp.c:13063:3: error: Common realloc mistake: 'buffer' nulled but not freed upon failure [memleakOnRealloc] re2c-3.1/test/real_world/cpp.c:105:3: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] real_world/parse_date.re:1429:12: style: Condition 'e-s<1' is always true [knownConditionTrueFalse] real_world/parse_date.re:1426:26: note: Assuming that condition 'e>s' is not redundant real_world/parse_date.re:1429:12: note: Condition 'e-s<1' is always true real_world/parse_date_b.re:1429:12: style: Condition 'e-s<1' is always true [knownConditionTrueFalse] real_world/parse_date_b.re:1426:26: note: Assuming that condition 'e>s' is not redundant real_world/parse_date_b.re:1429:12: note: Condition 'e-s<1' is always true real_world/parse_date.re:352:38: style: Parameter 's' can be declared as pointer to const [constParameterPointer] real_world/parse_date.re:362:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date.re:362:16: style: Variable 'end' can be declared as pointer to const [constVariablePointer] real_world/parse_date.re:397:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date.re:397:16: style: Variable 'end' can be declared as pointer to const [constVariablePointer] real_world/parse_date.re:441:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date.re:441:23: style: Variable 'end' can be declared as pointer to const [constVariablePointer] real_world/parse_date.re:475:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date.re:475:23: style: Variable 'end' can be declared as pointer to const [constVariablePointer] real_world/parse_date.re:508:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date.re:508:23: style: Variable 'end' can be declared as pointer to const [constVariablePointer] real_world/parse_date.re:547:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date.re:547:23: style: Variable 'end' can be declared as pointer to const [constVariablePointer] real_world/parse_date.re:632:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date.re:632:23: style: Variable 'end' can be declared as pointer to const [constVariablePointer] real_world/parse_date.re:634:27: style: Variable 'tp' can be declared as pointer to const [constVariablePointer] real_world/parse_date_g.c:785:9: error: syntax error [syntaxError] real_world/parse_date_b.re:352:38: style: Parameter 's' can be declared as pointer to const [constParameterPointer] real_world/parse_date_b.re:362:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date_b.re:362:16: style: Variable 'end' can be declared as pointer to const [constVariablePointer] real_world/parse_date_b.re:397:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date_b.re:397:16: style: Variable 'end' can be declared as pointer to const [constVariablePointer] real_world/parse_date_b.re:441:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date_b.re:441:23: style: Variable 'end' can be declared as pointer to const [constVariablePointer] real_world/parse_date_b.re:475:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date_b.re:475:23: style: Variable 'end' can be declared as pointer to const [constVariablePointer] real_world/parse_date_b.re:508:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date_b.re:508:23: style: Variable 'end' can be declared as pointer to const [constVariablePointer] real_world/parse_date_b.re:547:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date_b.re:547:23: style: Variable 'end' can be declared as pointer to const [constVariablePointer] real_world/parse_date_b.re:632:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date_b.re:632:23: style: Variable 'end' can be declared as pointer to const [constVariablePointer] real_world/parse_date_b.re:634:27: style: Variable 'tp' can be declared as pointer to const [constVariablePointer] real_world/parse_date_1_78.re:1517:3: style: Variable 's->time->have_relative' is reassigned a value before the old one has been used. [redundantAssignment] real_world/parse_date_1_78.re:1516:3: note: s->time->have_relative is assigned real_world/parse_date_1_78.re:1517:3: note: s->time->have_relative is overwritten real_world/parse_date_1_78.c:6364:12: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] real_world/parse_date_1_78.c:9828:12: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] real_world/parse_date_1_78.c:18141:12: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] real_world/parse_date_1_78.c:18885:12: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] real_world/parse_date_1_78.c:19297:13: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] real_world/parse_date_1_78.c:19322:13: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] real_world/parse_date_1_78.c:19446:12: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] real_world/parse_date_1_78.c:19644:12: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] re2c-3.1/test/real_world/php20140822_zend_language_scanner.c:80:0: error: #error ZEND_MMAP_AHEAD should be greater than or equal to YYMAXFILL [preprocessorErrorDirective] re2c-3.1/test/real_world/php20150211_json_scanner.c:106:12: error: syntax error [syntaxError] real_world/parse_date_db.re:1469:12: style: Condition 'e-s<1' is always true [knownConditionTrueFalse] real_world/parse_date_db.re:1466:26: note: Assuming that condition 'e>s' is not redundant real_world/parse_date_db.re:1469:12: note: Condition 'e-s<1' is always true real_world/parse_date_db.c:6089:12: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] real_world/parse_date_db.c:9146:12: style: Checking if unsigned expression 'yych' is less than zero. [unsignedLessThanZero] re2c-3.1/test/real_world/php20150211_parse_date.c:861:9: error: syntax error [syntaxError] re2c-3.1/test/real_world/php20150211_parse_iso_intervals.c:295:9: error: syntax error [syntaxError] re2c-3.1/test/real_world/php20150211_pdo_sql_parser.c:832:83: error: syntax error [syntaxError] real_world/parse_date_1_78.re:336:43: style: Parameter 'error' can be declared as pointer to const [constParameterPointer] real_world/parse_date_1_78.re:345:41: style: Parameter 'error' can be declared as pointer to const [constParameterPointer] real_world/parse_date_1_78.re:354:47: style: Parameter 'error' can be declared as pointer to const [constParameterPointer] real_world/parse_date_1_78.re:354:60: style: Parameter 'sptr' can be declared as pointer to const [constParameterPointer] real_world/parse_date_1_78.re:354:72: style: Parameter 'cptr' can be declared as pointer to const [constParameterPointer] real_world/parse_date_1_78.re:363:45: style: Parameter 'error' can be declared as pointer to const [constParameterPointer] real_world/parse_date_1_78.re:363:58: style: Parameter 'sptr' can be declared as pointer to const [constParameterPointer] real_world/parse_date_1_78.re:363:70: style: Parameter 'cptr' can be declared as pointer to const [constParameterPointer] real_world/parse_date_1_78.re:428:38: style: Parameter 's' can be declared as pointer to const [constParameterPointer] real_world/parse_date_1_78.re:438:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date_1_78.re:438:16: style: Variable 'end' can be declared as pointer to const [constVariablePointer] real_world/parse_date_1_78.re:473:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date_1_78.re:473:16: style: Variable 'end' can be declared as pointer to const [constVariablePointer] real_world/parse_date_1_78.re:522:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date_1_78.re:522:23: style: Variable 'end' can be declared as pointer to const [constVariablePointer] real_world/parse_date_1_78.re:556:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date_1_78.re:556:23: style: Variable 'end' can be declared as pointer to const [constVariablePointer] real_world/parse_date_1_78.re:589:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date_1_78.re:589:23: style: Variable 'end' can be declared as pointer to const [constVariablePointer] real_world/parse_date_1_78.re:635:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date_1_78.re:635:23: style: Variable 'end' can be declared as pointer to const [constVariablePointer] real_world/parse_date_1_78.re:729:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date_1_78.re:729:23: style: Variable 'end' can be declared as pointer to const [constVariablePointer] re2c-3.1/test/real_world/php20150211_pdo_sql_parser_trimmed.c:78:9: error: syntax error [syntaxError] re2c-3.1/test/real_world/php20150211_phar_path_check.c:235:84: error: syntax error [syntaxError] re2c-3.1/test/real_world/php20150211_phpdbg_lexer.c:51:15: error: syntax error [syntaxError] re2c-3.1/test/real_world/php20150211_url_scanner_ex.c:526:10: error: syntax error [syntaxError] re2c-3.1/test/real_world/php20150211_var_unserializer.c:564:9: error: syntax error [syntaxError] re2c-3.1/test/real_world/php20150211_zend_ini_scanner.c:74:0: error: #error ZEND_MMAP_AHEAD should be greater than YYMAXFILL [preprocessorErrorDirective] re2c-3.1/test/real_world/php20150211_zend_ini_scanner_trimmed.c:2833:194: error: syntax error [syntaxError] re2c-3.1/test/real_world/php20150211_zend_ini_scanner_trimmed_ic_flex_syntax.c:3296:181: error: syntax error [syntaxError] real_world/rexx.re:322:82: error: syntax error [syntaxError] re2c-3.1/test/real_world/php20150211_zend_language_scanner.c:80:0: error: #error ZEND_MMAP_AHEAD should be greater than or equal to YYMAXFILL [preprocessorErrorDirective] re2c-3.1/test/real_world/rexx__empty_class_error.c:2:69: error: syntax error [syntaxError] real_world/rexx__empty_class_match_none.re:323:86: error: syntax error [syntaxError] real_world/rexx__empty_class_match_empty.re:322:107: error: syntax error [syntaxError] real_world/scanner.re:29:1: error: Code 'namespacere2c{' is invalid C code. Use --std or --language to configure the language. [syntaxError] real_world/scanner_fs.re:29:1: error: Code 'namespacere2c{' is invalid C code. Use --std or --language to configure the language. [syntaxError] re2c-3.1/test/real_world/scanner_re2c_default.c:29:1: error: Code 'namespacere2c{' is invalid C code. Use --std or --language to configure the language. [syntaxError] re2c-3.1/test/real_world/scanner_re2c.c:29:1: error: Code 'namespacere2c{' is invalid C code. Use --std or --language to configure the language. [syntaxError] repeater.re:37:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] real_world/parse_date_s.re:1429:12: style: Condition 'e-s<1' is always true [knownConditionTrueFalse] real_world/parse_date_s.re:1426:26: note: Assuming that condition 'e>s' is not redundant real_world/parse_date_s.re:1429:12: note: Condition 'e-s<1' is always true real_world/scanner_s.re:29:1: error: Code 'namespacere2c{' is invalid C code. Use --std or --language to configure the language. [syntaxError] repeater.c:33:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable] repeater.c:39:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable] repeater.c:63:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable] repeater.c:83:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable] repeater.c:104:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable] repeater.c:123:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable] repeater2.re:45:54: error: syntax error [syntaxError] reuse/inline_use_conditions.c:29:9: error: Syntax Error: AST broken, 'switch' doesn't have two operands. [internalAstError] reuse/inline_use_merge_blocks.re:122:117: error: syntax error [syntaxError] re2c-3.1/test/reuse/named_blocks_01.c:15:9: error: Syntax Error: AST broken, 'switch' doesn't have two operands. [internalAstError] re2c-3.1/test/reuse/named_blocks_error_dup_name.c:1:93: error: syntax error [syntaxError] re2c-3.1/test/reuse/namedef_scope_01.c:14:5: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] re2c-3.1/test/reuse/namedef_scope_05.c:14:5: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] re2c-3.1/test/reuse/repeat-01.c:194:79: error: syntax error [syntaxError] re2c-3.1/test/reuse/repeat-02.c:194:79: error: syntax error [syntaxError] re2c-3.1/test/reuse/repeat-03.c:193:79: error: syntax error [syntaxError] re2c-3.1/test/reuse/repeat-04.c:73:80: error: syntax error [syntaxError] re2c-3.1/test/reuse/repeat-05.c:20:1: style: Label 'yyc_c1' is not used. [unusedLabel] re2c-3.1/test/reuse/repeat-05.c:18:7: warning:inconclusive: Found suspicious operator '*', result is not used. [constStatement] re2c-3.1/test/reuse/repeat-05.c:15:15: style: Variable 'yyctable' can be declared as const array [constVariable] re2c-3.1/test/reuse/repeat-05.c:14:10: style: Unused variable: yych [unusedVariable] re2c-3.1/test/reuse/repeat-06.c:205:61: error: syntax error [syntaxError] re2c-3.1/test/reuse/repeat-07.c:209:61: error: syntax error [syntaxError] re2c-3.1/test/reuse/repeat-07_default.c:14:10: error: syntax error [syntaxError] re2c-3.1/test/reuse/repeat-09.c:10:8: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] re2c-3.1/test/reuse/reuse_and_states.c:8:9: error: Syntax Error: AST broken, 'switch' doesn't have two operands. [internalAstError] re2c-3.1/test/reuse/reuse_conds_default_0.c:187:91: error: syntax error [syntaxError] re2c-3.1/test/reuse/reuse_conds_default_1.c:196:91: error: syntax error [syntaxError] re2c-3.1/test/reuse/reuse_conds_setup_0.c:189:89: error: syntax error [syntaxError] re2c-3.1/test/reuse/reuse_conds_setup_1.c:205:89: error: syntax error [syntaxError] re2c-3.1/test/reuse/reuse_conds_setup_1_cgir_eager_skip.c:193:105: error: syntax error [syntaxError] re2c-3.1/test/reuse/reuse_mixed_blocks_01.c:6:5: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] re2c-3.1/test/reuse/reuse_mixed_blocks_02.c:6:5: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] re2c-3.1/test/reuse/reuse_mixed_blocks_04.c:11:9: error: Syntax Error: AST broken, 'switch' doesn't have two operands. [internalAstError] re2c-3.1/test/segfault_full_range_star.c:52:81: error: syntax error [syntaxError] simple_default.c:32:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable] simple_default.re:4:7: style: Unused variable: q [unusedVariable] simple.c:32:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable] simple.re:4:7: style: Unused variable: q [unusedVariable] re2c-3.1/test/skeleton/control_flow_fail.c:236:63: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError] re2c-3.1/test/skeleton/control_flow_ok.c:222:63: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError] re2c-3.1/test/skeleton/control_flow_yymarker_ok.c:230:84: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError] re2c-3.1/test/skeleton/control_flow_yymarker_fail.c:238:84: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError] re2c-3.1/test/skeleton/control_flow_yymarker_yyaccept_fail.c:267:126: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError] re2c-3.1/test/skeleton/control_flow_yymarker_yyaccept_ok.c:259:126: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError] re2c-3.1/test/skeleton/input_custom_default.c:342:21: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError] re2c-3.1/test/skeleton/php20150211_phar_path_check.c:383:13: error: The code contains unhandled character(s) (character code=128). Neither unicode nor extended ascii is supported. [syntaxError] re2c-3.1/test/skeleton/php20150211_url_scanner_ex.c:1540:42: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError] re2c-3.1/test/skeleton/repeat-07_default.c:708:21: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError] real_world/parse_date_db.re:329:43: style: Parameter 'error' can be declared as pointer to const [constParameterPointer] real_world/parse_date_db.re:338:41: style: Parameter 'error' can be declared as pointer to const [constParameterPointer] real_world/parse_date_db.re:370:38: style: Parameter 's' can be declared as pointer to const [constParameterPointer] real_world/parse_date_db.re:380:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date_db.re:380:16: style: Variable 'end' can be declared as pointer to const [constVariablePointer] real_world/parse_date_db.re:415:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date_db.re:415:16: style: Variable 'end' can be declared as pointer to const [constVariablePointer] real_world/parse_date_db.re:459:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date_db.re:459:23: style: Variable 'end' can be declared as pointer to const [constVariablePointer] real_world/parse_date_db.re:493:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date_db.re:493:23: style: Variable 'end' can be declared as pointer to const [constVariablePointer] real_world/parse_date_db.re:526:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date_db.re:526:23: style: Variable 'end' can be declared as pointer to const [constVariablePointer] real_world/parse_date_db.re:565:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date_db.re:565:23: style: Variable 'end' can be declared as pointer to const [constVariablePointer] real_world/parse_date_db.re:650:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date_db.re:650:23: style: Variable 'end' can be declared as pointer to const [constVariablePointer] real_world/parse_date_db.re:652:27: style: Variable 'tp' can be declared as pointer to const [constVariablePointer] re2c-3.1/test/skeleton/unicode_any.c:217:3: error: The code contains unhandled character(s) (character code=216). Neither unicode nor extended ascii is supported. [syntaxError] re2c-3.1/test/skeleton/unicode_any_i8_skeleton.c:869:21: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError] re2c-3.1/test/skeleton/unicode_any_iu_skeleton.c:206:10: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError] strip_002.re:91:20: style: Parameter 's' can be declared as pointer to const [constParameterPointer] re2c-3.1/test/tags/ambiguity/alt0.c:14:85: error: syntax error [syntaxError] re2c-3.1/test/tags/ambiguity/alt1.c:19:4: error: syntax error [syntaxError] re2c-3.1/test/tags/ambiguity/alt2.c:20:4: error: syntax error [syntaxError] re2c-3.1/test/tags/ambiguity/cat1.c:39:104: error: syntax error [syntaxError] re2c-3.1/test/tags/ambiguity/cat3.c:228:114: error: syntax error [syntaxError] strip_003.re:98:20: style: Parameter 's' can be declared as pointer to const [constParameterPointer] re2c-3.1/test/tags/ambiguity/cat4.c:45:104: error: syntax error [syntaxError] re2c-3.1/test/tags/ambiguity/iter.c:106:87: error: syntax error [syntaxError] re2c-3.1/test/tags/bench_http_simple.c:2397:110: error: syntax error [syntaxError] re2c-3.1/test/tags/bench_http_rfc7230.c:13269:111: error: syntax error [syntaxError] re2c-3.1/test/tags/bench_uri_rfc3986.c:7944:109: error: syntax error [syntaxError] re2c-3.1/test/tags/bench_uri_simple.c:1383:107: error: syntax error [syntaxError] re2c-3.1/test/tags/cond_star2.c:160:125: error: syntax error [syntaxError] re2c-3.1/test/tags/conf1_i_tags_input_custom.c:46:2: style: Variable 's' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/tags/conf1.c:39:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/tags/conf2.c:66:27: error: Code 'input_t& in' is invalid C code. Use --std or --language to configure the language. [syntaxError] re2c-3.1/test/tags/conf3.c:281:1: error: Code 'tags_t::tags_t' is invalid C code. Use --std or --language to configure the language. [syntaxError] re2c-3.1/test/tags/conf3_i_tags_input_custom.c:303:1: error: Code 'tags_t::tags_t' is invalid C code. Use --std or --language to configure the language. [syntaxError] re2c-3.1/test/tags/conf2_i_tags_input_custom.c:66:27: error: Code 'input_t& in' is invalid C code. Use --std or --language to configure the language. [syntaxError] re2c-3.1/test/tags/copy_coalescing1.c:95:89: error: syntax error [syntaxError] re2c-3.1/test/tags/copy_coalescing1_nofix.c:102:95: error: syntax error [syntaxError] re2c-3.1/test/tags/copy_coalescing2.c:88:88: error: syntax error [syntaxError] re2c-3.1/test/tags/copy_save.c:57:99: error: syntax error [syntaxError] re2c-3.1/test/tags/counter1.c:119:99: error: syntax error [syntaxError] re2c-3.1/test/tags/dedup2.c:17:97: error: syntax error [syntaxError] re2c-3.1/test/tags/dedup2_i.c:17:99: error: syntax error [syntaxError] re2c-3.1/test/tags/dedup4.c:6:5: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] re2c-3.1/test/tags/exponential_bottoms.c:60:91: error: syntax error [syntaxError] re2c-3.1/test/tags/dedup5.c:13:5: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] re2c-3.1/test/tags/fallback1.c:76:82: error: syntax error [syntaxError] re2c-3.1/test/tags/fallback2.c:62:82: error: syntax error [syntaxError] re2c-3.1/test/tags/fallback5.c:68:81: error: syntax error [syntaxError] re2c-3.1/test/tags/fallback6.c:107:81: error: syntax error [syntaxError] re2c-3.1/test/tags/fix2.c:19:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/tags/fix2_trail.c:19:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/tags/fix3.c:129:77: error: syntax error [syntaxError] re2c-3.1/test/tags/fix3_trail.c:167:83: error: syntax error [syntaxError] re2c-3.1/test/tags/fix2_trail_i_tags_input_custom.c:28:2: style: Variable 's' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/tags/fix3_trail_i_tags.c:129:90: error: syntax error [syntaxError] re2c-3.1/test/tags/fix4.c:19:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/tags/fix4_trail.c:19:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/tags/fix4_trail_i_tags_input_custom.c:28:2: style: Variable 's' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/tags/fix5.c:24:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/tags/fix5_trail.c:24:2: style: Variable 'YYCURSOR' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/tags/fix5_trail_i_tags_input_custom.c:32:2: style: Variable 's' is assigned a value that is never used. [unreadVariable] re2c-3.1/test/tags/interference.c:73:84: error: syntax error [syntaxError] re2c-3.1/test/tags/map_ord2.c:84:98: error: syntax error [syntaxError] re2c-3.1/test/tags/map_ord1.c:46:98: error: syntax error [syntaxError] re2c-3.1/test/tags/skip_tags_disorder.c:48:89: error: syntax error [syntaxError] re2c-3.1/test/tags/minimization.c:10:5: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] re2c-3.1/test/tags/tags_in_trail.c:51:85: error: syntax error [syntaxError] re2c-3.1/test/tags/topsort1.c:63:98: error: syntax error [syntaxError] re2c-3.1/test/tags/tags_in_trail_fixed.c:8:5: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] re2c-3.1/test/tags/topsort2.c:58:98: error: syntax error [syntaxError] re2c-3.1/test/tags/twopass.c:169:97: error: syntax error [syntaxError] re2c-3.1/test/tags/twopass_nofix.c:211:103: error: syntax error [syntaxError] re2c-3.1/test/tags/uniq.c:51:94: error: syntax error [syntaxError] re2c-3.1/test/tags/uniq_nofix.c:56:100: error: syntax error [syntaxError] re2c-3.1/test/wunreachable_rules.c:111:106: error: syntax error [syntaxError] re2c-3.1/test/yyaccept_initial.c:62:84: error: syntax error [syntaxError] re2c-3.1/test/yyaccept_missing.c:167:108: error: syntax error [syntaxError] re2c-3.1/test/yyaccept_missing_bci_eager_skip.c:157:123: error: syntax error [syntaxError] real_world/parse_date_s.re:352:38: style: Parameter 's' can be declared as pointer to const [constParameterPointer] real_world/parse_date_s.re:362:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date_s.re:362:16: style: Variable 'end' can be declared as pointer to const [constVariablePointer] real_world/parse_date_s.re:397:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date_s.re:397:16: style: Variable 'end' can be declared as pointer to const [constVariablePointer] real_world/parse_date_s.re:441:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date_s.re:441:23: style: Variable 'end' can be declared as pointer to const [constVariablePointer] real_world/parse_date_s.re:475:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date_s.re:475:23: style: Variable 'end' can be declared as pointer to const [constVariablePointer] real_world/parse_date_s.re:508:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date_s.re:508:23: style: Variable 'end' can be declared as pointer to const [constVariablePointer] real_world/parse_date_s.re:547:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date_s.re:547:23: style: Variable 'end' can be declared as pointer to const [constVariablePointer] real_world/parse_date_s.re:632:8: style: Variable 'begin' can be declared as pointer to const [constVariablePointer] real_world/parse_date_s.re:632:23: style: Variable 'end' can be declared as pointer to const [constVariablePointer] real_world/parse_date_s.re:634:27: style: Variable 'tp' can be declared as pointer to const [constVariablePointer] diff: 2.13.0 re2c-3.1/src/adfa/adfa.cc:353:34: style:inconclusive: Boolean expression 'have_fallback_states' is used in bitwise operation. [bitwiseOnBoolean] head re2c-3.1/src/dfa/dead_rules.cc:69:12: style:inconclusive: Member variable 'RevDfa::nstates' uses an uninitialized argument 'states' due to the order of declarations. [initializerList] re2c-3.1/src/dfa/dead_rules.cc:75:11: note: Member variable 'RevDfa::nstates' uses an uninitialized argument 'states' due to the order of declarations. re2c-3.1/src/dfa/dead_rules.cc:69:12: note: Member variable 'RevDfa::nstates' uses an uninitialized argument 'states' due to the order of declarations. 2.13.0 re2c-3.1/test/config/autogen/fill_sigil_eof_r.c:13:9: error: Syntax Error: AST broken, 'switch' doesn't have two operands. [internalAstError] head re2c-3.1/test/config/autogen/fill_sigil_eof_r.c:45:5: error: syntax error [syntaxError] DONE