[graphite] Remove semicolon after do {} while (0) in DEBUG_PRINT
authorTom de Vries <tom@codesourcery.com>
Sun, 5 Nov 2017 09:57:43 +0000 (09:57 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Sun, 5 Nov 2017 09:57:43 +0000 (09:57 +0000)
2017-11-05  Tom de Vries  <tom@codesourcery.com>

PR other/82784
* graphite-scop-detection.c (DEBUG_PRINT): Remove semicolon after
"do {} while (0)".

From-SVN: r254421

gcc/ChangeLog
gcc/graphite-scop-detection.c

index 5bc835140d161a992a49bf3e174885e68c8f2cd5..6930b6c8ac7f4f3a222b7b4eb69a62be54031c31 100644 (file)
@@ -1,3 +1,9 @@
+2017-11-05  Tom de Vries  <tom@codesourcery.com>
+
+       PR other/82784
+       * graphite-scop-detection.c (DEBUG_PRINT): Remove semicolon after
+       "do {} while (0)".
+
 2017-11-04  Michael Clark  <michaeljclark@mac.com>
 
        * config/riscv/riscv.c (riscv_print_operand): Add a 'i' format.
index c236556522ad15afbdc25f4a1dd3ca1cdff3315b..dd273a40f86539152e8cbd5ff573bb68221b62e4 100644 (file)
@@ -81,7 +81,7 @@ public:
 #define DEBUG_PRINT(args) do \
     {                                                          \
       if (dump_file && (dump_flags & TDF_DETAILS)) { args; }   \
-    } while (0);
+    } while (0)
 
 /* Pretty print to FILE all the SCoPs in DOT format and mark them with
    different colors.  If there are not enough colors, paint the