[Bug c/64509] _Generic throws error in unselected generic association

mpolacek at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jan 14 14:59:00 GMT 2015


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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #5 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
(In reply to Martien de Jong from comment #4)
> BTW, I notice that
> 
> ./gcc/ginclude/tgmath.h
> 
> uses
> 
> __builtin_classify_type
> __builtin_types_compatible_p
> __builtin_choose_expr
> 
> Will it move to using _Generic() ?

I think it will over time (with a proper __GNUC_PREREQ guard).

Anyway, there is nothing to do for this bug, so closing.



More information about the Gcc-bugs mailing list