From mboxrd@z Thu Jan 1 00:00:00 1970
Return-Path:
Received: by sourceware.org (Postfix, from userid 2142)
id A70BD3858D39; Fri, 21 Oct 2022 06:13:54 +0000 (GMT)
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A70BD3858D39
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org;
s=default; t=1666332834;
bh=5hPsVaqeRwRmGGxnEmoM5nmfa/JUm01UDkHcNfrJn38=;
h=To:Subject:Date:From:From;
b=XfYVF60S9QAvsrShfHussv5evMJnNPWwWuiHbAJy7RCzaZiMbmLLZqiExpPJcPHA8
IgVspFHEqbQu5Qf3Qurm0qloImQPWlvDPacQWQwBuao92egkfnXWswQZlWIOSVok5o
zSQ30Fsx+W6VKIoJr0TvlsakqPd+UDcrQS7pmQdg=
To: gcc-cvs-wwwdocs@gcc.gnu.org
Subject: gcc-wwwdocs branch master updated. d0940daacb227ce9f2dcfe64c56c4bd64b899750
X-Git-Refname: refs/heads/master
X-Git-Reftype: branch
X-Git-Oldrev: 002304c326220927b1b7071818988d1325badd9b
X-Git-Newrev: d0940daacb227ce9f2dcfe64c56c4bd64b899750
Message-Id: <20221021061354.A70BD3858D39@sourceware.org>
Date: Fri, 21 Oct 2022 06:13:54 +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 d0940daacb227ce9f2dcfe64c56c4bd64b899750 (commit)
from 002304c326220927b1b7071818988d1325badd9b (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 d0940daacb227ce9f2dcfe64c56c4bd64b899750
Author: Gerald Pfeifer
Date: Fri Oct 21 07:54:54 2022 +0200
*: Standardize on
over
We have largely been using
as the canonical form as opposed to
. HTML 5 actively recommends against that, so standardize on
.
diff --git a/htdocs/about.html b/htdocs/about.html
index faf1252e..7278cae6 100644
--- a/htdocs/about.html
+++ b/htdocs/about.html
@@ -48,7 +48,7 @@ a higher chance of being implemented soon. ;-)
-
+
Using the git repository
Assuming you have both git
diff --git a/htdocs/bugs/index.html b/htdocs/bugs/index.html
index c6e01827..d3a50f2a 100644
--- a/htdocs/bugs/index.html
+++ b/htdocs/bugs/index.html
@@ -37,7 +37,7 @@
-
+
Reporting Bugs
@@ -245,7 +245,7 @@ use it.
header. It is likely to be very large and we can't use it to
reproduce the problem.
-
+
Frequently Reported Bugs
@@ -255,7 +255,7 @@ Often, reports get a low priority when there is a simple work-around.
In particular, bugs caused by invalid code have a simple work-around:
fix the code.
-
+
Non-bugs
@@ -270,7 +270,7 @@ invalid that used to be conforming (this holds especially for C++).
In either case, you should update your code to match recent language
standards.
-
+
General
@@ -304,7 +304,7 @@ Every Computer Scientist Should Know about Floating-Point Arithmetic
for more information.
-
+
C
@@ -530,7 +530,7 @@ for details.
-
+
C++
diff --git a/htdocs/contribute.html b/htdocs/contribute.html
index 5963d985..342c12a8 100644
--- a/htdocs/contribute.html
+++ b/htdocs/contribute.html
@@ -30,7 +30,7 @@ contributions must meet:
Announcing Changes (to our Users)
-
+
Legal Prerequisites
diff --git a/htdocs/egcs-1.1/egcs-1.1-branch.html b/htdocs/egcs-1.1/egcs-1.1-branch.html
index 34c91688..7e0858c6 100644
--- a/htdocs/egcs-1.1/egcs-1.1-branch.html
+++ b/htdocs/egcs-1.1/egcs-1.1-branch.html
@@ -30,7 +30,7 @@ option #2 or #3 is recommended.
FTP snapshots will track the EGCS 1.1 release only. After EGCS 1.1 is
released, snapshots will return to tracking the mainline sources.
-
+
All patches for the EGCS 1.1 release branch must be approved by either
someone with global write privs or that maintains the specific file being
patched. At some point in the near future, all patches will need to go through
diff --git a/htdocs/egcs-1.1/regress.html b/htdocs/egcs-1.1/regress.html
index 5ab6fe7c..0a9f1a80 100644
--- a/htdocs/egcs-1.1/regress.html
+++ b/htdocs/egcs-1.1/regress.html
@@ -65,7 +65,7 @@ those files to the testing coordinator law@cygnus.com.
Note that you will receive many failures from GCC 2.8.1 and EGCS 1.0.3a when
running the gcc testsuites because those versions of the compiler do not
support -Os.
-
+
Current Regression Testing Status
diff --git a/htdocs/faq.html b/htdocs/faq.html
index 69e938e5..183e7bec 100644
--- a/htdocs/faq.html
+++ b/htdocs/faq.html
@@ -21,7 +21,7 @@ the comp.lang.c FAQ and the
libstdc++-v3.
-
+
Questions
- General information
@@ -57,7 +57,7 @@ the comp.lang.c FAQ and the
-
+
General information
How do I get a bug fixed or a feature added?
@@ -91,7 +91,7 @@ disadvantages.
money, but is relatively likely to get results.
-
+
The host/target specific installation notes for GCC include information
@@ -102,7 +102,7 @@ is always available at the GCC web site.
Reports of successful builds
for several versions of GCC are also available at the web site.
-
+
Installation
How to install multiple versions of GCC
@@ -164,7 +164,7 @@ configure --program-suffix=-2.95.2 <other configure options>
/usr/local/bin/gcc-2.95.2
instead of
/usr/local/bin/gcc
.
-
+
Dynamic linker is unable to find GCC libraries
This problem manifests itself by programs not finding shared
@@ -200,7 +200,7 @@ or ld that adds the appropriate directory to the environment variable
platform-dependent).
-
+
GCC can not find GNU as/GNU ld
GCC searches the PATH for an assembler and a linker, but it only
does so after searching a directory list hard-coded in the GCC
@@ -237,7 +237,7 @@ is that it won't allow you to override the search path for assembler
and linker with command-line options -B/path/
if the
specified filenames exist.
-
+
cpp: Usage:... Error
If you get an error like this when building GCC (particularly when building
@@ -254,7 +254,7 @@ or end of these variables is an implicit '.' and will cause problems.
Also note '::' in these paths will also cause similar problems.
-
+
Testsuite problems
How do I pass flags like -fnew-abi
to
@@ -271,7 +271,7 @@ the testsuite?
make RUNTESTFLAGS="--tool_opts '-fnew-abi -fno-honor-std'" check-g++
-
+
How can I run the testsuite with multiple options?
If you invoke runtest
directly, you can use the
@@ -291,7 +291,7 @@ no additional flags.
This technique is particularly useful on multilibbed targets.
-
+
Miscellaneous
@@ -349,7 +349,7 @@ that the forward declaration was not necessary, but, according to the
final version of the Standard, it is.
-
+
dynamic_cast
, throw
, typeid
don't work with shared libraries
The new C++ ABI in the GCC 3.0 series uses address comparisons,
@@ -408,7 +408,7 @@ resolved all begin with "_ZTS". Refer to ld
's
documentation for a description of the "-E
" &
"-Bsymbolic
" flags.
-
+
Why do I need autoconf, bison, xgettext, automake, etc?
If you're using diffs up dated from one snapshot to the next, or
@@ -431,7 +431,7 @@ need some
additional tools.
-
+
Why can't I build a shared library?
When building a shared library you may get an error message from the
@@ -455,7 +455,7 @@ support PIC in this manner. For example:
-
+
When building C++, the linker says my constructors, destructors or virtual tables are undefined, but I defined them
The ISO C++ Standard specifies that all virtual methods of a class
diff --git a/htdocs/gcc-2.95/branch.html b/htdocs/gcc-2.95/branch.html
index 1f92ed1b..7336d09c 100644
--- a/htdocs/gcc-2.95/branch.html
+++ b/htdocs/gcc-2.95/branch.html
@@ -32,7 +32,7 @@ release, option #2 or #3 is recommended.
Snapshots will track the GCC 2.95 release only. After GCC 2.95 is
released, snapshots will return to tracking the mainline sources.
-
+
All patches for the GCC 2.95 release branch must be approved by the
release coordinator (Jeff Law).
diff --git a/htdocs/gcc-3.0/index.html b/htdocs/gcc-3.0/index.html
index 864d01d1..a1f454e0 100644
--- a/htdocs/gcc-3.0/index.html
+++ b/htdocs/gcc-3.0/index.html
@@ -48,7 +48,7 @@ group of volunteers is what makes GCC successful.
To obtain GCC please use our mirror sites,
or our CVS server.
-
+
Previous 3.0.x Releases
diff --git a/htdocs/gcc-3.1/index.html b/htdocs/gcc-3.1/index.html
index e97d0dcc..0c85bcb9 100644
--- a/htdocs/gcc-3.1/index.html
+++ b/htdocs/gcc-3.1/index.html
@@ -46,7 +46,7 @@ group of volunteers is what makes GCC successful.
To obtain GCC please use our mirror sites,
or our CVS server.
-
+