From 35ef5847b11141fa07adac32a9b6e3ea5da1287e Mon Sep 17 00:00:00 2001 From: No Author Date: Sun, 21 Mar 2004 16:29:02 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create branch 'gcc-3_3-branch'. From-SVN: r79785 --- gcc/testsuite/gcc.c-torture/compile/pr13889.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr13889.c diff --git a/gcc/testsuite/gcc.c-torture/compile/pr13889.c b/gcc/testsuite/gcc.c-torture/compile/pr13889.c new file mode 100644 index 000000000000..d14bc9ac5429 --- /dev/null +++ b/gcc/testsuite/gcc.c-torture/compile/pr13889.c @@ -0,0 +1,7 @@ +/* PR target/13889 */ +struct { long long a; } *p; +void initNetFlowFunct(void) { + unsigned int b = (unsigned int)-1; + p->a = b; +} + -- 2.47.2