From d1c33b5ebf87791fc91ed052ce6e940555cd932a Mon Sep 17 00:00:00 2001 From: mmitchel Date: Fri, 25 May 2001 09:12:37 +0000 Subject: [PATCH] New test git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-3_0-branch@42569 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/gcc.c-torture/compile/20010525-1.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 gcc/testsuite/gcc.c-torture/compile/20010525-1.c diff --git a/gcc/testsuite/gcc.c-torture/compile/20010525-1.c b/gcc/testsuite/gcc.c-torture/compile/20010525-1.c new file mode 100644 index 00000000000..2e4ae382ab9 --- /dev/null +++ b/gcc/testsuite/gcc.c-torture/compile/20010525-1.c @@ -0,0 +1,6 @@ +static int kind_varread(char *str) +{ + if (0 == memcmp("%_#", str, 3)) return 2; + /* NOTREACHED */ +} + -- 2.11.4.GIT