fehler157: Wrong mode for lower half of lowered 64bit Mul.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sat, 4 Oct 2008 12:59:55 +0000 (12:59 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sat, 4 Oct 2008 12:59:55 +0000 (12:59 +0000)
[r22468]

ir/be/test/fehler157.c [new file with mode: 0644]

diff --git a/ir/be/test/fehler157.c b/ir/be/test/fehler157.c
new file mode 100644 (file)
index 0000000..0c4eb13
--- /dev/null
@@ -0,0 +1,9 @@
+long long f(unsigned x, unsigned y)
+{
+       return (long long)x * y >> 32;
+}
+
+int main(void)
+{
+       return 0;
+}