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

include
2017-07-26 11:36:07 +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
46_grep.c mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
46_grep.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