RE: [PATCH v3] Var-Tracking: Typedef pointer_mux<tree_node, rtx_def> as decl_or_value

Bernhard Reutner-Fischer rep.dot.nop@gmail.com
Thu May 11 06:31:36 GMT 2023


On 11 May 2023 04:30:16 CEST, "Li, Pan2 via Gcc-patches" <gcc-patches@gcc.gnu.org> wrote:

>../../gcc/var-tracking.cc:3233:28: error: no match for 'operator!=' (operand types are 'rtx' {aka 'rtx_def*'} and 'decl_or_value' {aka 'pointer_mux<tree_node, rtx_def>'}).

Wouldn't you usually declare operator!= by !(left == right) ?
thanks,


More information about the Gcc-patches mailing list