]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.dg/dfp/convert-int.c: Remove dg-do compile, fix comment.
authorJanis Johnson <janis187@us.ibm.com>
Wed, 29 Nov 2006 18:37:48 +0000 (18:37 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Wed, 29 Nov 2006 18:37:48 +0000 (18:37 +0000)
From-SVN: r119331

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

index 50692a919d5783e1c6f7ea784da457719535c709..dd19759f5c149cf6a8b986fa7d7cb8db621c4507 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 bab206836533a73abbd2f90b5fea4989a1e9fbea..9e598e6c78444751f9ee3fc53dc02f82b0043f45 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);