X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fgcc.c-torture%2Fcompile%2F20011106-2.c;fp=gcc%2Ftestsuite%2Fgcc.c-torture%2Fcompile%2F20011106-2.c;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=358f9d2ed492ac0a708f8a3bcb958df5c5c7350c;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/gcc.c-torture/compile/20011106-2.c b/gcc/testsuite/gcc.c-torture/compile/20011106-2.c deleted file mode 100644 index 358f9d2e..00000000 --- a/gcc/testsuite/gcc.c-torture/compile/20011106-2.c +++ /dev/null @@ -1,7 +0,0 @@ -/* Test the the type of a component of a conditional expression between - two structures is correct. */ -/* Origin: Joseph Myers . */ - -struct s { char c; } a, b; -int c; -char x[sizeof ((c ? a : b).c) == 1 ? 1 : -1];