This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[testsuite,committed] ad PR52641 skip more tests on int16


http://gcc.gnu.org/viewcvs/gcc?view=revision&revision=201123

Applied this skip for int16 platforms that will obviously fail there.

Johann

	PR testsuite/52641
	* gcc.c-torture/execute/pr57124.x: Skip int16 platforms.
	* gcc.c-torture/execute/pr53366-1.x: New: Skip int16 platforms.

Index: gcc.c-torture/execute/pr57124.x
===================================================================
--- gcc.c-torture/execute/pr57124.x     (revision 201119)
+++ gcc.c-torture/execute/pr57124.x     (working copy)
@@ -1,2 +1,9 @@
+load_lib target-supports.exp
+
 set additional_flags "-fno-strict-overflow"
+
+if { [check_effective_target_int16] } {
+       return 1
+}
+
 return 0
Index: gcc.c-torture/execute/pr53366-1.x
===================================================================
--- gcc.c-torture/execute/pr53366-1.x   (revision 0)
+++ gcc.c-torture/execute/pr53366-1.x   (revision 0)
@@ -0,0 +1,7 @@
+load_lib target-supports.exp
+
+if { [check_effective_target_int16] } {
+       return 1
+}
+
+return 0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]