[wwwdocs] faq.html -- replace

2018-09-02 Thread Gerald Pfeifer
...by , rendering this page HTML 5 compliant. Committed. Gerald Index: faq.html === RCS file: /cvs/gcc/wwwdocs/htdocs/faq.html,v retrieving revision 1.229 diff -u -r1.229 faq.html --- faq.html1 Sep 2018 23:42:00 - 1.22

[wwwdocs] gcc-3.3/criteria.html - simplify

2018-09-02 Thread Gerald Pfeifer
Similar changes as for gcc-3.4/criteria.html, now HTML 5. Committed. Gerald Index: gcc-3.3/criteria.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.3/criteria.html,v retrieving revision 1.15 diff -u -r1.15 criteria.html --- gcc-3.3

[wwwdocs] gcc.css -- fix and simplify twocolumns class

2018-09-03 Thread Gerald Pfeifer
This isn't used anywhere right now, the Java page having been the only consumer, but may well become useful at some point in time, thus keeping and just fixing it: Fix typo in column-count CSS property and remove fallback to -moz-column-count since Mozilla browsers have been supporting the (now)

Re: [wwwdocs] Remove gcc.skazkaforyou.com mirror

2018-09-03 Thread Gerald Pfeifer
On Sat, 1 Sep 2018, Gerald Pfeifer wrote: > This mirror has gone rogue and the domain is for sale, so I went > ahead and removed it with the patch below. Point in case, mirr...@skazkaforyou.com just bounced on me (timeout). I'm starting to think becoming more picky about new mirrors t

[wwwdocs] Fix main page

2018-09-04 Thread Gerald Pfeifer
Something must have gone awry with our main page during the last stages of the HTML 5 conversion. I noticed this yesterday and fixed it on the spot with the patch below. More CSS, though not exactly beautiful. As a next step, I'll see to reduce the use of tables for our main page; it should not

Re: [PATCH][4/4][v2] RPO-style value-numbering for FRE/PRE

2018-09-04 Thread Gerald Pfeifer
On Fri, 24 Aug 2018, Richard Biener wrote: > Comments are still welcome - I've re-bootstrapped and tested the series > on x86_64-unknown-linux-gnu for all languages and will talk about > this work at the Cauldron in more detail. Is there any chance you can test this on i586 as well? Since around

Re: [PATCH][4/4][v2] RPO-style value-numbering for FRE/PRE

2018-09-05 Thread Gerald Pfeifer
On Tue, 4 Sep 2018, Jeff Law wrote: >> On the other hand, this ICE has been consistent across a week of >> daily builds now. > An FYI, My i686 builds have been running OK. But given what you've > described this could well be an uninitialized read, dangling pointer, > out of bounds write or some si

Re: C/C++ PATCH to implement -Wmultistatement-macros (PR c/80116)

2017-06-09 Thread Gerald Pfeifer
On Thu, 8 Jun 2017, David Malcolm wrote: > How about: > > "Warn about unsafe multiple statement macros that appear to be guarded > by a clause such as if, else, while, or for, in which only the first > statement is actually guarded after the macro is expanded." > > or somesuch? Yes, I like this.

Re: [PATCH 30/30] [arm][doc] Document changes to -mcpu, -mtune and -mfpu.

2017-06-09 Thread Gerald Pfeifer
On Fri, 9 Jun 2017, Richard Earnshaw wrote: > * doc/invoke.texi (ARM Options, -mcpu): Document supported > extension options. > (ARM Options, -mtune): Document that this accepts the same > extension options as -mcpu. > (ARM Options, -mfpu): Document addition of -mfpu=a

[wwwdocs] www.openacc.org switched to https

2017-06-10 Thread Gerald Pfeifer
Applied. Gerald Index: htdocs/gcc-6/changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v retrieving revision 1.99 diff -u -r1.99 changes.html --- htdocs/gcc-6/changes.html 7 Apr 2017 07:16:59 - 1.99 +++

[doc] www.openacc.org switched to https

2017-06-10 Thread Gerald Pfeifer
2017-06-10 Gerald Pfeifer * doc/generic.texi (OpenACC): Adjust URL. * doc/invoke.texi (C Dialect Options): Ditto. Applied. Gerald Index: doc/generic.texi === --- doc/generic.texi(revision 249091) +++ doc

Re: [config PATCH] --enable-languages

2017-06-10 Thread Gerald Pfeifer
On Wed, 24 May 2017, Nathan Sidwell wrote: Thus: configure: WARNING: GNAT is required to build ada configure: WARNING: --enable-host-shared required to build jit Nice. I'll commit this version in a few days, if there are no objections. Thanks for doing this! Gerald

Re: [PING^2] for three diagnostic-related patches

