tree: 67d3c5f4ed7ee0beef01f871fae29fa7280e799e [path history] [tgz]
  1. add-driver-options-testlib.c
  2. all-non-failing-tests.h
  3. create-code-for-hello-world-executable.h
  4. harness.h
  5. jit.exp
  6. test-accessing-bitfield.c
  7. test-accessing-struct.c
  8. test-accessing-union.c
  9. test-add-driver-options.c
  10. test-alignment.c
  11. test-alignment.cc
  12. test-arith-overflow.c
  13. test-array-as-pointer.c
  14. test-arrays.c
  15. test-asm.c
  16. test-asm.cc
  17. test-autovectorize.c
  18. test-benchmark.c
  19. test-bitcast.c
  20. test-builtin-memcpy.c
  21. test-builtin-types.c
  22. test-builtin-unreachable.c
  23. test-calling-external-function.c
  24. test-calling-function-ptr.c
  25. test-cast.c
  26. test-combination.c
  27. test-compile-to-assembler.c
  28. test-compile-to-dynamic-library.c
  29. test-compile-to-executable.c
  30. test-compile-to-object.c
  31. test-compound-assignment.c
  32. test-constants.c
  33. test-debug-strings.c
  34. test-debuginfo.c
  35. test-dot-product.c
  36. test-empty.c
  37. test-error-adding-to-terminated-block.c
  38. test-error-array-as-pointer.c
  39. test-error-array-bounds.c
  40. test-error-bad-assignment.c
  41. test-error-bad-bitcast.c
  42. test-error-bad-bitcast2.c
  43. test-error-bad-cast.c
  44. test-error-block-in-wrong-function.c
  45. test-error-call-through-ptr-with-mismatching-args.c
  46. test-error-call-through-ptr-with-non-function.c
  47. test-error-call-through-ptr-with-non-pointer.c
  48. test-error-call-through-ptr-with-not-enough-args.c
  49. test-error-call-through-ptr-with-too-many-args.c
  50. test-error-call-with-mismatching-args.c
  51. test-error-call-with-not-enough-args.c
  52. test-error-call-with-too-many-args.c
  53. test-error-ctor-array-wrong-obj.c
  54. test-error-ctor-struct-too-big.c
  55. test-error-ctor-struct-wrong-field-obj.c
  56. test-error-ctor-struct-wrong-type.c
  57. test-error-ctor-struct-wrong-type2.c
  58. test-error-ctor-union-wrong-field-name.c
  59. test-error-dereference-field-of-non-pointer.c
  60. test-error-dereference-read-of-non-pointer.c
  61. test-error-dereferencing-void-ptr.c
  62. test-error-gcc_jit_block_end_with_switch-mismatching-case-type.c
  63. test-error-gcc_jit_block_end_with_switch-NULL-case.c
  64. test-error-gcc_jit_block_end_with_switch-overlapping-ranges.c
  65. test-error-gcc_jit_context_get_builtin_function-unimplemented-type.c
  66. test-error-gcc_jit_context_get_builtin_function-unknown-builtin.c
  67. test-error-gcc_jit_context_new_binary_op-bad-res-type.c
  68. test-error-gcc_jit_context_new_bitfield-invalid-type.c
  69. test-error-gcc_jit_context_new_bitfield-invalid-width.c
  70. test-error-gcc_jit_context_new_case-non-const-label.c
  71. test-error-gcc_jit_context_new_case-non-integer-type.c
  72. test-error-gcc_jit_context_new_case-reversed-endpoints.c
  73. test-error-gcc_jit_context_new_field-opaque-struct.c
  74. test-error-gcc_jit_context_new_global-opaque-struct.c
  75. test-error-gcc_jit_context_new_global-void-type.c
  76. test-error-gcc_jit_context_new_unary_op-bad-res-type.c
  77. test-error-gcc_jit_function_new_local-opaque-struct.c
  78. test-error-gcc_jit_function_new_local-void-type.c
  79. test-error-gcc_jit_lvalue_access_field-wrong-struct.c
  80. test-error-gcc_jit_lvalue_get_address-bitfield.c
  81. test-error-gcc_jit_rvalue_access_field-wrong-struct.c
  82. test-error-gcc_jit_rvalue_dereference_field-wrong-struct.c
  83. test-error-gcc_jit_timer_pop-mismatch.c
  84. test-error-gcc_jit_timer_pop-too-many.c
  85. test-error-gcc_jit_type_get_aligned-non-power-of-two.c
  86. test-error-gcc_jit_type_get_vector-bad-type.c
  87. test-error-gcc_jit_type_get_vector-non-power-of-two.c
  88. test-error-get-type-bad-enum.c
  89. test-error-global-already-init.c
  90. test-error-global-common-section.c
  91. test-error-global-init-too-small-array.c
  92. test-error-global-lvalue-init.c
  93. test-error-global-nonconst-init.c
  94. test-error-impossible-must-tail-call.c
  95. test-error-index-not-a-numeric-type.c
  96. test-error-local-used-from-other-function.c
  97. test-error-mismatching-types-in-assignment-fn-ptr.c
  98. test-error-mismatching-types-in-assignment-op.c
  99. test-error-mismatching-types-in-assignment.c
  100. test-error-mismatching-types-in-call.c
  101. test-error-missing-return.c
  102. test-error-new-binary-op-bad-op.c
  103. test-error-new-function-bad-kind.c
  104. test-error-new-unary-op-bad-op.c
  105. test-error-null-passed-to-api.c
  106. test-error-param-reuse.c
  107. test-error-param-sharing.c
  108. test-error-param-used-from-other-function.c
  109. test-error-param-used-without-a-function.c
  110. test-error-pr63969-missing-driver.c
  111. test-error-register-variable-bad-name.c
  112. test-error-register-variable-size-mismatch.c
  113. test-error-return-within-void-function.c
  114. test-error-unreachable-block.c
  115. test-error-unrecognized-dump.c
  116. test-error-unterminated-block.c
  117. test-error-value-not-a-numeric-type.c
  118. test-expressions.c
  119. test-extra-options.c
  120. test-factorial-must-tail-call.c
  121. test-factorial.c
  122. test-fibonacci.c
  123. test-functions.c
  124. test-fuzzer.c
  125. test-global-init-rvalue.c
  126. test-global-set-initializer.c
  127. test-hello-world.c
  128. test-link-section-assembler.c
  129. test-linked-list.c
  130. test-local-init-rvalue.c
  131. test-long-names.c
  132. test-long-string-literal.c
  133. test-nested-contexts.c
  134. test-nested-loops.c
  135. test-operator-overloading.cc
  136. test-pr103562.c
  137. test-pr66700-observing-write-through-ptr.c
  138. test-pr66779.c
  139. test-pr95306-builtin-types.c
  140. test-pr95314-rvalue-reuse.c
  141. test-quadratic.c
  142. test-quadratic.cc
  143. test-reading-struct.c
  144. test-reflection.c
  145. test-register-variable.c
  146. test-returning-function-ptr.c
  147. test-setting-alignment.c
  148. test-string-literal.c
  149. test-sum-of-squares.c
  150. test-switch.c
  151. test-switch.cc
  152. test-threads.c
  153. test-tls.c
  154. test-trap.c
  155. test-types.c
  156. test-using-global.c
  157. test-validly-unreachable-block.c
  158. test-vector-rvalues.cc
  159. test-vector-types.cc
  160. test-version.c
  161. test-volatile.c
  162. verify-dynamic-library.c