https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117445

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2024-11-05
     Ever confirmed|0                           |1
           Assignee|unassigned at gcc dot gnu.org      |pinskia at gcc dot 
gnu.org
             Status|UNCONFIRMED                 |ASSIGNED

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I will handle this.


      /* If we parsed a comparison or an identifier and the next token
         is a '?' then parse a conditional expression.  */
      if ((COMPARISON_CLASS_P (rhs.value)
           || SSA_VAR_P (rhs.value))
          && c_parser_next_token_is (parser, CPP_QUERY))

That is no longer valid for gimple.

Reply via email to