2017-06-10 Thread Gerald Pfeifer
On Mon, 5 Jun 2017, Volker Reichelt wrote: > I'd like to re-ping those patches below before they > start to bit-rot ;-) >> Fix-it hints for wrong usage of 'friend' and 'auto': >> https://gcc.gnu.org/ml/gcc-patches/2017-04/msg01575.html >> >> And finally, a follow-up patch: >> https://gcc.gnu.org/

Re: MAINTAINERS update

2017-06-11 Thread Gerald Pfeifer
On Tue, 30 May 2017, Bernd Schmidt wrote: > On 05/30/2017 09:05 AM, Richard Biener wrote: >> This leaves the nvptx and c6x ports without a maintainer. Do >> you have any recommendations for a successor here? > Not really. It would be a shame to lose the C6X port though. If I'm > CC'd on any bug

Re: [PATCH doc] update documentation of x86 -mcx16 option

2017-06-11 Thread Gerald Pfeifer
On Sun, 4 Jun 2017, Sandra Loosemore wrote: > This is good, thanks. I think it's fine for GCC 7 branch as well (I guess > it's not a regression fix, but it seems unlikely to break anything). Plus the regression-only rule does not apply for docs. ;-) Gerald

[wwwdocs] Rotate 2016 news

2017-11-17 Thread Gerald Pfeifer
Applied. Gerald Index: index.html === RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v retrieving revision 1.1069 diff -u -r1.1069 index.html --- index.html 3 Nov 2017 12:35:51 - 1.1069 +++ index.html 18 Nov 2017 01:07:58 -

Re: [wwwdocs] Document Nios II changes for GCC 8

2017-11-18 Thread Gerald Pfeifer
On Sun, 29 Oct 2017, Sandra Loosemore wrote: I've checked in this patch to document my recent flurry of Nios II patches in the release notes for GCC 8. Thank you! The Nios II back end has been improved to generate better-optimized code. Changes include switching to LRA, more accurate

Re: [patch] implement generic debug() for vectors and hash sets

2017-11-21 Thread Gerald Pfeifer
On Mon, 20 Nov 2017, Aldy Hernandez wrote: > Minor oversight... Actually, there appears to be another issue related to this when bootstrapping with clang 3.4.1 (FreeBSD 10.4): /scratch/tmp/gerald/GCC-HEAD/gcc/print-rtl.c:982:1: error: explicit instantiation cannot have a storage class DEFINE_DE

Re: [patch] implement generic debug() for vectors and hash sets

2017-11-21 Thread Gerald Pfeifer
On Tue, 21 Nov 2017, Aldy Hernandez wrote: > I have no idea how to bootstrap with clang :). Perhaps someone can > throw a hint. It just works. Usually. :-) I run two testers, one nightly, one weekly, on a FreeBSD.org cluster, one with clang 3.4 the other with clang 4.0 right now, and while bot

Re: [patch] implement generic debug() for vectors and hash sets

2017-11-23 Thread Gerald Pfeifer
On Tue, 21 Nov 2017, Gerald Pfeifer wrote: > /scratch/tmp/gerald/GCC-HEAD/gcc/print-rtl.c:982:1: error: explicit > instantiation cannot have a storage class > DEFINE_DEBUG_VEC (rtx_def *) > ^ > /scratch/tmp/gerald/GCC-HEAD/gcc/vec.h:456:24: note: expanded from macro >

[wwwdocs] Adjust a comment in bin/preprocess

2017-11-25 Thread Gerald Pfeifer
I've had this in a local tree since February; better to flush local changes. This just adjust a comment to match the code wrt. ordering of steps. Applied, and I updated the instance on gcc.gnu.org as well. Gerald Index: bin/preprocess

[wwwdocs] Shorten bugs/index.html a little

2017-11-25 Thread Gerald Pfeifer
Just having pointed someone to our bug reporting instructions, I had a look myself and noticed that they are a little unwieldy . This is a first step of shortening the text a little. Help and contributions very welcome! Gerald Index: index.html ==

Re: [RFTesting] New POINTER_DIFF_EXPR

2017-11-25 Thread Gerald Pfeifer
On Mon, 20 Nov 2017, Marc Glisse wrote: new version, regtested on powerpc64le-unknown-linux-gnu. The front-end parts are up for review. 2017-10-28 Marc Glisse gcc/c/ * c-fold.c (c_fully_fold_internal): Handle POINTER_DIFF_EXPR. * c-typeck.c (pointer_diff): Use POINTER_DIFF_E

[wwwdocs] bugs/management.html: add a link, streamline a bit

2017-11-26 Thread Gerald Pfeifer
Looking for something Jonathan pointed out, I noticed (again) that our language is a bit verbose around our bug reporting / management instructions. Applied Gerald Add a link to our bug reporting instructions. Trim some language. Index: management.html =

[wwwdocs] bugs/index.html: remove explanation of major releases

