public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-6913] Fix dumping of VEC_WIDEN_{PLUS,MINUS}_{LO,HI}_EXPR
@ 2021-01-26 13:36 Richard Biener
  0 siblings, 0 replies; only message in thread
From: Richard Biener @ 2021-01-26 13:36 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:5bbc80d0e40b6770b61c471ab40a839e255618f9

commit r11-6913-g5bbc80d0e40b6770b61c471ab40a839e255618f9
Author: Richard Biener <rguenther@suse.de>
Date:   Tue Jan 26 13:51:50 2021 +0100

    Fix dumping of VEC_WIDEN_{PLUS,MINUS}_{LO,HI}_EXPR
    
    This avoids dumping them as <<< ??? >>>.
    
    2021-01-26  Richard Biener  <rguenther@suse.de>
    
            * gimple-pretty-print.c (dump_binary_rhs): Handle
            VEC_WIDEN_{PLUS,MINUS}_{LO,HI}_EXPR.

Diff:
---
 gcc/gimple-pretty-print.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gcc/gimple-pretty-print.c b/gcc/gimple-pretty-print.c
index 1096f7b8dbe..0ef01e6420b 100644
--- a/gcc/gimple-pretty-print.c
+++ b/gcc/gimple-pretty-print.c
@@ -458,6 +458,10 @@ dump_binary_rhs (pretty_printer *buffer, const gassign *gs, int spc,
     case VEC_PACK_FLOAT_EXPR:
     case VEC_WIDEN_LSHIFT_HI_EXPR:
     case VEC_WIDEN_LSHIFT_LO_EXPR:
+    case VEC_WIDEN_PLUS_HI_EXPR:
+    case VEC_WIDEN_PLUS_LO_EXPR:
+    case VEC_WIDEN_MINUS_HI_EXPR:
+    case VEC_WIDEN_MINUS_LO_EXPR:
     case VEC_SERIES_EXPR:
       for (p = get_tree_code_name (code); *p; p++)
 	pp_character (buffer, TOUPPER (*p));


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-26 13:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-26 13:36 [gcc r11-6913] Fix dumping of VEC_WIDEN_{PLUS,MINUS}_{LO,HI}_EXPR Richard Biener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).