[PATCH] tree-optimization/107956 - ICE with NULL call LHS

2022-12-05 Thread rguenther--- via Gcc-patches
The following adds a missing check for a NULL call LHS in the vector pattern recognizer. Pushed as obvious. PR tree-optimization/107956 * tree-vect-patterns.cc (vect_recog_mask_conversion_pattern): Check for NULL LHS on masked loads. --- gcc/tree-vect-patterns.cc | 2 ++

[PATCH] plugins/107964 - install contracts.h

2022-12-05 Thread rguenther--- via Gcc-patches
contracts.h is included by cp-tree.h so needs to be installed for plugins. Pushed as onbvious. PR plugins/107964 gcc/cp/ * Make-lang.in (CP_PLUGIN_HEADERS): Install contracts.h --- gcc/cp/Make-lang.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/Make