OSDN Git Service

PR target/34814
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Jan 2008 22:29:46 +0000 (22:29 +0000)
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Jan 2008 22:29:46 +0000 (22:29 +0000)
* gcc.target/powerpc/ppc32-abi-dfp-1.c: Enable checks that will fail
until 34814 is fixed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131611 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/ppc32-abi-dfp-1.c

index eb8a26c..b1e9857 100644 (file)
@@ -1,3 +1,9 @@
+2008-01-17  Janis Johnson  <janis187@us.ibm.com>
+
+       PR target/34814
+       * gcc.target/powerpc/ppc32-abi-dfp-1.c: Enable checks that will fail
+       until 34814 is fixed.
+
 2008-01-17  Andrew MacLeod  <amacleod@redhat.com>
 
        PR tree-optimization/34648
index 15f3372..82dce4e 100644 (file)
@@ -216,14 +216,11 @@ main ()
   func1 (1.dd, 2.dl, 3.dd, 4.dl, 5.dd, 6.dl, 7.dd, 8.dl);
   func2 (1.dl, 2.dd, 3.dl, 4.dd, 5.dl, 6.dd, 7.dl, 8.dd);
   func3 (1.dd, 2.dl, 3.dd, 4.dl, 5.dl);
-#if 0
-  /* _Decimal32 doesn't yet follow the ABI; enable this when it does.  */
   func4 (501.2df, 502.2df, 503.2df, 504.2df, 505.2df, 506.2df, 507.2df,
         508.2df, 509.2df, 510.2df, 511.2df, 512.2df, 513.2df, 514.2df,
         515.2df, 516.2df);
   func5 (601.2df, 602.2dd, 603.2dl, 604.2df, 605.2dd, 606.2dl,
         607.2df, 608.2dd, 609.2dl, 610.2df, 611.2dd, 612.2dl);
-#endif
 
   if (failcnt != 0)
     abort ();