From patchwork Wed Sep 22 23:59:47 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 65478 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]) by ozlabs.org (Postfix) with SMTP id 5ED10B70DA for ; Thu, 23 Sep 2010 09:59:55 +1000 (EST) Received: (qmail 19050 invoked by alias); 22 Sep 2010 23:59:53 -0000 Received: (qmail 19039 invoked by uid 22791); 22 Sep 2010 23:59:53 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from vexpert.dbai.tuwien.ac.at (HELO vexpert.dbai.tuwien.ac.at) (128.131.111.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 22 Sep 2010 23:59:47 +0000 Received: from acrux.dbai.tuwien.ac.at (acrux.dbai.tuwien.ac.at [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id ADEF61E04F; Thu, 23 Sep 2010 01:59:42 +0200 (CEST) Date: Thu, 23 Sep 2010 01:59:47 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, Uros Bizjak Subject: [wwwdocs] gcc-4.6/changes.html and __float128 improvements Message-ID: User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 X-IsSubscribed: yes 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 This tries to document some of the other nice work Uros has done lately. I am not completely sure on contents, please let me know what to add or change in case. Thanks, Gerald Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v retrieving revision 1.43 diff -u -3 -p -r1.43 changes.html --- changes.html 22 Sep 2010 23:48:43 -0000 1.43 +++ changes.html 22 Sep 2010 23:58:27 -0000 @@ -254,6 +254,8 @@ -fomit-frame-pointer. The default can be reverted to -fno-omit-frame-pointer by configuring GCC with the --enable-frame-pointer configure option. +
  • Darwin, FreeBSD, MinGW and Cygwin now all support + __float128 on 32-bit x86 targets.
  • MIPS