OSDN Git Service

* gcc.dg/dfp/convert-int.c: Remove dg-do compile, fix comment.
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Nov 2006 18:37:48 +0000 (18:37 +0000)
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Nov 2006 18:37:48 +0000 (18:37 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119331 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/dfp/convert-int.c

index 50692a9..dd19759 100644 (file)
@@ -1,5 +1,7 @@
 2006-11-29  Janis Johnson  <janis187@us.ibm.com>
 
+       * gcc.dg/dfp/convert-int.c: Remove dg-do compile, fix comment.
+
        * gcc.dg/dfp/convert-bfp.c: Skip long double conversions.
 
 2006-11-29  Lee Millward  <lee.millward@codesourcery.com>
index bab2068..9e598e6 100644 (file)
@@ -1,7 +1,6 @@
-/* { dg-do compile } */
 /* { dg-options "-std=gnu99 -O0" } */
 
-/* N1150 5.1 Conversion between decimal floating integer.
+/* N1150 5.1 Conversion between decimal floating types and integer.
    C99 6.3.1.4(1a) New.  */
 
 extern void abort (void);