[Issue 24620] ImportC: Missing builtins floating point (GCC)
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sat Sep 21 01:25:28 UTC 2024
    
    
  
https://issues.dlang.org/show_bug.cgi?id=24620
Lance Bachmeier <lance at lancebachmeier.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lance at lancebachmeier.com
--- Comment #3 from Lance Bachmeier <lance at lancebachmeier.com> ---
I hit the same issue with C code calling na. Error message:
Error: undefined identifier `__builtin_isinf_sign`
Adding this to the top of the file fixed it:
typedef isinf __builtin_isinf_sign;
--
    
    
More information about the Digitalmars-d-bugs
mailing list