From: Andrew Pinski Date: Fri, 21 Mar 2008 22:18:23 +0000 (-0700) Subject: re PR target/27946 (double to long long and back to double stores to the stack) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e8afc0cb111ebab17cb699d54342aa9a59639935;p=gcc.git re PR target/27946 (double to long long and back to double stores to the stack) 2008-03-21 Andrew Pinski 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 PR target/27946 * gcc.target/powerpc/ppc64-double-1.c: New testcase. From-SVN: r133439 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b26a46ac24e..5927c951c47 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,6 @@ 2008-03-21 Andrew Pinski - 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. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9b650a55e00..cf0b277edac 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,6 +1,6 @@ 2008-03-21 Andrew Pinski - PR target/27947 + PR target/27946 * gcc.target/powerpc/ppc64-double-1.c: New testcase. 2008-03-21 Thomas Koenig