Commit df9e39b1 by Richard Biener Committed by Richard Biener

re PR fortran/84000 (ICE in replace_loop_annotate, at tree-cfg.c:352)

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
parent 97c07987
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> 2018-01-23 Jan Hubicka <hubicka@ucw.cz>
* cfgcleanup.c (try_crossjump_to_edge): Use combine_with_count * cfgcleanup.c (try_crossjump_to_edge): Use combine_with_count
......
...@@ -347,6 +347,7 @@ replace_loop_annotate (void) ...@@ -347,6 +347,7 @@ replace_loop_annotate (void)
case annot_expr_unroll_kind: case annot_expr_unroll_kind:
case annot_expr_no_vector_kind: case annot_expr_no_vector_kind:
case annot_expr_vector_kind: case annot_expr_vector_kind:
case annot_expr_parallel_kind:
break; break;
default: default:
gcc_unreachable (); gcc_unreachable ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment