source: EcnlProtoTool/trunk/tcc-0.9.27/tests/tests2/60_errors_and_warnings.expect@ 331

Last change on this file since 331 was 331, checked in by coas-nagasima, 6 years ago

prototoolに関連するプロジェクトをnewlibからmuslを使うよう変更・更新
ntshellをnewlibの下位の実装から、muslのsyscallの実装に変更・更新
以下のOSSをアップデート
・mruby-1.3.0
・musl-1.1.18
・onigmo-6.1.3
・tcc-0.9.27
以下のOSSを追加
・openssl-1.1.0e
・curl-7.57.0
・zlib-1.2.11
以下のmrbgemsを追加
・iij/mruby-digest
・iij/mruby-env
・iij/mruby-errno
・iij/mruby-iijson
・iij/mruby-ipaddr
・iij/mruby-mock
・iij/mruby-require
・iij/mruby-tls-openssl

File size: 858 bytes
Line 
1[test_56_btype_excess_1]
260_errors_and_warnings.c:2: error: too many basic types
3
4[test_57_btype_excess_2]
560_errors_and_warnings.c:5: error: too many basic types
6
7[test_58_function_redefinition]
860_errors_and_warnings.c:9: error: redefinition of 'f'
9
10[test_global_redefinition]
1160_errors_and_warnings.c:14: error: redefinition of 'xxx'
12
13[test_59_function_array]
1460_errors_and_warnings.c:17: error: declaration of an array of functions
15
16[test_60_enum_redefinition]
1760_errors_and_warnings.c:21: error: struct/union/enum already defined
18
19[test_62_enumerator_redefinition]
2060_errors_and_warnings.c:26: error: redefinition of enumerator 'RED'
21
22[test_63_local_enumerator_redefinition]
23
24[test_61_undefined_enum]
2560_errors_and_warnings.c:46: error: unknown type size
26
27[test_74_non_const_init]
2860_errors_and_warnings.c:49: error: initializer element is not constant
Note: See TracBrowser for help on using the repository browser.