From patchwork Fri Jul 3 01:39:05 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 490908 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 5522D1402B5 for ; Fri, 3 Jul 2015 11:39:13 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=nR9q4Z/O; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:in-reply-to:message-id:references :mime-version:content-type; q=dns; s=default; b=QrQmhDLeggSebk+F GT46OlDAed49BZ7h4lb+UukChA8wryNJy0OI1Vz5RuoxIRhYF4b18xORIudBwZ2m dpX84MqbKxRUv8tNJc93LO1KYy4AB4di8iuDtpJkIQMXh1ukoPIjFrgRs1g3W4Z1 CMgjCXDsHgg6zF5C8NdayPdOdGc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:in-reply-to:message-id:references :mime-version:content-type; s=default; bh=Xz6F/pd9b5fQd3RO0HehzF xFFkE=; b=nR9q4Z/OeYHpbQ5p25jJXGhPKPsKkw66pPtddvIcenK2ncFDX5tD44 18nRYg4sMmivs7rPYeSK9ZUXK/aQfeZs6AcMXO3sxyK2nAJcVwJ2e8ckZNX9gi54 GG8KpHBCabF5G3/atwIYC04W/I2usoGk9eR0IyQcVgRf8SjFsdVqU= Received: (qmail 99023 invoked by alias); 3 Jul 2015 01:39:05 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 99013 invoked by uid 89); 3 Jul 2015 01:39:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.3 required=5.0 tests=AWL, BAYES_50, SPF_PASS autolearn=ham version=3.3.2 X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 03 Jul 2015 01:39:03 +0000 Received: from tuna.dhcp.nue.suse.com (charybdis-ext.suse.de [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 18F5C3F44A; Thu, 2 Jul 2015 21:38:59 -0400 (EDT) Date: Fri, 3 Jul 2015 03:39:05 +0200 (CEST) From: Gerald Pfeifer To: Andreas Tobler cc: gcc-patches@gcc.gnu.org Subject: Re: [doc] invoke.texi: -mno-fancy-math-387 and FreeBSD In-Reply-To: <55959E37.6090300@FreeBSD.org> Message-ID: References: <55959E37.6090300@FreeBSD.org> MIME-Version: 1.0 X-IsSubscribed: yes On Thu, 2 Jul 2015, Andreas Tobler wrote: > Fine with me as far as I can decide/approve. Below the patch as I applied it. (I thought I had regenerated it before, but apparently not.) > At least for trunk. For 5.2, I guess you must hurry since Richi > wants to spin a candidate tomorrow. Good hint, thanks. Let me kick off another test; the devil never sleeps, as they say. > On 4.9, I can't decide since I have no idea about the release > planning. Have to inform myself. I tend to refer to https://gcc.gnu.org for release status. And usually "...and docs only" applies. :-) Gerald 2015-07-03 Gerald Pfeifer PR target/37072 * doc/invoke.texi (i386 and x86-64 Options): -mno-fancy-math-387 is not actually the default on FreeBSD. 2015-07-02 Bill Schmidt * config/rs6000/rs6000-builtin.def (CMPGE_16QI): New built-in Index: doc/invoke.texi =================================================================== --- doc/invoke.texi (revision 225361) +++ doc/invoke.texi (working copy) @@ -22570,7 +22570,7 @@ @opindex mno-fancy-math-387 Some 387 emulators do not support the @code{sin}, @code{cos} and @code{sqrt} instructions for the 387. Specify this option to avoid -generating those instructions. This option is the default on FreeBSD, +generating those instructions. This option is the default on OpenBSD and NetBSD@. This option is overridden when @option{-march} indicates that the target CPU always has an FPU and so the instruction does not need emulation. These