From patchwork Mon Oct 24 02:35:22 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 121264 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 55932B6F9B for ; Mon, 24 Oct 2011 13:35:33 +1100 (EST) Received: (qmail 2781 invoked by alias); 24 Oct 2011 02:35:30 -0000 Received: (qmail 2686 invoked by uid 22791); 24 Oct 2011 02:35:28 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 24 Oct 2011 02:35:14 +0000 Received: from [192.168.0.130] (vie-91-186-148-089.dsl.sil.at [91.186.148.89]) by ainaz.pair.com (Postfix) with ESMTPSA id 6CD123F40F; Sun, 23 Oct 2011 22:35:12 -0400 (EDT) Date: Mon, 24 Oct 2011 04:35:22 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org cc: Karl Berry Subject: [wwwdocs] Refer to GNU/Linux in the GCC 3.3 release notes Message-ID: 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 Original patch against the generated NEWS file by Karl Berry. Installed (and, yes, I updated the underlying PR 11137, too). Gerald Index: gcc-3.3/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.3/changes.html,v retrieving revision 1.56 diff -u -r1.56 changes.html --- gcc-3.3/changes.html 11 Jul 2010 20:37:31 -0000 1.56 +++ gcc-3.3/changes.html 24 Oct 2011 02:34:00 -0000 @@ -218,7 +218,7 @@
  • The 32-bit port now supports weak symbols under HP-UX 11.
  • The handling of initializers and finalizers has been improved under HP-UX 11. The 64-bit port no longer uses collect2.
  • -
  • Dwarf2 EH support has been added to the 32-bit linux port.
  • +
  • Dwarf2 EH support has been added to the 32-bit GNU/Linux port.
  • ABI fixes to correct the passing of small structures by value.
  • The SPARC, HP-PA, SH4, and x86/pentium ports have been converted to @@ -793,7 +793,7 @@
  • 11062 (libstdc++) avoid __attribute__ ((unused)); say "__unused__" instead
  • 11095 C++ iostream manipulator causes segfault when called with negative argument
  • 11098 g++ doesn't emit complete debugging information for local variables in destructors
  • -
  • 11137 Linux shared library constructors not called unless there's one global object
  • +
  • 11137 GNU/Linux shared library constructors not called unless there's one global object
  • 11154 spurious ambiguity report for template class specialization
  • 11329 Compiler cannot find user defined implicit typecast
  • 11332 Spurious error with casts in ?: expression