mes/scaffold/tinycc
Jan Nieuwenhuizen c3f27804f6
tests: Remove tinycc-imported non-free grep test.
* scaffold/tinycc/46_grep.c: Remove.
* scaffold/tinycc/46_grep.expect: Remove.
2018-06-01 15:35:05 +02:00
..
00_assignment.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
00_assignment.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
01_comment.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
01_comment.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
02_printf.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
02_printf.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
03_struct.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
03_struct.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
04_for.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
04_for.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
05_array.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
05_array.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
06_case.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
06_case.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
07_function.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
07_function.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
08_while.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
08_while.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
09_do_while.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
09_do_while.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
10_pointer.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
10_pointer.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
11_precedence.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
11_precedence.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
12_hashdefine.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
12_hashdefine.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
13_integer_literals.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
13_integer_literals.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
14_if.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
14_if.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
15_recursion.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
15_recursion.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
16_nesting.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
16_nesting.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
17_enum.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
17_enum.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
18_include.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
18_include.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
18_include.h mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
19_pointer_arithmetic.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
19_pointer_arithmetic.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
20_pointer_comparison.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
20_pointer_comparison.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
21_char_array.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
21_char_array.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
22_floating_point.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
22_floating_point.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
23_type_coercion.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
23_type_coercion.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
24_math_library.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
24_math_library.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
25_quicksort.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
25_quicksort.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
26_character_constants.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
26_character_constants.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
27_sizeof.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
27_sizeof.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
28_strings.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
28_strings.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
29_array_address.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
29_array_address.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
30_hanoi.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
30_hanoi.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
31_args.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
31_args.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
32_led.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
32_led.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
33_ternary_op.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
33_ternary_op.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
34_array_assignment.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
34_array_assignment.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
35_sizeof.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
35_sizeof.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
36_array_initialisers.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
36_array_initialisers.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
37_sprintf.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
37_sprintf.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
38_multiple_array_index.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
38_multiple_array_index.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
39_typedef.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
39_typedef.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
40_stdio.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
40_stdio.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
41_hashif.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
41_hashif.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
42_function_pointer.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
42_function_pointer.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
43_void_param.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
43_void_param.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
44_scoped_declarations.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
44_scoped_declarations.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
45_empty_for.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
45_empty_for.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
47_switch_return.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
47_switch_return.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
48_nested_break.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
48_nested_break.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
49_bracket_evaluation.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
49_bracket_evaluation.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
50_logical_second_arg.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
50_logical_second_arg.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
51_static.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
51_static.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
52_unnamed_enum.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
52_unnamed_enum.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
54_goto.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
54_goto.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
55_lshift_type.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
55_lshift_type.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
56_btype_excess-1.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
56_btype_excess-1.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
57_btype_excess-2.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
57_btype_excess-2.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
58_function_redefinition.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
58_function_redefinition.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
59_function_array.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
59_function_array.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
60_enum_redefinition.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
60_enum_redefinition.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
61_undefined_enum.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
61_undefined_enum.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
62_enumerator_redefinition.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
62_enumerator_redefinition.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
63_local_enumerator_redefinition.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
63_local_enumerator_redefinition.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
64_macro_nesting.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
64_macro_nesting.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
67_macro_concat.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
67_macro_concat.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
70_floating_point_literals.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
70_floating_point_literals.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
71_macro_empty_arg.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
71_macro_empty_arg.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
72_long_long_constant.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
72_long_long_constant.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
73_arm64.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
73_arm64.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
74_nocode_wanted.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
74_nocode_wanted.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
75_array_in_struct_init.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
75_array_in_struct_init.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
76_dollars_in_identifiers.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
76_dollars_in_identifiers.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
77_push_pop_macro.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
77_push_pop_macro.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
78_vla_label.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
78_vla_label.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
79_vla_continue.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
79_vla_continue.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
80_flexarray.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
80_flexarray.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
81_types.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
81_types.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
82_attribs_position.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
82_attribs_position.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
83_utf8_in_identifiers.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
83_utf8_in_identifiers.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
84_hex-float.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
84_hex-float.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
85_asm-outside-function.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
85_asm-outside-function.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
86_memory-model.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
86_memory-model.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
87_dead_code.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
87_dead_code.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
88_codeopt.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
88_codeopt.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
89_nocode_wanted.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
89_nocode_wanted.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
90_struct-init.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
90_struct-init.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
91_ptr_longlong_arith32.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
91_ptr_longlong_arith32.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
92_enum_bitfield.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
92_enum_bitfield.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
93_integer_promotion.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
93_integer_promotion.expect mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
COPYING mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
LICENSE mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00