Skip to content

scanner: Add more float types

Emmanuele Bassi requested to merge ebassi/issue-384 into master

The scanner is chocking on the __float80 and __float128 types that are provided by GCC as extensions to ISO/IEC TS 18661-3:2015:

https://gcc.gnu.org/onlinedocs/gcc/Floating-Types.html

Fixes: #384 (closed)

Merge request reports