...for all our (past) release pages.
Pushed.
Gerald
- Log -
commit d248ad22e9e02664ac4567a24af7a83c6f12aad7
Author: Gerald Pfeifer
Date: Tue Jan 14 23:40:48 2020 +0100
Link to git.html instead of svn.html and use a neutral
Pushed.
Gerald
- Log -
commit 3af4155933a9d3b8506b56c16865879b098ab4cf
Author: Gerald Pfeifer
Date: Tue Jan 14 23:52:28 2020 +0100
Remove link to the Git mirror entry in our Wiki from navigation bar.
diff --git a/htdocs
Pushed.
Gerald
- Log -
commit 335d0b9345d12398b14ad6f69c3572861ce49d5b
Author: Gerald Pfeifer
Date: Wed Jan 15 22:34:53 2020 +0100
Swap links to our previous SVN documentation with those for Git.
diff --git a/htdocs
Replace two references to svn.html and svnwrite.html by git.html and
gitwrite.html, respectively. Reduce an explicit reference to whatever
tool we use on the way.
Pushed.
---
htdocs/contribute.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/htdocs/contribute.html b
On Wed, 15 Jan 2020, Martin Jambor wrote:
> when going over stuff linked from the SummerOfCode wiki page,
> I found out that doc/install.texi still refers to Subversion.
We've got a fair number of references left in various places;
working through that slowly and appreciate your help!
> The foll
I doubt there's many references to https://gcc.gnu.org/cvs.html
left, but just in case - Git is the new SVN is the new CVS. :-)
Gerald
---
htdocs/.htaccess | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/.htaccess b/htdocs/.htaccess
index acaac093..a28af129 100644
---
Pushed.
Gerald
---
htdocs/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/index.html b/htdocs/index.html
index 89bcfcca..41bcfe18 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -32,7 +32,7 @@ of native and cross targets (including GNU/Linux), and
...usually by simplifying and removing the link.
(And add a blank linke between the and tags where
there was none.)
Pushed.
Gerald
---
htdocs/projects/beginner.html | 4 ++--
htdocs/projects/cfo.html | 3 +--
htdocs/projects/cli.html | 3 +--
ht
This is not directly related to our move to Git, though I noticed
it in the context of working to update the web pages.
Most of our downloads are now happening via http, and Chrome will
soon even remove support for the ftp protocol.
Pushed.
Gerald
---
htdocs/gcc-2.95/branch.html | 2 +-
htdocs/
One step^Wfile at a time; next in line: svn.html.
Pushed.
Gerald
---
htdocs/contribute.html | 4 +-
htdocs/svnwrite.html | 432 -
2 files changed, 2 insertions(+), 434 deletions(-)
delete mode 100644 htdocs/svnwrite.html
diff --git a/htdocs/contribu
Remove a section that only applies to SVN and some specifics on
encoding patches in mails that are rarely relevant.
Shorten the initial statement, the note on copyright disclaimers,
and trim some further overly picky/explicit statements.
Use active voice and improve markup in one case each.
I s
Pushed.
Gerald
---
htdocs/fortran/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/fortran/index.html b/htdocs/fortran/index.html
index 42012ddc..7b6aa805 100644
--- a/htdocs/fortran/index.html
+++ b/htdocs/fortran/index.html
@@ -30,7 +30,7 @@ this to attract
Pushed.
Gerald
---
htdocs/snapshots.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/snapshots.html b/htdocs/snapshots.html
index 3c491b00..80d61e27 100644
--- a/htdocs/snapshots.html
+++ b/htdocs/snapshots.html
@@ -11,7 +11,7 @@
GCC Snapshots
-We recommend tha
Streamline these two sections, remove references to svn.html, note
the latter has landed by now.
Pushed.
Jonathan, Marek, Jason, it might be good if you could go through
the page and see whether there are similar simplifications/updates.
Thanks,
Gerald
---
htdocs/projects/cxx-status.html | 8
Remove all references how to perform local checkouts, to SVN, and
mirroring the repository. Instead generalize descriptions since
with the move to Git syncing the repository with rsync and then
checking out locally became mostly pointless.
Pushed.
Gerald
---
htdocs/rsync.html | 45 -
This includes folding in a reference to our lists overview as a link
into some other text, removing a long obsolete reference to age-old
versions of the patch command, and skippking details that are covered
by the gcc_update script.
Pushed.
Gerald
---
htdocs/snapshots.html | 11 +++
1 fi
Pushed.
Gerald
---
htdocs/projects/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/projects/index.html b/htdocs/projects/index.html
index 2c6472cc..26f667bd 100644
--- a/htdocs/projects/index.html
+++ b/htdocs/projects/index.html
@@ -23,7 +23,7 @@ help develo
On Wed, 15 Jan 2020, David Malcolm wrote:
> The new git server doesn't seem to like such branch names [1], so I'm
> now using "devel/analyzer"
Do you plan to also document this in git.html (per the message below
you quoted ;-)?
> remote: *** Shared development branches should be named devel/*,
Log -
commit aa1665da66b064f53e5c99a09894003b53779baa
Author: Gerald Pfeifer
Date: Sat Jan 18 13:01:10 2020 +0100
Close a list item instead of opening an empty one.
diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
index 76a4ed9c..66440102 100644
--- a/htd
2019-01-18 Gerald Pfeifer
* varpool.c (ctor_useable_for_folding_p): Fix grammar.
---
gcc/ChangeLog | 4
gcc/varpool.c | 7 ---
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/gcc/varpool.c b/gcc/varpool.c
index e5d632e0eb5..458cdf1bf37 100644
--- a/gcc
On Tue, 12 Nov 2019, Janne Blomqvist wrote:
> Convert the download_prerequisites script to use http instead of
> ftp. This works better with firewalls, proxies, and so on. It's also
> faster, a quick test on my system before patch:
Plus common web browsers are starting to deprecate and actually
re
This was triggered by a reference to SVN and dates back to the very
early days for GFortran when it was more of a separate projects.
Pushed.
Gerald
---
htdocs/fortran/index.html | 7 ++-
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/htdocs/fortran/index.html b/htdocs/fortran/
With Git a clone carries the whole repository, so remove instructions
on obtaining a local copy of the repository and related instructions
on SVN usage.
On the way remove a web link for the contrib/reghunt scripts since
those are in the repository anyway.
Pushed.
Gerald
---
htdocs/bugs/reghunt
On Fri, 17 Jan 2020, Gerald Pfeifer wrote:
> One step^Wfile at a time; next in line: svn.html.
Let's make sure old links to svnwrite.html (externally or from our
own archives, say) redirect.
Pushed.
Gerald
- Log
Hi Richard,
On Thu, 9 Jan 2020, Richard Earnshaw (lists) wrote:
> The thread on gcc@ is now so long and complicated that this proposal
> back at the start has dropped off the radar. With the switch now
> imminent I'd like to re-propose this change, this time more formally.
I wasn't sure *who*
On Thu, 16 Jan 2020, Joseph Myers wrote:
> This patch makes a start on making the branch information from
> svn.html available in git.html.
Thank you, Joseph. That allowed for
https://gcc.gnu.org/ml/gcc-patches/2020-01/msg01089.html
which was, from what I can tell, the last reference to that
We now require a C++ compiler to bootstrap. Short some text here and
there.
Pushed.
Gerald
---
htdocs/releases.html | 22 +-
1 file changed, 9 insertions(+), 13 deletions(-)
diff --git a/htdocs/releases.html b/htdocs/releases.html
index c7a9bf1c..30b777f4 100644
--- a/htdocs
Pushed.
---
htdocs/projects/index.html | 3 ---
1 file changed, 3 deletions(-)
diff --git a/htdocs/projects/index.html b/htdocs/projects/index.html
index 26f667bd..282d79eb 100644
--- a/htdocs/projects/index.html
+++ b/htdocs/projects/index.html
@@ -69,9 +69,6 @@ informed of any substantial proj
And this was the last reference to svn.html in our tree. :)
Pushed.
---
htdocs/releases.html | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/htdocs/releases.html b/htdocs/releases.html
index 30b777f4..1c8e87e2 100644
--- a/htdocs/releases.html
+++ b/htdocs/releases.html
@@
Jonathan spotted this, so I went ahead and addressed it (adding
"git show" as another relevant command, slightly reordering the
list, and removing a link to the SvnHelp wiki entry).
Pushed.
Gerald
---
htdocs/bugs/reghunt.html | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
di
None of our own pages refers to svn.html any longer after the updates
of the last week or two; there may be some external reference, though.
Pushed.
Gerald
---
htdocs/.htaccess | 1 +
1 file changed, 1 insertion(+)
diff --git a/htdocs/.htaccess b/htdocs/.htaccess
index e80d14e4..7aa9f8bb 100644
Pushed.
Gerald
---
htdocs/fortran/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/fortran/index.html b/htdocs/fortran/index.html
index b7a71de2..1d140b3a 100644
--- a/htdocs/fortran/index.html
+++ b/htdocs/fortran/index.html
@@ -14,7 +14,7 @@
The purpose of
On the way remove a note about binary snapshots that's been commented
for a while.
Pushed.
Gerald
---
htdocs/snapshots.html | 14 --
1 file changed, 4 insertions(+), 10 deletions(-)
diff --git a/htdocs/snapshots.html b/htdocs/snapshots.html
index 6567a857..7776d95e 100644
--- a/htdo
Not only have I cleaned up all internal references, there's also a
redirect from svn.html to git.html in place, so users should never
get a 404.
Pushed.
Gerald
---
htdocs/svn.html | 1219 ---
1 file changed, 1219 deletions(-)
delete mode 100644 htdocs/
On Mon, 30 Dec 2019, Jan Hubicka wrote:
> here are some of changes of LTO/IPA done in GCC10.
Quite a bit! :-)
> +The following GCC command line options have been introduced or
> improved.
...command-line...
> + href="https://gcc.gnu.org/onlinedocs/gcc-10.1.0/gcc/Optimize-Options.html#index-
On Wed, 22 Jan 2020, Richard Earnshaw (lists) wrote:
> We're missing a statement on the main news feed about the git transition.
Lovely, thanks.
Gerald
PS: Lovely referring to you creating the patch, not the missing
announcement. ;-)
Another reference to svn gone - and more abstract in case of another
change in 2049.
Pushed.
---
htdocs/contribute.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/contribute.html b/htdocs/contribute.html
index 042ff069..b671354e 100644
--- a/htdocs/contribute.html
Technically not necessary, but while I was at it this simplified
things (and there were no similarly many references anywhere else).
Pushed.
Gerald
---
htdocs/projects/gomp/index.html | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/htdocs/projects/gomp/index.ht
A small fix on top of the last edits to gitwrite.html; spelling
"<" and ">" the HTML way is painful, and visually hard to grok.
Pushed.
Gerald
---
htdocs/gitwrite.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/htdocs/gitwrite.html b/htdocs/gitwrite.html
index 047c13
Pushed, though it would be really good for someone familiar with this
area to go through the whole document, too, for any updates.
Hans-Peter, any chance?
Gerald
---
htdocs/simtest-howto.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/simtest-howto.html b/htdocs/s
On Tue, 28 Jan 2020, Andrew Benson wrote:
> I've attached a draft patch to update the release notes about this ABI
> breakage. I don't know if I've explained it sufficiently clearly though?
I do not speak Fortran, but your description was easy to read and
understand for me. :-)
Thank you, and ok
idelines.)
Gerald
commit 1eed7f705ad5153ac835cf6433ce07538e400fa8
Author: Gerald Pfeifer
Date: Sun Feb 2 23:48:17 2020 +0100
Make a "here" link text more specific.
diff --git a/htdocs/gcc-8/changes.html b/htdocs/gcc-8/changes.html
index ddc7e824..636552ab 100644
--- a/htdocs/gcc
On Sun, 5 Jan 2020, Gerald Pfeifer wrote:
> Happy to have you as a mirror, and if you'd like to submit a patch
> for https://gcc.gnu.org/mirrors.html that'd be great. Otherwise we
> can create one.
I applied this patch that I created on behalf of Sa
On Thu, 6 Feb 2020, Jakub Jelinek wrote:
> + If tentative definitions of particular variable or variables need to be
I believe that would be "a particular variable", but best to simplify
to "of particular variables".
> + placed in a common block, __attribute__((__common__)) can be
> + used to
On Mon, 30 Aug 2021, David Malcolm via Gcc-patches wrote:
> gcc/analyzer/ChangeLog:
> PR analyzer/99260
> * analyzer.h (class custom_edge_info): New class, adapted from
> exploded_edge::custom_info_t. Make member functions const.
> Make update_model return bool, converting
On Fri, 3 Sep 2021, Gerald Pfeifer wrote:
> On Mon, 30 Aug 2021, David Malcolm via Gcc-patches wrote:
>> gcc/analyzer/ChangeLog:
>> PR analyzer/99260
>> * analyzer.h (class custom_edge_info): New class, adapted from
>> exploded_edge::custom_info_t.
On Wed, 18 Aug 2021, Sandra Loosemore wrote:
> I realized last week that having multilib-specific versions of
> ISO_Fortran_binding.h (generated by running the compiler to ask what kinds it
> supports) was still broken outside of the test support; the directory where
> it's being installed isn't on
On Mon, 13 Sep 2021, Tobias Burnus wrote:
> Can you run 'echo | cpp -E -g3|grep DBL' to (or in the build dir: echo |
> ./gcc/cc1 -E -g3 -dD|grep DBL) to check what's the output?
Thank you, Tobias, and I'm just testing the proposed patch, but still
wanted to follow up on your question:
% echo |
On Mon, 13 Sep 2021, Sandra Loosemore wrote:
> Here's a patch. Gerald, can you check that this fixes your bootstrap
> problem on i586-unknown-freebsd11?
I does not change the bootstrap failure on i586-unknown-freebsd11
- though looking at the discussion here still looks like a good
change to ma
On Tue, 14 Sep 2021, Tobias Burnus wrote:
> And, related, does the following make sense and fixes the issue?
>
> --- a/libgfortran/ISO_Fortran_binding.h
> +++ b/libgfortran/ISO_Fortran_binding.h
> @@ -228,5 +228,5 @@ extern int CFI_setpointer (CFI_cdesc_t *, CFI_cdesc_t *,
> const CFI_index_t []);
On Wed, 15 Sep 2021, Thomas Schwinge wrote:
>> The program for the GNU Tools Track at Linux Plumbers Conference is
>> published:
>>
>> https://linuxplumbersconf.org/event/11/sessions/109/
> This may qualify "as obvious", but I better get reviewed what I change on
> our front page to the Internet
On Tue, 14 Sep 2021, Maxim Blinov wrote:
> Un-break the build for AArch64 Darwin, see PR bootstrap/102242. Build
> fails with log below:
David already acked this with
"Does the patch fix the build for you?
If so, looks good for trunk. Please reference PR bootstrap/102242
in the ChangeLo
On Tue, 14 Sep 2021, Gerald Pfeifer wrote:
>> And, related, does the following make sense and fixes the issue?
>>
>> --- a/libgfortran/ISO_Fortran_binding.h
>> +++ b/libgfortran/ISO_Fortran_binding.h
>> @@ -228,5 +228,5 @@ extern int CFI_setpointer (CFI_cdes
On Fri, 17 Sep 2021, Tobias Burnus wrote:
> I have now committed the attached patch as r12-3621. It includes the
> patch by Sandra
> https://gcc.gnu.org/pipermail/gcc-patches/2021-September/579372.html
> (approved 3 days ago) plus adding the "== 53" similar to above.
Thank you, Tobias; thank you,
On Sun, 19 Sep 2021, Jeff Law via Gcc-patches wrote:
> On 8/4/2021 12:21 PM, John Ericson wrote:
>> The helper is for `--print-prog-name` and similar things. Since all
>> executable finding goes through it, we can move the default overrides
>> into that path too. This also ensures that if some is l
Hi Matthew,
On Mon, 4 Feb 2019, Matthew Bauer wrote:
> The ctype_base.h file in libstdc++-v3 is out of date for NetBSD. They
> have changed their ctype.h definition. It was updated in their intree
> libstdc++-v3 but not in the GCC one. My understanding is this is a
> straightforward rewrite. I've
compiler_options): Likewise.
> (run_gcc): Re-instantiate handling -g0 at link-time.
> * doc/invoke.texi (flto): Document debug info generation.
Thank you! I committed the minor editorial update below on top.
Gerald
2019-12-22 Gerald Pfeifer
* doc/invoke.texi (-flto): Use
nongnu.org has a permanent redirect (return code 301) to www.nongnu.org;
make that change on our end.
---
htdocs/gcc-4.7/changes.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/gcc-4.7/changes.html b/htdocs/gcc-4.7/changes.html
index dae1735d..21294cc3 100644
--- a/
This complements the same change I made to the GCC 5 release notes a bit
ago.
Gerald
---
htdocs/gcc-6/changes.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/gcc-6/changes.html b/htdocs/gcc-6/changes.html
index e95aabbe..6dd86d83 100644
--- a/htdocs/gcc-6/changes
Business as usual...
Gerald
---
htdocs/gcc-11/changes.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html
index 6dec8856..c81f0e82 100644
--- a/htdocs/gcc-11/changes.html
+++ b/htdocs/gcc-11/changes.html
@@ -142,7 +142,
On Tue, 2 Nov 2021, H.J. Lu wrote:
> On Tue, Nov 2, 2021 at 5:11 AM Jakub Jelinek wrote:
>> include/md5.h is a header we have control over, can't we just add to it
>> something like:
>> #ifdef USE_SYSTEM_MD5
>> #include_next
>> #else
>> Current header content
>> #endif
>> and arrange for that mac
s the first part I committed on Friday, the second will
follow today.
Gerald
commit 44d9d55c6d0e3a1e26427662d30f350a80282634
Author: Gerald Pfeifer
Date: Fri Nov 5 12:56:07 2021 +0100
include: Allow for our md5.h to defer to the system header
This came up in the context of libsanitiz
On Wed, 10 Nov 2021, Tobias Burnus wrote:
> Cumulative update of the OpenMP 5.x changes in GCC 12.
Wow - quite a bit!
> For the last bullet: the implementation-status documentation is new –
> but even if it were not, linking to it makes sense. I kept adding and
> removing a 'full' after the "T
On Sun, 23 May 2021, Tobias Burnus wrote:
> I did not check svnwrite.html, but since gitwrite.html came into
> existence, no example existed ...
>
> Committed as attached.
Thanks.
I had a look at the instructions, and they seem to be sufficient,
even for folks not intimately familiar with git
On Sun, 23 May 2021, Tobias Burnus wrote:
> As there was some confusion regarding when the ChangeLog is generated,
> I propose the attached wwwdocs patch. Comments?
-Apply the patch to your local tree. ChangeLog entries will be
-automatically added to the corresponding ChangeLog files based
-on t
I commit this change which moves from ftp to https.
Eberhard, is there maybe a different/better URL to use, that does not
feature "ftp" in the hostname?
Gerald
---
htdocs/mirrors.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/mirrors.html b/htdocs/mirrors.html
in
Nino reported this last year, and I noticed this is still the case,
so went ahead and fixed this typo. Pushed.
Gerald
commit a8f588be038317bf1e9c71f7e626a3d23255ab37
Author: Gerald Pfeifer
Date: Sun May 30 15:27:53 2021 +0200
Fortran: Fix typo in documentation of BOZ
gcc
hank you for the confirmation and the update!
I pushed the change below. If there's anything else (or I missed
something), please just let me know.
Cheers, Gerald
commit 0ff205ff678c35addd412a6e405edb034ad65b23
Author: Gerald Pfeifer
Date: Sun May 30 23:13:10 2021 +0200
mirrors: R
I pushed this based on a 301 (moved permanently) from
developers.redhat.com.
Nick, any plans to create a new Toolchain Update blog? :-)
Gerald
commit 47b1f39c5e4a31073311c48a51872ccf7bd51659
Author: Gerald Pfeifer
Date: Mon May 31 00:11:01 2021 +0200
wwwdocs: Nick's Blog has
TI's server has been telling us that "The PRU-ICSS wiki is in the
process of being migrated to software-dl.ti.com" for five months.
Time to pull the plug.
---
htdocs/readings.html | 1 -
1 file changed, 1 deletion(-)
diff --git a/htdocs/readings.html b/htdocs/readings.html
index c4c0618a..33ed582
Actually quite a bit annoying, and searching for that document did not
success (and gave me the original link).
Pushed.
Gerald
commit a0a7adeea31918deefb053a9a15257af94aecfaf
Author: Gerald Pfeifer
Date: Mon May 31 00:27:17 2021 +0200
libstdc++: Remove "Intel Compilers" bi
On Tue, 25 May 2021, Tobias Burnus wrote:
> I think "once a day" is clearer. [The commit has the message "Daily
> bump." and bumps (not "dumps") the date in DATESTAMP. I wanted to relate
> those – but it seems as if this just adds more confusion.]
FWIW, your updated version makes everything easy t
On Tue, 1 Jun 2021, Segher Boessenkool wrote:
> Brown paper bag time. The List-Id: should look like a hostname, not
> like an email address. Somehow I put in an at-sign when changing my
> gcc-patches example to the match-all example we have here.
That's how things looked like before when using t
Just a little stylistic change I noticed. Pushed.
Gerald
On the way reduce some physical formatting a bit.
---
htdocs/projects/tree-ssa/tree-browser.html | 7 ---
htdocs/projects/tree-ssa/vectorization.html | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/htdocs/proje
On Tue, 1 Jun 2021, Segher Boessenkool wrote:
> We haven't had Sender: for a while now.
"a while now" was about four(?) hours when you sent that yesterday. :-)
I know since I still had been using that and was looking for all my
missing gcc-related mails yesterday afternoon. Thanks for spotting
On Mon, 7 Jun 2021, Jonathan Wakely wrote:
> This adds id attributes to the heading elements of
> https://gcc.gnu.org/gcc-5/porting_to.html (so that I can link directly
> to the section on inline functions).
>
> All later porting_to.html notes have anchors like this.
>
> OK for wwwdocs?
(a) This
RISC-V has received a very nice section in the GCC 11 release notes
thanks to Kito.
This are a couple of editorial changes, completing some sentence and
breaking longer sentences among others, and a bit of grammar.
Pushed.
Gerald
---
htdocs/gcc-11/changes.html | 33 ++--
On Sun, 13 Jun 2021, Bernhard Reutner-Fischer wrote:
>> + Add new option -misa-spec=* to control ISA spec version.
>> + This controls the default version of each extensions.
>> + It defaults to 2.2.
> Is "each extensions" in plural really correct gramatically?
> "default version of exten
On Sun, 13 Jun 2021, Dimitar Dimitrov wrote:
>> TI's server has been telling us that "The PRU-ICSS wiki is in the
>> process of being migrated to software-dl.ti.com" for five months.
>> Time to pull the plug.
> Could you please consider the following replacement?
> https://gcc.gnu.org/pipermail/g
Just some editorial changes to simplify things.
Pushed.
Gerald
---
htdocs/gcc-12/changes.html | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index 0e2962ee..45e87ea4 100644
--- a/htdocs/gcc-12/changes.html
+++ b
On Fri, 24 Sep 2021, Hongtao Liu via Gcc-patches wrote:
> + New ISA extension support for Intel AVX512-FP16 was added to GCC.
> + AVX512FP16 intrinsics are available [...]
So, is it AVX512-FP16 or AVX512FP16?
Gerald
Just a little thing I noticed in one of the recent commits.
Pushed.
---
htdocs/gcc-12/changes.html | 2 +-
htdocs/gcc-8/changes.html | 2 +-
htdocs/news.html | 4 ++--
htdocs/news/sparc.html | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/htdocs/gcc-12/chang
On Fri, 24 Sep 2021, Aldy Hernandez via Gcc-patches wrote:
> This patch implements the new hybrid forward threader and replaces the
> embedded VRP threader with it.
I'm not sure this is the right of the patches to follow-up around this,
but between Jeff writing
"Note we've got massive failures
On Wed, 29 Sep 2021, apinski--- via Gcc-patches wrote:
> Even though there is not many computed gotos in the wild and even less
> that would use an integer type, it would still be a good idea to add
> this new error message to both changes and the porting to guide.
Lovely, thank you!
> +Computed
On Wed, 6 Oct 2021, H.J. Lu via Gcc-patches wrote:
> I am checking in these patches to merge with upstream commit:
Thus breaking bootstrap on FreeBSD:
GCC-HEAD/libsanitizer/sanitizer_common/sanitizer_platform_limits_freebsd.cpp:370:36:
error: 'MD5_CTX' was not declared in this scope
370 | cons
On Thu, 7 Oct 2021, H.J. Lu wrote:
>> Thus breaking bootstrap on FreeBSD:
>>
>> GCC-HEAD/libsanitizer/sanitizer_common/sanitizer_platform_limits_freebsd.cpp:370:36:
>> error: 'MD5_CTX' was not declared in this scope
> 370 | const unsigned MD5_CTX_sz = sizeof(MD5_CTX);
>> |
---
htdocs/codingconventions.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html
index 21cc95de..e4d30510 100644
--- a/htdocs/codingconventions.html
+++ b/htdocs/codingconventions.html
@@ -146,7 +146,7 @@ a large ba
The www.dwarfstd.org webmasters suggested (via a redirect) to adjust
http links to https.
---
htdocs/gcc-4.7/changes.html | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/htdocs/gcc-4.7/changes.html b/htdocs/gcc-4.7/changes.html
index 5103e5ee..dae1735d 100644
--- a/htd
These two redirected from golang.org to pkg.go.dev.
---
htdocs/gcc-5/changes.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/htdocs/gcc-5/changes.html b/htdocs/gcc-5/changes.html
index a346c7f6..05e796dd 100644
--- a/htdocs/gcc-5/changes.html
+++ b/htdocs/gcc-5/change
We've got a number of links to the DWARF standard on our page, which
requires some link maintenance. Remove this one for GCC 7 which is
unlikely to be used (much).
---
htdocs/gcc-7/changes.html | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/htdocs/gcc-7/changes.html b/htdocs
---
htdocs/git.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/git.html b/htdocs/git.html
index ac1f2eb9..881f1d38 100644
--- a/htdocs/git.html
+++ b/htdocs/git.html
@@ -334,7 +334,7 @@ in Git.
modula-2
This branch is for the
-http://nongnu.org/gm2/homep
Adjust one of two links to classpath.org and avoid the other, by
removing the respective paragraph which is really not relevant any
longer.
---
htdocs/gcc-4.1/changes.html | 9 ++---
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/htdocs/gcc-4.1/changes.html b/htdocs/gcc-4.1/chan
---
htdocs/gcc-5/changes.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/gcc-5/changes.html b/htdocs/gcc-5/changes.html
index 05e796dd..2e2e20e6 100644
--- a/htdocs/gcc-5/changes.html
+++ b/htdocs/gcc-5/changes.html
@@ -1084,7 +1084,7 @@ are not listed here).
IA-32
It turns out my link checker does catch broken links under
gcc.gnu.org/install/ - fixed thusly.
(That makes it all the more puzzling how the issue you fixed last
week did not arise, Jonathan.)
Gerald
gcc:
* doc/install.texi (Binaries): Convert mingw-w64.org to https.
(Specific)
On Sat, 23 Oct 2021, Jonathan Wakely wrote:
>> (That makes it all the more puzzling how the issue you fixed last
>> week did not arise, Jonathan.)
> It didn't give a 404, there was a page at the end of the link, just
> an empty one. So it probably looks like a good link to your script.
Yes, as lo
While debugging an issue Jonathan reported I noticed we still have
those references to way old versions of GNU/Linux and Windows from
the early days of Itanium, which really do not add value - now gone
they are.
Gerald
gcc:
* doc/install.texi (Specific): Remove obsolete details
a
de to detect such situations
should they ever occur in the future.
Gerald
commit 4bd4138141330030b18960c204ebc1787cdaddf3
Author: Gerald Pfeifer
Date: Sun Oct 24 11:48:29 2021 +0200
doc: No longer generate old.html
Commit 431d26e1dd18c1146d3d4dcd3b45a3b04f7f7d59 removed
doc/in
Hi Gaius,
On Thu, 8 Jul 2021, Gaius Mulley wrote:
> Here are two proposed patches to wwwdocs:
thank you for thinking of updating the web pages, too!
> diff --git a/htdocs/frontends.html b/htdocs/frontends.html
:
> http://www.nongnu.org/gm2/";>GNU Modula-2 implements
> the PIM2, PIM3, PIM4 and
On Mon, 12 Jul 2021, Gaius Mulley wrote:
>> Usually I'd just say "subject", which is a header in our mail systems;
>> the term "subject line" isn't widely used.
> feel free to overrule and use "subject". I copied the text from other
> branch descriptions :-) (there are 38 uses). I guess there sho
On Mon, 19 Jul 2021, Tobias Burnus wrote:
> Update the OpenMP feature list.
>
> Comments? Remarks?
I'd slightly tweak this
; so far, they can be specified on statements and
block-local variables, only.
to
. So far they can be specified on statements and
block-local variables.
mak
201 - 300 of 2878 matches
Mail list logo