math: handle __builtin_types_compatible_p()
commit2cbec5ff4b0cedc67a321c14a784180afed51139
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 14 Apr 2016 09:44:49 +0000 (14 12:44 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 14 Apr 2016 09:44:49 +0000 (14 12:44 +0300)
tree708d386b344bb1127a4c8b5f40934c9a37519287
parentc29b4e3e01f0c73ffea8830e287b529224ff80ad
math: handle __builtin_types_compatible_p()

This is a GCC extension that lets you know if two types are the same.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_math.c