2017-11-30 Thread Gerald Pfeifer
We adopted a numbering scheme that clearly shows major releases as such, so this bit has become unnecessary (and was outdated for all pratical purposes). Applied. Gerald Index: index.html === RCS file: /cvs/gcc/wwwdocs/htdocs/bugs/i

Re: [patch, wwwdocs, committed]

2017-12-03 Thread Gerald Pfeifer
On Fri, 6 Oct 2017, Thomas Koenig wrote: > I just committed the change below. Gerald's bot had no > complaints, so I guess this must be OK :-) Yes, and generally when it comes to the web pages, better change than sorry (of missing something). :-) Well, don't break the main page I guess, but, rea

Re: [PATCH][i386,AVX] Enable VBMI2 support [5/7]

2017-12-03 Thread Gerald Pfeifer
Hi Julia, hi Kirill, On Tue, 24 Oct 2017, Koval, Julia wrote: > This patch enables VPSHRD instruction. packing a "random" of your contributions. Can you please also think how to best document this in http://gcc.gnu.org/gcc-8/changes.html ? Let me know if you need any help with the web side of

[wwwdocs] Remove a final reference to libjava in bugs/

2017-12-03 Thread Gerald Pfeifer
Applied. Gerald Index: bugs/reghunt.html === RCS file: /cvs/gcc/wwwdocs/htdocs/bugs/reghunt.html,v retrieving revision 1.20 diff -u -r1.20 reghunt.html --- bugs/reghunt.html 9 Jul 2014 00:03:06 - 1.20 +++ bugs/reghunt.htm

RE: [PATCH][i386,AVX] Enable VBMI2 support [5/7]

2017-12-09 Thread Gerald Pfeifer
Hi Julia, On Mon, 4 Dec 2017, Koval, Julia wrote: > Do you think it is ok to copypaste it from GCC-6? you mean copy, past, and adjust? Yes, that should work. > GCC now supports the Intel CPU, named Cannonlake through > -march=cannonlake. The switch enables the following ISA extensions: > AVX5

config/i386/xmmintrin.h: Only #include if __STDC_HOSTED__

2017-12-09 Thread Gerald Pfeifer
if !__STDC_HOSTED__ whereas ours unconditionally does so. Andreas and Alexander have tested the simple patch below that essentially mirrors what clang does. Okay? Gerald 2017-12-09 Gerald Pfeifer * config/i386/xmmintrin.h: Only #include if __STDC_HOSTED__. Index: con

Re: [RFA][PATCH] 8/n Pull evrp range analyzer into its own file

2017-12-09 Thread Gerald Pfeifer
On Wed, 22 Nov 2017, Jeff Law wrote: >>> * gimple-ssa-evrp-analyze.c: New file pulled from gimple-ssa-evrp.c. >> >> With the move to C++, wasn't there a policy to name new files *.cc >> instead of *.c? > I'm happy to use .cc if that's where we want to go. It's trivial > and we're not losing any

[doc] doc/install.texi - tweak link to mkssoftware.com

2017-12-10 Thread Gerald Pfeifer
Committed. Gerald 2017-12-10 Gerald Pfeifer * doc/install.texi (Specific): Tweak link to mkssoftware.com. Index: doc/install.texi === --- doc/install.texi(revision 255528) +++ doc/install.texi(working copy

[wwwdocs] search.html - remove link to htdig.org

2017-12-10 Thread Gerald Pfeifer
www.htdig.org appears gone, and this link did not serve a real function for us anyway. Commmitted. Gerald Index: search.html === RCS file: /cvs/gcc/wwwdocs/htdocs/search.html,v retrieving revision 1.191 diff -u -r1.191 search.html -

[wwwdocs] projects/ia64.html -- SGI kernprof link

2017-12-10 Thread Gerald Pfeifer
SGI's sites does not carry kernprof any longer (that I could find), and even Google did not provide a replacement link, so make this a textual reference for historic reference. Applied. Gerald Index: projects/ia64.html === RCS file:

Re: [wwwdocs,Fortran] Links to source code for the Stephen Chapman books

2017-12-10 Thread Gerald Pfeifer
On Sun, 29 Oct 2017, Gerald Pfeifer wrote: > We carry these two links in readings.html, however they now redirect > to a generic page of the institution. > > Does any of you have a better reference (Google did not give me one > easily)? > > Otherwise I plan on app

[wwwdocs] gcc-3.1/changes.html - adjust Ada Core link

2017-12-10 Thread Gerald Pfeifer
This is one of our older pages, but even there now and then a little bit of link maintenance is required (https, no trailing slash). ;-) Applied. Gerald Index: gcc-3.1/changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.1/chang

RE: [PATCH][i386,AVX] Enable VBMI2 support [5/7]

