OSDN Git Service

PR middle-end/27328
[pf3gnuchains/gcc-fork.git] / gcc / tree-gimple.c
index 5edf558..7b52027 100644 (file)
@@ -224,6 +224,8 @@ is_gimple_stmt (tree t)
     case OMP_MASTER:
     case OMP_ORDERED:
     case OMP_CRITICAL:
+    case OMP_RETURN:
+    case OMP_CONTINUE:
       /* These are always void.  */
       return true;