From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id A96003858C53; Thu, 19 Jan 2023 09:30:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A96003858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1674120618; bh=CJ/7+rdRnNSbCeVR541vM4ly692HFnwb2Amed81mcnQ=; h=To:Subject:Date:From:From; b=YQMKh29cLnLTzdQI4bMpBsuaTnjgoCByCW2SlGTXfeWocZo7Bw1PPgPm1xo9HpTkm iQZeGHTvP7d26nZdxySKQIG0ZbQXB2n54N2pqfu5KFdwMJROWY+575TkgjHJZHpd08 zSCjtwwpE2GZo2a3iSI35QNeY1VrpWcK3k9Nf75U= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 66b75e896c9a9daea844281c13aba4ddcd2b82ef X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 66298b941b40051286c9adb307cb613109521732 X-Git-Newrev: 66b75e896c9a9daea844281c13aba4ddcd2b82ef Message-Id: <20230119093018.A96003858C53@sourceware.org> Date: Thu, 19 Jan 2023 09:30:18 +0000 (GMT) From: Gerald Pfeifer List-Id: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 66b75e896c9a9daea844281c13aba4ddcd2b82ef (commit) from 66298b941b40051286c9adb307cb613109521732 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 66b75e896c9a9daea844281c13aba4ddcd2b82ef Author: Gerald Pfeifer Date: Thu Jan 19 10:29:24 2023 +0100 gcc-3.3: Adjust www.open-std.org links to https 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]
  • +
  • 9548 Incorrect results from setf(ios::fixed) and precision(-1) [DR 231]
  • 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] Setting failbit in exceptions doesn't work
  • +
  • 10093 [DR 61] 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] and 63 [TC] not implemented
  • -
  • 12657 Resolution of DR 292 (WP) still unimplemented
  • +
  • 12594 DRs 60 [TC] 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] still unimplemented
  • -
  • 12971 Resolution of DR 328 [WP] still unimplemented
  • +
  • 12967 Resolution of DR 300 [WP] still unimplemented
  • +
  • 12971 Resolution of DR 328 [WP] still unimplemented
  • 13007 basic_streambuf::pubimbue, imbue wrong
  • 13009 Implicitly-defined assignment operator writes to wrong memory
  • 13057 regparm attribute not applied to destructor
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-3.3/changes.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) hooks/post-receive -- gcc-wwwdocs