projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
330a968
)
* cfgexpand.c (expand_debug_expr): Do not ICE on SAD_EXPR.
author
Jan Hubicka
<hubicka@ucw.cz>
Fri, 6 Dec 2019 08:50:36 +0000
(09:50 +0100)
committer
Jan Hubicka
<hubicka@gcc.gnu.org>
Fri, 6 Dec 2019 08:50:36 +0000
(08:50 +0000)
From-SVN: r279035
gcc/ChangeLog
patch
|
blob
|
history
gcc/cfgexpand.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index e626e459c4a5110ed9b6049223466c840d24d7ee..9108027b334bd188b17c3624e7f3c9cbca5a06dc 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+2019-12-06 Jan Hubicka <hubicka@ucw.cz>
+
+ * cfgexpand.c (expand_debug_expr): Do not ICE on SAD_EXPR.
+
2019-12-06 Richard Biener <rguenther@suse.de>
* genmatch.c (c_expr::gen_transform): Emit newlines from line
diff --git
a/gcc/cfgexpand.c
b/gcc/cfgexpand.c
index bb31fef70143307380a48b8b7f4178a865e1a2c3..23ec2424f9daeda74a49eb2da69f3ff985dcd7eb 100644
(file)
--- a/
gcc/cfgexpand.c
+++ b/
gcc/cfgexpand.c
@@
-5190,6
+5190,7
@@
expand_debug_expr (tree exp)
case VEC_PERM_EXPR:
case VEC_DUPLICATE_EXPR:
case VEC_SERIES_EXPR:
+ case SAD_EXPR:
return NULL;
/* Misc codes. */