]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
This commit was manufactured by cvs2svn to create branch
authorNo Author <no-author@gcc.gnu.org>
Sun, 21 Mar 2004 16:29:02 +0000 (16:29 +0000)
committerNo Author <no-author@gcc.gnu.org>
Sun, 21 Mar 2004 16:29:02 +0000 (16:29 +0000)
'gcc-3_3-branch'.

From-SVN: r79785

gcc/testsuite/gcc.c-torture/compile/pr13889.c [new file with mode: 0644]

diff --git a/gcc/testsuite/gcc.c-torture/compile/pr13889.c b/gcc/testsuite/gcc.c-torture/compile/pr13889.c
new file mode 100644 (file)
index 0000000..d14bc9a
--- /dev/null
@@ -0,0 +1,7 @@
+/* PR target/13889 */
+struct { long long a; } *p;
+void initNetFlowFunct(void) {
+  unsigned int b = (unsigned int)-1;
+  p->a = b;
+}
+