re PR target/27946 (double to long long and back to double stores to the stack)
authorAndrew Pinski <pinskia@gcc.gnu.org>
Fri, 21 Mar 2008 22:18:23 +0000 (15:18 -0700)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Fri, 21 Mar 2008 22:18:23 +0000 (15:18 -0700)
2008-03-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR target/27946
        * config/rs6000/rs6000.md (floatdidf2): Discouraging fprs and
        encouraging but not allowing gprs for input;
        change the input constraint to !f#r.
        (fix_truncdfdi2): Discouraging fprs and encouraging but not allowing
        gprs for output;
        change the output constraint to !f#r.

2008-03-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR target/27946
        * gcc.target/powerpc/ppc64-double-1.c: New testcase.

From-SVN: r133439

gcc/ChangeLog
gcc/testsuite/ChangeLog

index b26a46ac24ed96e214d0baedb4b43e4cb5913541..5927c951c4783b9add58b9d588bad8a69e5d6fa2 100644 (file)
@@ -1,6 +1,6 @@
 2008-03-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
 
-       PR target/27947
+       PR target/27946
        * config/rs6000/rs6000.md (floatdidf2): Discouraging fprs and
        encouraging but not allowing gprs for input;
        change the input constraint to !f#r.
index 9b650a55e00bca6f1fc75da0760a47cac1065c5c..cf0b277edacc80fc3cba4e7045cfc40031c690df 100644 (file)
@@ -1,6 +1,6 @@
 2008-03-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
 
-       PR target/27947
+       PR target/27946
        * gcc.target/powerpc/ppc64-double-1.c: New testcase.
 
 2008-03-21  Thomas Koenig  <tkoenig@gcc.gnu.org>