From owner-cvs-all@FreeBSD.ORG Fri Sep 3 23:44:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A584416A4CE; Fri, 3 Sep 2004 23:44:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86AF143D54; Fri, 3 Sep 2004 23:44:09 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i83Ni9Bx059468; Fri, 3 Sep 2004 23:44:09 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i83Ni9n7059467; Fri, 3 Sep 2004 23:44:09 GMT (envelope-from stefanf) Message-Id: <200409032344.i83Ni9n7059467@repoman.freebsd.org> From: Stefan Farfeleder Date: Fri, 3 Sep 2004 23:44:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/include tgmath.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Sep 2004 23:44:09 -0000 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