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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[15 Regression]             |[15 Regression]
                   |incompatible types when     |plugin-nvptx.c contains
                   |returning type '_Bool' but  |invalid C23 code in it,
                   |'struct ptx _device *' was  |treating false as nullptr
                   |expected                    |
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2024-11-16
           Keywords|                            |build
   Target Milestone|---                         |15.0
             Status|UNCONFIRMED                 |NEW

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
s/false/nullptr/ should fix this I think. or using NULL. Depending on if this
will ever compile with something pre C23 or not.

Reply via email to