2017-12-12 Thread Gerald Pfeifer
On Tue, 12 Dec 2017, Koval, Julia wrote: > Looks good. How to put it there(sorry, noob question)? Does https://gcc.gnu.org/about.html help? If not, let me know and I'll work with you (and update those docs on the way). Of course, even if things work for you, any suggestions on how to improve th

RE: [PATCH][i386,AVX] Enable VBMI2 support [5/7]

2017-12-12 Thread Gerald Pfeifer
On Tue, 12 Dec 2017, Koval, Julia wrote: > Here is the patch to update these files with my contributions. Ok for > trunk? Nice, thank you. The only change I'd suggest is -march=icelake to mark up the two options. (No need to ask for any further approvals.) Gerald

[wwwdocs] readings.html - adjust another Donald Knuth link

2017-12-13 Thread Gerald Pfeifer
Somehow we must have missed this one while updating the other related links on this page. Committed. Gerald Index: readings.html === RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v retrieving revision 1.286 diff -u -r1.286 reading

Re: [wwwdocs] mention AVR additions

2017-12-14 Thread Gerald Pfeifer
Hi Johann, On Wed, 13 Dec 2017, Georg-Johann Lay wrote: This adds AVR improvements to v8 Release Notes. that's quite impressive a set of improvements! Index: changes.html === The new devices are filed under https://gcc.g

Re: [patch,committed] Remove external links that texinfo would shred.

2017-12-17 Thread Gerald Pfeifer
On Tue, 11 Jul 2017, Georg-Johann Lay wrote: > texinfo is shredding external links. > > Applied the following patch to prevent uses from 404 not found. > > Johann > > gcc/ > * doc/extend.texi (AVR Function Attributes): Remove weblink to > Binutils doc as TEXI will mess them up. >

[wwwdocs] benchmarks/index.html - adjust second reference to gcc.opensuse.org

2018-01-07 Thread Gerald Pfeifer
A bit ago I updated the first reference, but missed the second on that page. Fixed thusly. Gerald Index: index.html === RCS file: /cvs/gcc/wwwdocs/htdocs/benchmarks/index.html,v retrieving revision 1.39 diff -u -r1.39 index.html ---

[wwwdocs] readings.html - libre.adacore.com is gone

2018-01-07 Thread Gerald Pfeifer
...so adjust to where it redirects. Applied. Gerald Index: readings.html === RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v retrieving revision 1.287 diff -u -r1.287 readings.html --- readings.html 14 Dec 2017 01:10:53 -000

Re: Remove support for FreeBSD 4.x (and earlier)

2018-05-27 Thread Gerald Pfeifer
eas, anyhing from your side? Gerald 2018-05-27 Gerald Pfeifer * config.gcc: Identify FreeBSD 3.x and 4.x as unsupported. * config/freebsd-spec.h (FBSD_LIB_SPEC): Only consider FreeBSD 5 and later. Index: gc

Re: [PATCH, alpha] PR target/85095

2018-05-31 Thread Gerald Pfeifer
On Thu, 24 May 2018, Jeff Law wrote: > > I can try to fix openbsd soon, but freebsd dropped alpha in 2009. > > How does gcc feel about me picking up patches from openbsd ports, their > > package manager, that weren't written by myself? > So ISTM we should deprecate freebsd alpha. Ab-so-lutely. In

[wwwdocs] Add (empty for now) GCC 9 release notes

2018-05-31 Thread Gerald Pfeifer
With that in place, please go ahead and start filling this. For GCC 8 many items came late, and I'm sure that we are still missing many that would have been worth documenting here. Gerald Applied as follows... Index: changes.html =

Re: [wwwdocs] Describe how to validate wwwdocs changes

2018-06-02 Thread Gerald Pfeifer
On Mon, 14 May 2018, Martin Sebor wrote: >> Martin, what do you think? Would that have avoided the challenges >> your ran into? Anything to better clarify or otherwise improve? > Thanks for the improvement! I think it will help going forward Great, I (finally) committed this now, business trave

[wwwdocs] Simplify our template for headers

2018-06-02 Thread Gerald Pfeifer
HTML 5 only supports the syntax we have been using "forever" for backwards compatibility. We could use which is documented as follows "For link elements, the author keyword indicates that the referenced document provides further information about the author for the page as a whole." b

[wwwdocs] Replace by id= attributes

2018-06-02 Thread Gerald Pfeifer
As I mentioned, I'm working to transition our pages to HTML which should not be too hard after my transition to CSS over the past years, but there are some changes we still need to account for. In HTML 5 the approach has been superseded by the use of id attributes. This implements this change f

Re: [wwwdocs] Describe how to validate wwwdocs changes

2018-06-02 Thread Gerald Pfeifer
On Tue, 15 May 2018, David Malcolm wrote: > Possibly a silly question, but why can't we just change all the > headers in the site source to be this? > > Is is something to do with the conversion toolchain? Yes. Though having spent the last hour looking into this in more detail, I believe we can

