From e8afc0cb111ebab17cb699d54342aa9a59639935 Mon Sep 17 00:00:00 2001 From: Andrew Pinski Date: Fri, 21 Mar 2008 15:18:23 -0700 Subject: [PATCH] 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 --- gcc/ChangeLog | 2 +- gcc/testsuite/ChangeLog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2