From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 5C2FA3858C52 for ; Thu, 19 Jan 2023 09:30:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 5C2FA3858C52 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 0C02C33E96 for ; Thu, 19 Jan 2023 04:30:37 -0500 (EST) Received: from [192.168.1.80] (188-23-1-149.adsl.highway.telekom.at [188.23.1.149]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 9ECFF33EB3 for ; Thu, 19 Jan 2023 04:30:36 -0500 (EST) Date: Thu, 19 Jan 2023 10:30:35 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [committed] wwwdocs: gcc-3.3: Adjust www.open-std.org links to https MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Scanned-By: mailmunge 3.10 on 209.68.5.143 Message-Id: <20230119093037.0C02C33E96@hamza.pair.com> X-Spam-Status: No, score=-8.5 required=5.0 tests=BAYES_00,GIT_PATCH_0,KAM_DMARC_STATUS,KAM_SHORT,RCVD_IN_BARRACUDACENTRAL,SCC_5_SHORT_WORD_LINES,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Pushed. Gerald --- htdocs/gcc-3.3/changes.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/gcc-3.3/changes.html b/htdocs/gcc-3.3/changes.html index 93d96e65..da4165f3 100644 --- a/htdocs/gcc-3.3/changes.html +++ b/htdocs/gcc-3.3/changes.html @@ -560,7 +560,7 @@ Detailed release notes for the GCC 3.3 release follow.
  • 9424 i/ostream::operator>>/<<(streambuf*) drops characters
  • 9425 filebuf::pbackfail broken (DUP: 9439)
  • 9474 GCC freezes in compiling a weird code mixing <iostream> and <iostream.h>
  • -
  • 9548 Incorrect results from setf(ios::fixed) and precision(-1) [DR 231] wwwdocs:
  • +
  • 9548 Incorrect results from setf(ios::fixed) and precision(-1) [DR 231] wwwdocs:
  • 9555 ostream inserters fail to set badbit on exception
  • 9561 ostream inserters rethrow exception of wrong type
  • 9563 ostream::sentry returns true after a failed preparation
  • @@ -1124,21 +1124,21 @@ the relevant defect report.

  • 9371 Bad exception handling in i/ostream::operator>>/<<(streambuf*)
  • 9546 bad exception handling in ostream members
  • 10081 basic_ios::_M_cache_locale leaves NULL members in the face of unknown locales
  • -
  • 10093 [DR 61] wwwdocs: Setting failbit in exceptions doesn't work
  • +
  • 10093 [DR 61] wwwdocs: Setting failbit in exceptions doesn't work
  • 10095 istream::operator>>(int&) sets ios::badbit when ios::failbit is set.
  • 11554 Warning about reordering of initializers doesn't mention location of constructor
  • 12297 istream::sentry::sentry() handles eof() incorrectly.
  • 12352 Exception safety problems in src/localename.cc
  • 12438 Memory leak in locale::combine()
  • 12540 Memory leak in locale::locale(const char*)
  • -
  • 12594 DRs 60 [TC] wwwdocs: and 63 [TC] not implemented
  • -
  • 12657 Resolution of DR 292 (WP) still unimplemented
  • +
  • 12594 DRs 60 [TC] wwwdocs: and 63 [TC] not implemented
  • +
  • 12657 Resolution of DR 292 (WP) still unimplemented
  • 12696 memory eating infinite loop in diagnostics (error recovery problem)
  • 12815 Code compiled with optimization behaves unexpectedly
  • 12862 Conflicts between typedefs/enums and namespace member declarations
  • 12926 Wrong value after assignment in initialize list using bit-fields
  • -
  • 12967 Resolution of DR 300 [WP] wwwdocs: still unimplemented
  • -
  • 12971 Resolution of DR 328 [WP] wwwdocs: still unimplemented
  • +
  • 12967 Resolution of DR 300 [WP] wwwdocs: still unimplemented
  • +
  • 12971 Resolution of DR 328 [WP] wwwdocs: still unimplemented
  • 13007 basic_streambuf::pubimbue, imbue wrong
  • 13009 Implicitly-defined assignment operator writes to wrong memory
  • 13057 regparm attribute not applied to destructor
  • -- 2.39.0