fehler60: Endless loop in frontend while constructing binary float operation with...
authorChristoph Mallon <christoph.mallon@gmx.de>
Sun, 5 Aug 2007 15:15:57 +0000 (15:15 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sun, 5 Aug 2007 15:15:57 +0000 (15:15 +0000)
[r15470]

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

diff --git a/ir/be/test/fehler60.c b/ir/be/test/fehler60.c
new file mode 100644 (file)
index 0000000..2bb1373
--- /dev/null
@@ -0,0 +1,10 @@
+float f(float x)
+{
+       return x * 2.0f;
+}
+
+
+int main(void)
+{
+       return 0;
+}