OSDN Git Service

* config/sparc/sparc.c (sparc_emit_set_symbolic_const64): Compare
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / wtr-suffix-1.c
index 056dbb7..30e4959 100644 (file)
@@ -20,7 +20,7 @@ testfunc (void)
   f = 1.0L; /* { dg-warning "traditional C rejects the 'l' suffix" "numeric constant suffix" } */
   f = 1.0l; /* { dg-warning "traditional C rejects the 'l' suffix" "numeric constant suffix" } */
  
-#line 24 "sys-header.h" 3
+# 24 "sys-header.h" 3
 /* We are in system headers now, no -Wtraditional warnings should issue.  */
 
   i = 1L;