fehler137: tarval module does not model the explicit leading 1 for long double on...
authorChristoph Mallon <christoph.mallon@gmx.de>
Sat, 23 Aug 2008 13:20:45 +0000 (13:20 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sat, 23 Aug 2008 13:20:45 +0000 (13:20 +0000)
[r21383]

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

diff --git a/ir/be/test/fehler137.c b/ir/be/test/fehler137.c
new file mode 100644 (file)
index 0000000..170dd16
--- /dev/null
@@ -0,0 +1,7 @@
+long double ld = 1;
+
+int main(void)
+{
+       printf("%Lf (1.000000)\n", ld);
+       return 0;
+}