[wwwdocs] projects/tree-ssa/vectorization.html - update link to GCC Summit Proceedings

2018-06-02 Thread Gerald Pfeifer
This is a change I found on my disk that dates back more than a year; I don't recall the trigger back then, but verified it still works and applied it. Use the version of the proceedings we've got on our FTP site. Makes for a simpler, more stable link. Gerald Index: projects/tree-ssa/vectorizat

[wwwdocs] www.boost.org has moved to https

2018-06-02 Thread Gerald Pfeifer
On the way, also remove obsolete information on how to download it (which, as a side effect, reduces the number of links that can get broken). Applied. Gerald Index: readings.html === RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,

[wwwdocs] Fix name of Assignee Bugzilla field in bugs/management.html

2018-06-02 Thread Gerald Pfeifer
Applied after verifying that what is described here actually really happens in Bugzilla (just with the slightly different name of that field). Gerald Index: bugs/management.html === RCS file: /cvs/gcc/wwwdocs/htdocs/bugs/management.h

[wwwdocs,Java] Remove "less recent" Java news

2018-06-02 Thread Gerald Pfeifer
This is the last page we still carried from GCJ, and it has not been linked internally. I had marked this to possibly merge into our general News page, but clearly have not been able to get to it for two years now and else nobody cared either, and it was me keeping it for that purpose (only), ti

Re: [wwwdocs] Replace by id= attributes

2018-06-02 Thread Gerald Pfeifer
On Sat, 2 Jun 2018, Gerald Pfeifer wrote: > In HTML 5 the approach has been superseded by > the use of id attributes. > > This implements this change for all pages associated with active > releases. Hmpf, I missed that id attributes have to start with a letter; fixed thusly for

[wwwdocs] Push references to our CSS into individual HTML files

2018-06-02 Thread Gerald Pfeifer
This is based on a mail exchange with David and Martin, where I promised to look into it. It moves the inclusion of our CSS stylesheet from the preprocessing conducted on gcc.gnu.org into the individual HTML files. Clearly it is a tradeoff between having this once versus the very same reference i

Re: [wwwdocs] Buildstat update for 8.x

2018-06-03 Thread Gerald Pfeifer
On Wed, 23 May 2018, Tom G. Christensen wrote: > Latest results for 8.x Thanks, applied. Gerald k

Re: [wwwdocs] Push references to our CSS into individual HTML files

2018-06-03 Thread Gerald Pfeifer
On Sun, 3 Jun 2018, Jakub Jelinek wrote: >> Push the references to our CSS from the MetaHTML style sheet into the >> individual HTML files. > Doesn't this affect the generated pages, like onlinedocs etc.? In case of /onlinedocs it only affects the index pages which we have under wwwdocs/htdocs/onl

Re: [wwwdocs] Buildstat update for 6.x

2018-06-03 Thread Gerald Pfeifer
On Sat, 19 May 2018, Tom G. Christensen wrote: > Latest results for 6.x > > Note I reformatted two of the existing entries to match the rest of the file. Thanks, Tom! Applied now, and sorry for the delay. Business travel has not proven helpfull. One suggestion: Since you follow a "latest firs

Re: [PATCH][wwwdocs][arm] Mention removal of deprecated architectures

2018-06-08 Thread Gerald Pfeifer
On Fri, 8 Jun 2018, Kyrill Tkachov wrote: Now that Gerald has created a changes.html page for GCC 9 here's an entry about the removal of older arm architectures. Great! Happy to see that the page template is being used already, and thanks for starting to fill it. And I got a message from Ge

[wwwdocs] More replacing by id= attributes

2018-06-10 Thread Gerald Pfeifer
This continues what I started last weekend, a primary step to move our pages to HTML 5. Applied. Gerald Index: svnwrite.html === RCS file: /cvs/gcc/wwwdocs/htdocs/svnwrite.html,v retrieving revision 1.38 diff -u -r1.38 svnwrite.html

Re: [wwwdocs] Replace by id= attributes

2018-06-10 Thread Gerald Pfeifer
On Sat, 2 Jun 2018, Gerald Pfeifer wrote: > Hmpf, I missed that id attributes have to start with a letter; > fixed thusly for the GCC8 pages. I'll take care of the others > later. Done thusly. Committed. Gerald Index: gcc-

Re: [wwwdocs] Replace by id= attributes

2018-06-10 Thread Gerald Pfeifer
...plus one I had missed. Gerald Index: gcc-7/changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v retrieving revision 1.106 diff -u -r1.106 changes.html --- gcc-7/changes.html 10 Jun 2018 14:12:46 - 1.10

Re: [wwwdocs] Replace by id= attributes

