Date: Fri, 3 Sep 2004 23:44:09 +0000 (UTC) From: Stefan Farfeleder <stefanf@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include tgmath.h Message-ID: <200409032344.i83Ni9n7059467@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
stefanf 2004-09-03 23:44:09 UTC FreeBSD src repository Modified files: include tgmath.h Log: Add a workaround to recognise I/_Complex_I as complex arguments. Although the GCC manual claims that the expression 1.0fi has type float _Complex, __builtin_types_compatible_p(float _Complex, __typeof__(1.0fi))) yields 0. Revision Changes Path 1.4 +2 -1 src/include/tgmath.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409032344.i83Ni9n7059467>