tcc -MD: drop system includes and duplicates
[tinycc.git] / tests / tests2 / 96_nodata_wanted.expect
blob92dc9c4cc355c822756f805d702a32851ddeff70
1 [test_static_data_error]
2 96_nodata_wanted.c:7: error: initializer element is not computable at load time
4 [test_static_nodata_error]
5 96_nodata_wanted.c:14: error: initializer element is not computable at load time
7 [test_global_data_error]
8 96_nodata_wanted.c:20: error: initializer element is not computable at load time
10 [test_local_data_noerror]
11 96_nodata_wanted.c:25: warning: assignment makes integer from pointer without a cast
12 96_nodata_wanted.c:25: warning: cast between pointer and integer of different size
14 [test_data_suppression_off]
15 data:
16   8 - 8.0 - 8.0 - main - static string
17   333 44 555555 6 7
18 size of data/text:
19   non-zero/non-zero
21 [test_data_suppression_on]
22 size of data/text:
23   zero/zero
25 [test_static_data]
26 a = 1