2018-06-10 Thread Gerald Pfeifer
On Sun, 10 Jun 2018, Gerald Pfeifer wrote: >> Hmpf, I missed that id attributes have to start with a letter; >> fixed thusly for the GCC8 pages. I'll take care of the others >> later. > Done thusly. And in fact, not much point in having this for the table of contents

Re: [PATCH] wwwdocs: port from MetaHTML to a Python 3 script

2018-06-10 Thread Gerald Pfeifer
Hi David, On Mon, 4 Jun 2018, David Malcolm wrote: > Caveat/confession: I've never managed to successfully build MetaHTML, > so I've never run it. yes, it's become increasingly difficult to build given how it's been abandoned unfortunately (which is something I had brought up with RMS even twice

Re: [PATCH 1/2] Untangle stddef.h a little

2018-06-19 Thread Gerald Pfeifer
On Tue, 19 Jun 2018, co...@sdf.org wrote: > Hi! I have no commit access. > Can someone commit it? I'll take care. Gerald

[gomp,doc] Move www.openmp.org from http to https

2018-06-24 Thread Gerald Pfeifer
I'm wondering whether we really need all those links instead of just using a textual reference? This can become (and has in this case) a bit of a maintenance challenge. For now I applied the patch below, but perhaps we can simplify this still? Gerald 2018-06-24 Gerald Pf

Re: [PATCH 1/2] Untangle stddef.h a little

2018-06-24 Thread Gerald Pfeifer
FBSD_LIB_SPEC): Only consider FreeBSD 5 > and later. > > <https://gcc.gnu.org/ml/gcc-patches/2018-05/msg01409.html>.) I took this as a hint to further simplify ginclude/stddef.h. ;-) Thanks for pointing this out, Joseph! Okay to apply the following? Tested on x86_64-unkn

Re: [wwwdocs][committed] Mention GCC 7 changes for SH and RX

2018-01-21 Thread Gerald Pfeifer
On Sun, 21 Jan 2018, Oleg Endo wrote: > Somehow I never managed to commit the attached patch. > Better late than never. Indeed! (And it looks nice, by the way.) Gerald PS: This is one reason why I usually recommend to add changes as things make it into the tree, not wait until the end of stage

Re: [wwwdocs] Add GCC 7.3 section

2018-01-22 Thread Gerald Pfeifer
On Mon, 22 Jan 2018, Sebastian Huber wrote: >> +GCC 7.3 >> + >> +This is the > href="https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=7.3";>list >> +of problem reports (PRs) from GCC's bug tracking system that are >> +known to be fixed in the 7.3 releas

Re: [PATCH, wwwdocs] Update GCC 8 release notes for NDS32 port

2018-01-23 Thread Gerald Pfeifer
On Tue, 23 Jan 2018, Chung-Ju Wu wrote: > In previous patch we add new options for NDS32 port: > https://gcc.gnu.org/ml/gcc-patches/2018-01/msg01397.html > > So I think I need to update GCC 8 release notes as well. Yes, please. :-) > +New command-line options -mext-perf -mext-perf2 -mext-s

fsf.org has switched to https [wwwdocs]

2018-01-29 Thread Gerald Pfeifer
This is the obvious change for our web pages, where my link checker just reported some 200 new problematic links. ;-) I assume there are (many) other instances we'll want to have a look at in our source tree, for example. Gerald Index: style.mhtml

Re: wwwdocs: Some release notes for powerpc for GCC 8

2018-02-01 Thread Gerald Pfeifer
On Thu, 1 Feb 2018, Segher Boessenkool wrote: > This is a first set of release notes for Power for GCC 8. > > Is this okay to commit? Yes, thank you! Just the move ofseems unclear to me? Can you omit that? Gerald

Re: wwwdocs: Some release notes for powerpc for GCC 8

