Add end of comment marker in Wconversion-real.c

Nick Clifton nickc@redhat.com
Tue Apr 22 13:40:00 GMT 2008


Hi Guys,

  I am applying the patch below as an obvious fix to a add a missing
  end of comment marker in Wconversion-real.c.

Cheers
  Nick

gcc/testsuite/ChangeLog
2008-04-22  Nick Clifton  <nickc@redhat.com>

	* gcc.dg/Wconversion-real.c: Add missing end of comment marker.

Index: gcc/testsuite/gcc.dg/Wconversion-real.c
===================================================================
--- gcc/testsuite/gcc.dg/Wconversion-real.c	(revision 134552)
+++ gcc/testsuite/gcc.dg/Wconversion-real.c	(working copy)
@@ -1,6 +1,6 @@
 /* Test for diagnostics for Wconversion for floating-point.  */
 
-/* { dg-do compile }
+/* { dg-do compile } */
 /* { dg-options "-std=c99 -Wconversion" } */
 
 float  vfloat;



More information about the Gcc-patches mailing list