From owner-freebsd-current@FreeBSD.ORG Sun Aug 25 17:27:10 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F1C06CE6; Sun, 25 Aug 2013 17:27:09 +0000 (UTC) (envelope-from edschouten@gmail.com) Received: from mail-ve0-x234.google.com (mail-ve0-x234.google.com [IPv6:2607:f8b0:400c:c01::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 84C4E286E; Sun, 25 Aug 2013 17:27:09 +0000 (UTC) Received: by mail-ve0-f180.google.com with SMTP id pb11so1534524veb.25 for ; Sun, 25 Aug 2013 10:27:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=1mLuRBnKI+livrDmzutiZm202MdV30v4ZDJsh+YqD/E=; b=MyG89CwpW/Gm7p0S7cQcItWBjohu8Tj8YRyS5UjrBIpnweFCFLZdgh7mkkp/vqDxsa fJIQTufg43BJlUBG8L/zrzgxosjdQuLD6vBupTczBb+Qn0OGfXA1b6M2aSd+ennCxXNt 5Zj6kdmjYGXdjRNmd9kDnNJSurpxVC36Oq1gMFzIwSS1lXpA3xhRW63GdhR24KSBudJo nGKI7nmoME0ogdUFZ/Ob0pXSbd9FZCa+WfzHyKQx6HQLcarbmrufH6rhzMPUKm/4XU9u 8208G9xrPzvcouRLU3Qpha7BW1Ch1ZuaTk6A9tTWTE7dZHf7pRspYjed/uJ9B0na1wjA epuA== MIME-Version: 1.0 X-Received: by 10.58.208.130 with SMTP id me2mr10646209vec.13.1377451628565; Sun, 25 Aug 2013 10:27:08 -0700 (PDT) Sender: edschouten@gmail.com Received: by 10.220.115.206 with HTTP; Sun, 25 Aug 2013 10:27:08 -0700 (PDT) In-Reply-To: <1C36387A-B744-4E05-892E-AE2581D7E1ED@freebsd.org> References: <105E26EE-8471-49D3-AB57-FBE2779CF8D0@FreeBSD.org> <5217413A.9080105@passap.ru> <20130823111647.GT2951@home.opsec.eu> <521745F2.8050607@passap.ru> <20130824115158.GA88999@zxy.spb.ru> <20130824154217.GE3796@zxy.spb.ru> <20130824224204.GH3796@zxy.spb.ru> <20130824230615.GA55855@troutmask.apl.washington.edu> <1C36387A-B744-4E05-892E-AE2581D7E1ED@freebsd.org> Date: Sun, 25 Aug 2013 19:27:08 +0200 X-Google-Sender-Auth: z6sdrhT1CyRHIfUZtEwA02tKEeM Message-ID: Subject: Re: GCC withdraw From: Ed Schouten To: David Chisnall Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Current , toolchain@freebsd.org, Steve Kargl , Slawa Olhovchenkov , "Sam Fourman Jr." , Boris Samorodov X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2013 17:27:10 -0000 2013/8/25 David Chisnall : > Oh, and it's worth noting that clang, as an extension, supports using ini= tialiser lists to create complex values and so this particular case is triv= ial to avoid if you use this feature, which you will if you create complex = numbers using the macro that the C specification introduced specifically to= avoid this case. Or even better, use the C11 CMPLX()/CMPLXF()/CMPLXL() macros, which are properly supported by FreeBSD -HEAD. --=20 Ed Schouten