From 3397016bff4dd62706f7d807a5196e79ae9c30b6 Mon Sep 17 00:00:00 2001 From: camthesaxman Date: Thu, 30 Jan 2020 02:12:24 -0600 Subject: delete test suite --- gcc_arm/testsuite/gcc.c-torture/unsorted/i386bug.c | 51 ---------------------- 1 file changed, 51 deletions(-) delete mode 100755 gcc_arm/testsuite/gcc.c-torture/unsorted/i386bug.c (limited to 'gcc_arm/testsuite/gcc.c-torture/unsorted/i386bug.c') diff --git a/gcc_arm/testsuite/gcc.c-torture/unsorted/i386bug.c b/gcc_arm/testsuite/gcc.c-torture/unsorted/i386bug.c deleted file mode 100755 index 395bfa6..0000000 --- a/gcc_arm/testsuite/gcc.c-torture/unsorted/i386bug.c +++ /dev/null @@ -1,51 +0,0 @@ -typedef union { - struct { - long RH, LH; - } v; - struct { - unsigned char B1; - } u; -} twohalves; - - -typedef union { - long cint; - twohalves hhfield; - -} memoryword; - - -extern memoryword mem[262]; - -long znewstructure ( p ) -long p; -{ - long q, r; - { - q = mem [ p + 2 ] .hhfield .v.RH; - r = mem [ q + 1 ] .hhfield .v.LH; - do { - q = r; - r = mem [ r ] .hhfield .v.RH; - } while ( ! ( r == p ) ); - r = foo((long) ( 3 )); - mem [ q ] .hhfield .v.RH = r; - mem [ r + 2 ] = mem [ p + 2 ]; - if ( mem [ p + 2 ] .hhfield .v.LH == 0 ) - { - q = mem [ p + 2 ] .hhfield .v.RH + 1; - while ( mem [ q ] .hhfield .v.RH != p ) q = mem [ q ] .hhfield .v.RH; - mem [ q ] .hhfield .v.RH = r; - } - } - mem [ r ] .hhfield .u.B1 = mem [ p ] .hhfield .u.B1; - mem [ r + 1 ] .hhfield .v.LH = p; - - q = foo((long) ( 3 )); - - mem [ r + 1 ] .hhfield .v.RH = q; - mem [ q + 2 ] .hhfield .v.RH = r; - - - return(r); -} -- cgit v1.2.3