2018-02-06 Thread Gerald Pfeifer
On Thu, 1 Feb 2018, Segher Boessenkool wrote: >> Just the move ofseems >> unclear to me? Can you omit that? > The entries are alphabetic, except that one. Should have put it in > a separate patch, sorry. Actually it was fine as I just realize. I got confused by hppa and nvptx (which is sor

Re: [PATCH] MPX and CET changes in release notes

2018-02-14 Thread Gerald Pfeifer
Hi Igor, On Wed, 14 Feb 2018, Tsimbalist, Igor V wrote: > MPX is going to be deprecated in gcc-8. Control-flow protection support > is in gcc-8. Reflect these in Release Notes for gcc-8. thanks for this update. Only some minor changes, then this is good to go. >> >> A new option -fcf-pr

[PATCH] for Re: netgull.com mirror doesn't have gcc release .sig files.

2018-02-24 Thread Gerald Pfeifer
On Tue, 8 Jul 2014, Richard Biener wrote: >> The reason you do not see .sig files on our netgull.com mirror is >> that it mirrors gcc.gnu.org, which does not carry those, whereas >> ftp.gnu.org and hence its mirrors has them. >> >> Richi, Jakub, can you also add those .sig files to the copies on >>

[wwwdocs] PATCH for Re: Create a new mirror

2018-03-04 Thread Gerald Pfeifer
On Wed, 28 Feb 2018, KoDDoS Mirror wrote: > We added missing cronjob to update it. It should be updated in > less than 6 hours. Yep, it did. I just applied the patch below. Thank you for mirroring and letting us know! Gerald Index: mirrors.html ===

[wwwdocs] Remove babyname.tips mirror

2018-03-04 Thread Gerald Pfeifer
It appears the entire mirror infrastructure is gone (empty), so remove this from our mirror list. Applied. Gerald Index: mirrors.html === RCS file: /cvs/gcc/wwwdocs/htdocs/mirrors.html,v retrieving revision 1.247 diff -u -r1.247 mi

[wwwdocs] www-cs-faculty.stanford.edu has moved to https

2018-03-04 Thread Gerald Pfeifer
Applied. Gerald Index: readings.html === RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v retrieving revision 1.288 diff -u -r1.288 readings.html --- readings.html 8 Jan 2018 00:39:28 - 1.288 +++ readings.html

[wwwdocs] Adjust to new MPC homepage (gcc-4.5/changes.html)

2018-03-04 Thread Gerald Pfeifer
Not sure why they made this change, but the main address now redirects to an MPC-specific page. Committed. Gerald Index: gcc-4.5/changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.5/changes.html,v retrieving revision 1.116 dif

Re: [PATCH] Fix PR84427, PRE ANTIC iteration (again)

2018-03-04 Thread Gerald Pfeifer
On Fri, 2 Mar 2018, Richard Biener wrote: >> It looks like Zdenek has already filed a report against this change. >> I'll wait for resolution on that before reducing the various linux >> kernel build failures. > Can you attach the i686 one to the PR? the two existing ones are > different causes al

Re: [PATCH] Add a few new contrib.texi entries, especially for people who perform GCC fuzzy testing and report bugs (take 2)

2018-03-07 Thread Gerald Pfeifer
On Wed, 7 Mar 2018, Jakub Jelinek wrote: > Ok for trunk? > > 2018-03-07 Jakub Jelinek > > * doc/contrib.texi: Add entries for Martin Liska, David Malcolm, > Marek Polacek, extend Vladimir Makarov's, Jonathan Wakely's and > Volker Reichelt's entry and add entries for people th

[wwwdocs] AVR entry in readings.htmls

2018-03-10 Thread Gerald Pfeifer
It appears this link at atmel.com has been taken down without what appears a replacement, so I applied the patch below. Denis, if you have a new reference, happy to add that, of course. Gerald Index: readings.html === RCS file: /cvs

Re: [wwwdocs] Adjust to new MPC homepage (gcc-4.5/changes.html)

2018-03-10 Thread Gerald Pfeifer
On Sun, 4 Mar 2018, Gerald Pfeifer wrote: > Not sure why they made this change, but the main address now > redirects to an MPC-specific page. Turns out I missed the second link on that page; let's avoid that going forward. ;-) Committed. Gerald Index: gcc-4.5/c

[wwwdocs] www.fsf.org switched to https - lists.html

2018-03-10 Thread Gerald Pfeifer
Applied. Gerald Index: lists.html === RCS file: /cvs/gcc/wwwdocs/htdocs/lists.html,v retrieving revision 1.112 diff -u -r1.112 lists.html --- lists.html 31 Aug 2014 16:32:23 - 1.112 +++ lists.html 10 Mar 2018 16:31:59 -000

[wwwdocs] math.nist.gov has moved to https (readings.html)

2018-03-11 Thread Gerald Pfeifer
Applied. Gerald Index: readings.html === RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v retrieving revision 1.290 diff -u -r1.290 readings.html --- readings.html 10 Mar 2018 16:15:35 - 1.290 +++ readings.html

[wwwdocs] www-cs-faculty.stanford.edu has moved to https (projects/prefetch.html)

2018-03-11 Thread Gerald Pfeifer
It appears I already fixed this weeks, if not months ago, except that actually committing the changes helps? Done now. Gerald Index: projects/prefetch.html === RCS file: /cvs/gcc/wwwdocs/htdocs/projects/prefetch.html,v retrieving re

Re: [PATCH 0/3] wwwdocs: Updates for gcc 8 changes

2018-03-18 Thread Gerald Pfeifer
Hi David, On Fri, 16 Mar 2018, David Malcolm wrote: > This patch kit is for the website; I generated it against a local > git mirror of the CVS repo. > > It adds lots of examples of colorized output from GCC, which > I generated using ansi2html.sh, an LGPLv2 script for turning ANSI > color codes

Re: [PATCH 2/3] Add htdocs/ansi2html.css

2018-03-18 Thread Gerald Pfeifer
On Fri, 16 Mar 2018, David Malcolm wrote: > Generated by: > > ansi2html.sh --css-only --bg=dark --palette=xterm Okay, modulo my questions in the previous mail (esp. the one on pruning). Gerald

Re: [wwwdocs] Release notes for SVE

2018-03-18 Thread Gerald Pfeifer
Hi Richard, On Fri, 2 Mar 2018, Richard Sandiford wrote: > This patch updates the release notes to mention SVE. OK to install? this looks fine, thank you! > Index: wwwdocs/htdocs/gcc-8/changes.html > === > +The Scalable Vector

Re: [PATCH 3/3] Document my gcc 8 changes for the website

2018-03-18 Thread Gerald Pfeifer
On Fri, 16 Mar 2018, David Malcolm wrote: > This patch documents various improvements in GCC 8 for our website. Wow. > There are lots of examples of colorized output from GCC (generated > using ansi2html) Wow^2. That must have been a lot of work! (Both improving the diagnostics as well as cre

[libstc++,doc] doc/xml/manual/documentation_hacking.xml: Adjust link to docbook.org.

2018-03-18 Thread Gerald Pfeifer
2018-03-19 Gerald Pfeifer * doc/xml/manual/documentation_hacking.xml: Adjust link to docbook.org. Just more https; applied. Gerald Index: doc/xml/manual/documentation_hacking.xml === --- doc/xml/manual

[libstdc++,doc] Adjust links to www.fsf.org

2018-03-18 Thread Gerald Pfeifer
2018-03-19 Gerald Pfeifer * doc/xml/api.xml: www.fsf.org has moved to https. Also omit trailing slash for domain level link. * doc/xml/faq.xml: Ditto. * doc/xml/manual/appendix_free.xml (software): Ditto. * doc/xml/manual/intro.xml: Ditto. * doc

[wwwdocs] readings.html - remove SGI STL page

2018-03-18 Thread Gerald Pfeifer
...which redirects to an empty dummy as I mentioned in an earlier mail. Committed. Gerald Index: readings.html === RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v retrieving revision 1.291 diff -u -r1.291 readings.html --- reading

[wwwdocs] PATCH for Re: GCC mirror - Please read it

2018-03-18 Thread Gerald Pfeifer
On Sat, 3 Feb 2018, BigSearcher Info wrote: > please let me know if you need the mirror I set for the GCC community > some weeks ago. Thank you for doing that and letting us know, and sorry for the delay in responding. I just added this to the official GCC mirrors list per the patch below. Chee

Re: [wwwdocs] Update gcc-8/changes.html for some IPA and x86 canges

2018-03-19 Thread Gerald Pfeifer
Hi Honza, thanks for putting this together. Below you'll find a number of simple suggestions. This patch is fine if you make those changes; no need to review again, though posting the final patch would be good. On Mon, 19 Mar 2018, Jan Hubicka wrote: > +Reworked runtime estimation metrics

Re: [wwwdocs] Update gcc-8/changes.html for some IPA and x86 canges

2018-03-20 Thread Gerald Pfeifer
Here a minor update on top of the committed patch. Applied. Gerald Index: gcc-8/changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-8/changes.html,v retrieving revision 1.45 diff -u -r1.45 changes.html --- gcc-8/changes.html 19

Re: [PATCH] Fix typos (PR other/84819).

2018-03-20 Thread Gerald Pfeifer
On Tue, 20 Mar 2018, Martin Liška wrote: > There's patch for couple of documentation issues reported in the PR. Looks good to me, thanks! Just, should there be an "a" in "use jump table"? Geralddiff --git a/gcc/calls.c b/gcc/calls.c index 4dcfef77a5a..9eb0467311b 100644 --- a/gcc/calls.c +++ b/g

Re: [PATCH, committed] Update my MAINTAINERS entries

2018-03-31 Thread Gerald Pfeifer
On Fri, 30 Mar 2018, Bill Schmidt wrote: > Just updating my email address and making it a little clearer which > is which between Will Schmidt and me. Committed. Actually you can (should) remove your entry from Write after Approval since you are now listed in one of the previous sections already

[wwwdocs] PATCH for Re: [PATCH] Make -gcolumn-info the default

2018-04-01 Thread Gerald Pfeifer
On Tue, 24 Oct 2017, Richard Biener wrote: >> +1 from me, FWIW. > Please add some changes.html blurb. I don't find anything in gcc-8/changes.html, so how about the following? Gerald Index: changes.html === RCS file: /cvs/gcc/wwwdocs

<    7   8   9   10   11   12   13   14   15   16   >