re PR fortran/84000 (ICE in replace_loop_annotate, at tree-cfg.c:352)
authorRichard Biener <rguenther@suse.de>
Wed, 24 Jan 2018 08:43:40 +0000 (08:43 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 24 Jan 2018 08:43:40 +0000 (08:43 +0000)
2018-01-24  Richard Biener  <rguenther@suse.de>

PR middle-end/84000
* tree-cfg.c (replace_loop_annotate): Handle annot_expr_parallel_kind.

From-SVN: r257011

gcc/ChangeLog
gcc/tree-cfg.c

index b3ebc9d..29177ab 100644 (file)
@@ -1,3 +1,8 @@
+2018-01-24  Richard Biener  <rguenther@suse.de>
+
+       PR middle-end/84000
+       * tree-cfg.c (replace_loop_annotate): Handle annot_expr_parallel_kind.
+
 2018-01-23  Jan Hubicka  <hubicka@ucw.cz>
 
        * cfgcleanup.c (try_crossjump_to_edge): Use combine_with_count
index eb7a89a..c5318b9 100644 (file)
@@ -347,6 +347,7 @@ replace_loop_annotate (void)
            case annot_expr_unroll_kind:
            case annot_expr_no_vector_kind:
            case annot_expr_vector_kind:
+           case annot_expr_parallel_kind:
              break;
            default:
              gcc_unreachable ();