]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.c-torture/execute/20190820-1.c: Fix typos.
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 20 Aug 2019 09:22:32 +0000 (09:22 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 20 Aug 2019 09:22:32 +0000 (09:22 +0000)
From-SVN: r274713

gcc/testsuite/gcc.c-torture/execute/20190820-1.c

index 5bb1451203b9db460f77cabe2b2fe44c2831bd5c..81a84629b6b268737ff5730cccc636b16b4b3903 100644 (file)
@@ -18,7 +18,7 @@ typedef u64 uint64_t;
 char hex_asc_upper[16];\r
 u16 decpair[100];\r
 \r
-static __attribute__((noinline, noclone))) void\r
+static __attribute__((noinline, noclone)) void\r
 put_dec_full4 (char *buf, unsigned r)\r
 {\r
  unsigned q;\r
@@ -28,7 +28,7 @@ put_dec_full4 (char *buf, unsigned r)
  *((u16 *)buf) = decpair[q];\r
 }\r
 \r
-static __attribute__((noinline, noclone))) unsigned\r
+static __attribute__((noinline, noclone)) unsigned\r
 put_dec_helper4 (char *buf, unsigned x)\r
 {\r
   uint32_t q = (x * (uint64_t)0x346DC5D7) >> 43;\r
@@ -36,7 +36,7 @@ put_dec_helper4 (char *buf, unsigned x)
   return q;\r
 }\r
 \r
-static __attribute__((noinline, noclone))) char *\r
+static __attribute__((noinline, noclone)) char *\r
 put_dec (char *buf, unsigned long long n)\r
 {\r
  uint32_t d3, d2, d1, q, h;\r
@@ -61,7 +61,7 @@ struct printf_spec {
  signed int precision:16;\r
 } __attribute__((__packed__));\r
 \r
-static __attribute__((noinline, noclone))) char *\r
+static __attribute__((noinline, noclone)) char *\r
 number (char *buf, char *end, unsigned long long num, struct printf_spec spec)\r
 {\r
 \r
@@ -94,7 +94,7 @@ number (char *buf, char *end, unsigned long long num, struct printf_spec spec)
  return buf;\r
 }\r
 \r
-static __attribute__((noinline, noclone))) char *\r
+static __attribute__((noinline, noclone)) char *\r
 pointer_string (char *buf, char *end, const void *ptr, struct printf_spec spec)\r
 {\r
  spec.base = 16;\r