Commit 2aaf32ab by Ulrich Drepper Committed by Ulrich Drepper

tree-dump.c (dequeue_and_dump): Print first tree operand for VIEW_CONVERT_EXPR.

2019-11-13  Ulrich Drepper  <drepper@redhat.com>

	* tree-dump.c (dequeue_and_dump): Print first tree operand
	for VIEW_CONVERT_EXPR.

From-SVN: r278146
parent 00be2a5f
2019-11-13 Ulrich Drepper <drepper@redhat.com>
* tree-dump.c (dequeue_and_dump): Print first tree operand
for VIEW_CONVERT_EXPR.
2019-11-13 Joseph Myers <joseph@codesourcery.com>
* ginclude/float.c [__STDC_VERSION__ > 201710L] (FLT_NORM_MAX,
......@@ -561,6 +561,7 @@ dequeue_and_dump (dump_info_p di)
case ADDR_EXPR:
case INDIRECT_REF:
case CLEANUP_POINT_EXPR:
case VIEW_CONVERT_EXPR:
case SAVE_EXPR:
case REALPART_EXPR:
case IMAGPART_EXPR:
......
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