tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] 60_errors_and_warnings.c is broken on Windows by recent c


From: Christian Jullien
Subject: [Tinycc-devel] 60_errors_and_warnings.c is broken on Windows by recent changes
Date: Mon, 15 Feb 2021 07:41:13 +0100

Hi all,

 

Running test suite on tcc Windows port (mob) I now get:

 

--- 60_errors_and_warnings.expect       2021-02-15 07:31:20.768517400 +0100

+++ 60_errors_and_warnings.output       2021-02-15 07:33:06.316877600 +0100

@@ -65,121 +65,3 @@

60_errors_and_warnings.c:138: error: redeclaration of 'L'

 

[test_abstract_decls]

-60_errors_and_warnings.c:148: error: identifier expected

-

-[test_invalid_1]

-60_errors_and_warnings.c:153: error: identifier expected

-

-[test_invalid_2]

-60_errors_and_warnings.c:156: error: ';' expected (got "{")

-

-[test_invalid_3]

-60_errors_and_warnings.c:160: error: ',' expected (got "a")

-

-[test_invalid_4]

-60_errors_and_warnings.c:164: error: division by zero in constant

-

-[test_conflicting_types]

-60_errors_and_warnings.c:170: error: incompatible types for redefinition of 'i'

-

-[test_nested_types]

-60_errors_and_warnings.c:177: error: struct/union/enum already defined

-

-[test_vla_1]

-60_errors_and_warnings.c:184: error: need explicit inner array size in VLAs

-

-[test_invalid_alignas]

-60_errors_and_warnings.c:188: error: identifier expected

-

-[test_static_assert]

-60_errors_and_warnings.c:194: error: ONE is not 1

-

-[test_static_assert_2]

-60_errors_and_warnings.c:198: error: 0 is 0

-

-[test_static_assert_c2x]

-60_errors_and_warnings.c:202: error: _Static_assert fail

-

-[test_void_array]

-60_errors_and_warnings.c:205: error: declaration of an array of incomplete type elements

-

-[test_incomplete_enum_array]

-60_errors_and_warnings.c:208: error: declaration of an array of incomplete type elements

-

-[test_incomplete_struct_array]

-60_errors_and_warnings.c:211: error: declaration of an array of incomplete type elements

-

-[test_const_fun_array]

-60_errors_and_warnings.c:215: error: declaration of an array of functions

-

-[test_incomplete_array_array]

-

-[test_extern_array]

-60_errors_and_warnings.c:231: error: incompatible types for redefinition of 'x'

-

-[test_func_1]

-hello: a = 123

-

-[test_func_2]

-hello: a = 123

-

-[test_func_3]

-60_errors_and_warnings.c:261: warning: static storage ignored for redefinition of 'hello'

-hello: a = 123

-

-[test_func_4]

-hello: a = 123

-

-[test_func_5]

-60_errors_and_warnings.c:261: error: incompatible types for redefinition of 'hello'

-

-[test_func_6]

-60_errors_and_warnings.c:249: error: function without file scope cannot be static

-

-[test_var_1]

-main : 1 ; 1

-main : 2 ; 2

-bar  : 3 ; 3

-

-[test_var_2]

-main : 1 ; 1

-main : 2 ; 2

-bar  : 3 ; 3

-

-[test_var_3]

-60_errors_and_warnings.c:293: error: incompatible types for redefinition of 'xxx'

-

-[test_var_4]

-

-[test_long_double_type_for_win32]

-60_errors_and_warnings.c:324: warning: assignment from incompatible pointer type

-

-[test_stray_backslash]

-60_errors_and_warnings.c:330: error: stray '\' in program

-

-[test_stray_backslash2]

-\n

-

-[test_var_array]

-60_errors_and_warnings.c:345: error: flexible array has zero size in this context

-

-[test_var_array2]

-60_errors_and_warnings.c:355: error: flexible array has zero size in this context

-

-[test_default_int_type]

-60_errors_and_warnings.c:359: warning: type defaults to int

-

-[test_invalid_global_stmtexpr]

-60_errors_and_warnings.c:363: error: statement _expression_ outside of function

-

-[test_invalid_tokckill]

-60_errors_and_warnings.c:366: error: ';' expected (got "3")

-

-[test_duplicate_member]

-60_errors_and_warnings.c:372: error: duplicate member 'a'

-

-[test_duplicate_member_anon]

-60_errors_and_warnings.c:385: error: duplicate member 'd'

-

-[test_conflicting_array_definition]

-60_errors_and_warnings.c:390: error: incompatible types for redefinition of 'array'

make[2]: *** [Makefile:127: 60_errors_and_warnings.test] Error 1


reply via email to

[Prev in Thread] Current Thread [Next in Thread]