This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
In verify_expr we miss checking for COND_EXPR of is_gimple_condexpr. This patch adds that checking. I found this while working on my tree combiner and found we actually have a couple of places where we will abort because is_gimple_condexpr was not true for the COND_EXPR's operand.
Thanks, Andrew Pinski
* tree-cfg.c (verify_expr): Add checking for COND_EXPR's conditional expression.
Attachment:
temp.1.diff.txt
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |