[wwwdocs] Wikipedia now defaults to, and redirects to, https.

2015-06-27 Thread Gerald Pfeifer
Wikipedia now defaults to, and redirects to, https, so adjust our links. Applied. Gerald Index: codingconventions.html === RCS file: /cvs/gcc/wwwdocs/htdocs/codingconventions.html,v retrieving revision 1.72 diff -u -r1.72 codingconv

[wwwdocs] The C++ ABI specification has moved again

2015-06-27 Thread Gerald Pfeifer
...so adjust all the links. Applied. Gerald Index: faq.html === RCS file: /cvs/gcc/wwwdocs/htdocs/faq.html,v retrieving revision 1.220 diff -u -r1.220 faq.html --- faq.html29 Jun 2014 20:12:59 - 1.220 +++ faq.html27

[wwwdocs] move a link to https in java/done.html

2015-06-28 Thread Gerald Pfeifer
Applied. Gerald 2015-06-27 Gerald Pfeifer * done.html: www.pdflabs.com now uses https. Index: done.html === RCS file: /cvs/gcc/wwwdocs/htdocs/java/done.html,v retrieving revision 1.53 diff -u -r1.53 done.html

Re: [wwwdocs] The C++ ABI specification has moved again

2015-06-28 Thread Gerald Pfeifer
On Sat, 27 Jun 2015, Gerald Pfeifer wrote: > ...so adjust all the links. Applied. Plus one I missed yesterday. Gerald Index: gcc-3.2/c++-abi.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.2/c++-abi.html,v retrieving revision

[wwwdocs] debian.org has moved to https

2015-06-28 Thread Gerald Pfeifer
Applied. Gerald Index: gcc-4.6/porting_to.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/porting_to.html,v retrieving revision 1.7 diff -u -r1.7 porting_to.html --- gcc-4.6/porting_to.html 28 Jun 2014 22:44:29 - 1.7

Re: [Patch wwwdocs] Document caveat with guard initializations for C++ on architectures without barrier instructions.

2015-06-28 Thread Gerald Pfeifer
On Fri, 26 Jun 2015, Ramana Radhakrishnan wrote: > OK ? One sence has "will ... either ... or would" where I think using "will" in both cases may be better? Apart from this it looks good to me. Plus, as maintainer you don't need approval for contributions like this. :-) Gerald

[wwwdocs] Fix link from about.html to contribute.html

2015-06-28 Thread Gerald Pfeifer
- 1.25 +++ about.html 28 Jun 2015 15:16:38 - @@ -9,7 +9,7 @@ GCC: About These pages are maintained by the GCC team and it's easy to -contribute. +contribute. The web effort was originally led by Jeff Law. For the last decade or so Gerald Pfeifer has been leading the e

Re: [wwwdocs] 4.9/changes.html: Mention -Wopenmp-simd/-fsimd-cost-model; Fortran update

2015-06-28 Thread Gerald Pfeifer
No feedback, so I now went ahead and applied this. Tobias, if you have any suggestions, please advise. Gerald On Sun, 12 Apr 2015, Gerald Pfeifer wrote: > [ Tobias, your bur...@net-b.de account just bounced with "mailbox full"! ] > > On Tue, 18 Feb 2014, Tobias Burnus wrote

[wwwdocs] Link maintenance for projects/cli.html

2015-06-28 Thread Gerald Pfeifer
Applied. Gerald Index: projects/cli.html === RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cli.html,v retrieving revision 1.26 diff -u -r1.26 cli.html --- projects/cli.html 30 Jun 2014 22:07:35 - 1.26 +++ projects/cli.html

[doc] invoke.texi: -mno-fancy-math-387 and FreeBSD

2015-06-28 Thread Gerald Pfeifer
back to GCC 5 and 4.9 as well? Gerald On Wed, 16 Feb 2011, Gerald Pfeifer wrote: > The documentation indicates that -mno-fancy-math-387 is the default > on FreeBSD, yet I do not see any code actually implementing that, and > I verified that the following > > #include > >

[wwwdocs] Adjust URL of StarPU in extensions.html

2015-06-28 Thread Gerald Pfeifer
Applied. Gerald Index: extensions.html === RCS file: /cvs/gcc/wwwdocs/htdocs/extensions.html,v retrieving revision 1.55 diff -u -r1.55 extensions.html --- extensions.html 21 Apr 2015 10:11:35 - 1.55 +++ extensions.html

[wwwdocs] Knuth's pages have moved, adjust URLs

2015-06-29 Thread Gerald Pfeifer
Applied. Gerald Index: readings.html === RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v retrieving revision 1.239 diff -u -r1.239 readings.html --- readings.html 27 Jun 2015 19:26:46 - 1.239 +++ readings.html

Re: [wwwdocs] Knuth's pages have moved, adjust URLs

2015-06-29 Thread Gerald Pfeifer
Oh, and the patch also removed a link to his home page. Enough links in place already. Gerald

Re: [patch, wwwdocs, committed] Document -Winteger-division for Fortran

2015-07-01 Thread Gerald Pfeifer
On Wed, 1 Jul 2015, Thomas Koenig wrote: > I just committed the following patch to the WWW docs. Thanks. In the description, are the integers constants truncated or (the result of) the division? > An error was reported by Gerald's script, but that seems to have > been spurious. At least, there

Re: [doc] invoke.texi: -mno-fancy-math-387 and FreeBSD

2015-07-02 Thread Gerald Pfeifer
nly" applies. :-) Gerald 2015-07-03 Gerald Pfeifer PR target/37072 * doc/invoke.texi (i386 and x86-64 Options): -mno-fancy-math-387 is not actually the default on FreeBSD. 2015-07-02 Bill Schmidt * config/rs6000/rs6000-builtin.def (CMPGE_16QI): New b

[wwwdocs] debian.org now uses https

2015-07-05 Thread Gerald Pfeifer
...so convert to links in our manuals. Applied. Gerald 2015-07-05 Gerald Pfeifer * doc/fragments.texi (Target Fragment): Convert debian.org link to use https. * doc/install.texi (Configuration): Ditto. Index: doc/fragments.texi

Re: [PATCH] Fix PR testsuite/64605

2015-01-16 Thread Gerald Pfeifer
On Thursday 2015-01-15 20:53, Ilya Verbin wrote: > $ make check-target-libatomic > ... > ERROR: (DejaGnu) proc "gcc-dg-test-1 libatomic_target_compile > ../../../../gcc/libatomic/testsuite/libatomic.c/atomic-compare-exchange-1.c > run { -g}" does not exist. For a few days now I see the following

Re: Merge current set of OpenACC changes from gomp-4_0-branch

2015-01-16 Thread Gerald Pfeifer
Hi Thomas, On Thursday 2015-01-15 21:20, Thomas Schwinge wrote: > In r219682, I have committed to trunk our current set of OpenACC changes, > which we had prepared on gomp-4_0-branch. Thanks to everyone who has > been contributing! this breaks bootstrap on FreeBSD 8/amd64 from what I can tell:

Re: Merge current set of OpenACC changes from gomp-4_0-branch

2015-01-16 Thread Gerald Pfeifer
require autoconf, so I went ahead and fixed it myself. ;-) Committed after successful bootstrap on x86_64-unknown-freebsd8.4 (after hacking around the other failure). Gerald 2015-01-16 Gerald Pfeifer * target.c (num_devices): Guard with PLUGIN_SUPPORT. Index: target.c

Re: [PATCH] Install libgcj.pc as libgcj-5.pc rather than libgcj-5.0.pc (PR libgcj/64219)

2015-01-17 Thread Gerald Pfeifer
On Monday 2015-01-12 21:04, Jakub Jelinek wrote: > This patch changes the libgcj*.pc installed filename to match the new GCC > versioning scheme. Cool, as I said in August https://gcc.gnu.org/ml/gcc/2014-08/msg00250.html and Jeff confirmed in November https://gcc.gnu.org/ml/gcc/2014-11/msg0032

Re: [PATCH 3/5] OpenACC 2.0 support for libgomp - outline documentation (repost)

2015-01-17 Thread Gerald Pfeifer
On Saturday 2014-11-15 00:52, Julian Brown wrote: > Thanks -- here's a new version of the patch, which incorporates David > Malcolm's new backronym for libgomp, and edits the above files also. +@uref{http://www.openacc.org/, OpenACC specification v2.0}, section By the way, here and in other cases

Re: [PATCH][wwwdocs] Mention -freport-bug in release notes

2015-01-17 Thread Gerald Pfeifer
Hi Yury, On Friday 2015-01-16 12:18, Yury Gribov wrote: > This is a wwwdocs patch to changes.html to announce -freport-bug flag. how about the following variation (which I have not committed yet)? Index: changes.html === @@ -514,6 +

[wwwdocs] Two editorial changes to gcc-5/changes.html

2015-01-17 Thread Gerald Pfeifer
I must have made this weeks ago, committed now. Gerald Index: changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v retrieving revision 1.57 diff -u -r1.57 changes.html --- changes.html8 Jan 2015 16:50:23 -0

Re: [PATCH][ARM] FreeBSD arm support, EABI, v2

2015-01-17 Thread Gerald Pfeifer
On Friday 2015-01-09 15:24, Andreas Tobler wrote: > Committed. (r219388) Thanks. Can this also go into the GCC 4.9 branch? That is (and will be for a while) the latest release stream and the patch is pretty much isolated to FreeBSD. Gerald

Re: [PATCH, doc] NDS32: Describe -mcmodel= option instead of -mgp-direct in the documentation.

2015-01-18 Thread Gerald Pfeifer
On Wednesday 2015-01-14 17:56, Chung-Ju Wu wrote: > 2015-01-14 Chung-Ju Wu > > * doc/invoke.texi (NDS32 Options): Add -mcmodel= option and > remove -mgp-direct option. > > Although these changes are target-specific part, I think it would be better > for others to have review com

Re: [PATCH, doc] NDS32: Remove -mforce-fp-as-gp, -mforbid-fp-as-gp, and -mex9 options from documentation.

2015-01-18 Thread Gerald Pfeifer
On Wednesday 2015-01-14 17:58, Chung-Ju Wu wrote: > 2015-01-14 Chung-Ju Wu > > * doc/invoke.texi (NDS32 Options): Remove -mforce-fp-as-gp, > -mforbid-fp-as-gp, and -mex9 options. Can you cover these, and similar changes, in the release notes at htdocs/gcc-5/changes.html, please

Re: [doc, committed] remove duplicate docs for -ftracer

2015-01-18 Thread Gerald Pfeifer
On Saturday 2015-01-17 13:55, Sandra Loosemore wrote: > 2015-01-17 Sandra Loosemore > > gcc/ > * doc/invoke.texi ([-ftracer]): Remove duplicate option listing. Thanks for doing these cleanups, Sandra. The attachment only had the ChangeLog, not the patch. Since I had a look anyway

Re: [patch] powerpc-vxworksmils port, variant of powerpc-vxworksae

2015-01-18 Thread Gerald Pfeifer
Hi Olivier, On Thursday 2014-09-18 12:36, Olivier Hainque wrote: > We have been maintaining a port to VxWorks MILS for powerpc for a while now > and thought others might be interested. > > VxWorksMILS is very close to VxWorksAE, so the patch is pretty small. The main > noticeable difference is th

Re: [patch] powerpc-vxworksmils port, variant of powerpc-vxworksae

2015-01-19 Thread Gerald Pfeifer
On Monday 2015-01-19 11:56, Olivier Hainque wrote: > Something like the attached patch ? > > wwwdocs/htdocs/gcc-5/ > > * changes.html (Operating Systems section): Mention support > of VxWorks MILS. This looks sweet, thank you! Gerald

Re: [AArch64] Add a new scheduling description for the ARM Cortex-A57 processor

2015-01-19 Thread Gerald Pfeifer
On Monday 2015-01-19 17:52, James Greenhalgh wrote: > OK after the Cortex-A57 scheduling description goes in to the ARM port? Yes, thanks, except that once will be sufficient. ;-) (The current patch features the same hunk twice?) Gerald

Re: [AArch64] Add a new scheduling description for the ARM Cortex-A57 processor

2015-01-20 Thread Gerald Pfeifer
On Tuesday 2015-01-20 08:15, Ramana Radhakrishnan wrote: > I'm not sure if a "common" section improves readability. I'd rather > this remained as it is today. On Tuesday 2015-01-20 09:27, Marcus Shawcroft wrote: > I'd prefer separate sections, IMHO that is more useful. /Marcus Okay, then let's g

Re: [COMMITTED] Merge libffi with upstream

2015-01-24 Thread Gerald Pfeifer
Bootstrap on FreeBSD 10.x/i386 is now broken: libtool: compile: /scratch2/tmp/gerald/OBJ-0124-0939/./gcc/xgcc -B/scratch2/tmp/gerald/OBJ-0124-0939/./gcc/ -B/home/gerald/gcc-ref10-i386/i386-unknown-freebsd10.1/bin/ -B/home/gerald/gcc-ref10-i386/i386-unknown-freebsd10.1/lib/ -isystem /home/gera

Re: Add to maintainers list.

2015-01-24 Thread Gerald Pfeifer
Hi Alex, On Friday 2014-11-21 10:07, Alex Velenko wrote: > Can someone, please, approve? we tried to document this in https://gcc.gnu.org/svnwrite.html . Can you perhaps suggest a way for us to improve this to make it more clear or easier to find? Gerald

Re: minor: 2014 instead of 2015 in the timeline

2015-01-25 Thread Gerald Pfeifer
On Sunday 2015-01-25 20:04, Leonid Yuriev wrote: > https://gcc.gnu.org/develop.html#timeline > > s/GCC 5 Stage 4 (starts 2014-01-17)/GCC 5 Stage 4 (starts 2015-01-17)/ Thanks for reporting this, Leonid. I just applied the obvious patch below. Gerald Index: develop.html

Re: [PATCH] toplev.c: Process the failure when read fails for random_seed

2015-01-25 Thread Gerald Pfeifer
On Friday 2015-01-23 04:50, Chen Gang S wrote: > And I want to consult: for passing assignment working flow, must I > make a patch which contents much code lines? (At present, my patches > are all trivial patch). No, the assignment process does not have any requirements on past or current patche

Re: [wwwdocs] C++ SD-6 feature test column for cxx0x.html and cxx1y.html

2015-01-25 Thread Gerald Pfeifer
Hi Ed, On Friday 2015-01-02 13:59, Ed Smith-Rowland wrote: >>> I would like peoples opinion of adding another column to the tables >>> indicating C++ feature status for C++11 and C++14 that contains the >>> relevant SD-6 feature macro. >> Sure, that makes sense. > I seem unable to commit to wwwdoc

Re: PR39570 (gfortran) cabs and cabsf are named differently on NetBSD 5

2015-01-25 Thread Gerald Pfeifer
Kai-Uwe, according to gcc/MAINTAINERS Jason and Krister are NetBSD maintainers for GCC and can approve patches like yours, so let me copy them. (Should this be applied now, at least the copyright years need to be adjusted to include 2015.) Gerald On Wednesday 2014-12-17 23:10, Kai-Uwe Eckhardt

Re: [PATCH][www] Tidy criteria.html

2015-01-25 Thread Gerald Pfeifer
On Wednesday 2015-01-21 14:17, Richard Biener wrote: > Just read it and thought the following may apply. This is a minor follow up. It makes a link relative and removes a direct reference to Bugzilla. Applied. Gerald Index: criteria.html

Re: [doc, committed] fix @var markup on option keyword choices

2015-01-25 Thread Gerald Pfeifer
On Wednesday 2015-01-07 19:20, Sandra Loosemore wrote: The documented syntax for most GCC options that take magic keywords is of the form @option{-ffoo=@var{magic}}, with the various literal values for @var{magic} listed in the option description. There are a number, though, that list the keywor

Re: [wwwdocs] Buildstat update for 4.8

2015-01-25 Thread Gerald Pfeifer
On Monday 2014-12-01 20:44, Tom G. Christensen wrote: > Testresults for 4.8.3 > hppa-unknown-linux-gnu > x86_64-apple-darwin14.0.0 Applied, thank you. Gerald

[wwwdocs] gcc-5/changes.html and -malign-data

2015-01-25 Thread Gerald Pfeifer
This fixes grammar and avoids "alignment value" without "an" or "the". Applied. Gerald Index: gcc-5/changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v retrieving revision 1.70 diff -u -r1.70 changes.html --- gcc

Re: [doc, committed] copy-edit documentation for -fisolate-erroneous-paths-*

2015-01-25 Thread Gerald Pfeifer
On Saturday 2015-01-03 17:59, Sandra Loosemore wrote: > * most places in the manual use "null" or more rarely "@code{NULL}" > rather than "NULL" So, should this be documented in gcc.gnu.org/codingconventions.html? Joseph? Gerald

Re: [doc, committed] invoke.texi markup fixes

2015-01-25 Thread Gerald Pfeifer
On Monday 2015-01-05 19:37, Sandra Loosemore wrote: (I'm actually surprised that anybody even bothered to look at the patch If the doc maintainers would prefer me to post these kinds of copy-editing changes for review rather than just commit them, please let me know.) I am fine, in fact hap

Re: [wwwdocs] Re: [patch] Update C++11 status in libstdc++ docs

2015-01-25 Thread Gerald Pfeifer
On Tuesday 2015-01-20 16:38, Jonathan Wakely wrote: Here's the wwwdocs patch for gcc-5/changes.html I applied this little follow-up which ends lists with a full stop instead of using a semi-colon. Gerald Index: changes.html === R

Re: [wwwdocs] Mention ipa-ICF and auto-FDO

2015-01-25 Thread Gerald Pfeifer
Hi Honza, thanks for putting this together. Please find some notes below. Can you please take these plus the other bits of feedback you got and post an updated patch for a quick final check? On Wednesday 2015-01-21 22:58, Jan Hubicka wrote: > Index: changes.html > ===

Re: [wwwdocs] C++ SD-6 feature test column for cxx0x.html and cxx1y.html

2015-01-26 Thread Gerald Pfeifer
On Sunday 2015-01-25 23:10, Ed Smith-Rowland wrote: Here is a new patch (no change from previous).. If you could apply it that would be great. Sure thing. Applied right away. Gerald

Re: [Patch][wwwdocs]Deprecate the ARM TPCS related options in gcc 5.0

2015-01-26 Thread Gerald Pfeifer
On Monday 2015-01-26 16:47, Terry Guo wrote: > This patch intends to update gcc 5.0 change.html to deprecate TPCS > related options because TPCS is obsoleted per the ABI document at > http://infocenter.arm.com/help/topic/com.arm.doc.ihi0042e/IHI0042E_aapcs.pdf. > Is it OK? >From a language pers

Re: [PATCH] update_web_docs_svn: support the JIT docs (PR jit/64257)

2015-01-26 Thread Gerald Pfeifer
On Friday 2015-01-23 17:44, David Malcolm wrote: > The following patch builds and installs the JIT documentation for > the website (just HTML for now). > > It's tricky to test (I don't have a copy of /www/gcc/bin/preprocess), > but I was able to use this to generate sane-looking documentation, > b

RE: [Patch][wwwdocs]Deprecate the ARM TPCS related options in gcc 5.0

2015-01-28 Thread Gerald Pfeifer
On Wednesday 2015-01-28 09:57, Terry Guo wrote: > Thanks Gerald. Patch is updated. Is this one OK? This good to me. (Perhaps say "which were only applicable", since there are gone now?) Gerald

Re: [wwwdocs] Mention ipa-ICF and auto-FDO

2015-01-28 Thread Gerald Pfeifer
On Monday 2015-01-26 07:10, Jan Hubicka wrote: > Index: changes.html > === > + An Identical Code Folding (ICF) pass (controled via controlled > + this pass unifies about 29000 functions that is 10% overall. "functions, that

Re: [changes.html] Document -fdiagnostics-color= default changes

2015-02-01 Thread Gerald Pfeifer
On Friday 2014-11-14 19:12, Manuel López-Ibáñez wrote: > This is what I committed. Thanks Manuel! As I am catching up on some older changes, I went ahead and made some minor changes on top of yours and applied the following: Make a link description around -fdiagnostics-color= more meaningful,

[wwwdocs] about.html maintainance

2015-02-01 Thread Gerald Pfeifer
It turns out that with the disabling of cvsweb the code for the infrastructure no longer is accessible via the web (and I actually only wanted to adjust that part of the page), so make those adjustment, simplify the language a bit, but disable the section. Applied. Gerald Index: about.html =

Re: [PATCHv2][wwwdocs] Mention -freport-bug in release notes

2015-02-02 Thread Gerald Pfeifer
On Monday 2015-01-26 11:03, Yury Gribov wrote: Second version of patch with updates from Gerald Pfeifer. Ok to commit? Yes, this looks good. Thank you, Gerald

Re: [PING, www] Re: [PATCH] update_web_docs_svn: support the JIT docs (PR jit/64257)

2015-02-02 Thread Gerald Pfeifer
Hi David, On Monday 2015-02-02 11:39, David Malcolm wrote: * update_web_docs_svn: Don't delete gcc/jit/docs or gcc/jit/jit-common.h, gcc/jit/notes.txt. Special case the building of the jit docs (using sphinx-build). Special case copying them up. >> I've committed t

Re: [PATCH][wwwdocs] Document support for Cortex-A72

2015-02-04 Thread Gerald Pfeifer
On Wednesday 2015-02-04 16:19, Matthew Wahab wrote: This patch documents in gcc-5/changes.html the addition of support for the Cortex-A72 to the ARM and the AArch64 backends. Looks good to me, but you may want to wait a bit for ARMers to chime in. Or go ahead and thing can always be tweaked l

Re: [PATCH] More fixes for update_web_docs_svn for jit docs (PR jit/64257)

2015-02-04 Thread Gerald Pfeifer
On Wednesday 2015-02-04 13:32, David Malcolm wrote: > OK for trunk? > > gcc/jit/ChangeLog: > PR jit/64257 > * docs/conf.py (html_theme): Change from 'pyramid' > to 'sphinxdoc'. > > maintainer-scripts/ChangeLog: > PR jit/64257 > * update_web_docs_svn: Update build of

Re: [PATCH] More fixes for update_web_docs_svn for jit docs (PR jit/64257)

2015-02-04 Thread Gerald Pfeifer
On Wednesday 2015-02-04 14:10, David Malcolm wrote: > Gerald: Please can you do the "svn up" on the relevant machine again, > so that it gets the updated "update_web_docs_svn"? That was my plan, yes. :-) I just did that and manually ran the script, and it seems to work. Still, do you think you

Re: [PATCH] maintainer-scripts: Fix 404s in "Show Source" in jit docs

2015-02-06 Thread Gerald Pfeifer
On Thursday 2015-02-05 22:49, David Malcolm wrote: > Tested locally with a suitably hacked up script to work on this > machine; with this patch the "Show Sources" links work within the > files installed to /www/gcc/htdocs. > > OK for trunk? > > maintainer-scripts/ChangeLog: > * update_web_d

Re: [doc, committed] fix typos in docs/comments for devirtualization optimizations

2015-02-06 Thread Gerald Pfeifer
Hi Sandra, Index: gcc/ipa-devirt.c === polymorphic (indirect) call - This is callgraph represention of virtual method call. Every + This is callgraph representation of virtual method call. Every polymorphic

Re: Stepping down as global maintainer

2015-02-08 Thread Gerald Pfeifer
On Friday 2015-02-06 16:42, Diego Novillo wrote: > As such, I propose to become a write-after-approval maintainer > and relinquish all the other maintainer roles I had. Thanks for your contributions over the years, Diego! I had a look at gcc/doc/contrib.texi and am not sure this properly reflects

Re: [PATCH] check_GNU_style.sh "80 characters exceeded" error fix

2015-02-08 Thread Gerald Pfeifer
On Monday 2014-12-08 15:15, Jeff Law wrote: >> * contrib/check_GNU_style.sh (col): Got rid of cut operation >> from the pipe chain and instead added cut inside awk command. > Yes. Please install on the trunk. I was going to apply this for Mantas (who does not have write acce

Re: [wwwdocs] IPA/LTO/FDO updates for gcc-5/changes.html

2015-02-08 Thread Gerald Pfeifer
On Wednesday 2014-09-24 17:25, Jan Hubicka wrote: > this patch adds list of changes to IPA/LTO/FDO before I forget about > them ;) Good work, lots of! :-) In preparation of the GCC 5.0 release I did go through this (and other changes) and made a number of editorial changes which you can find bel

Re: [doc, committed] small grammar error fix

2015-02-15 Thread Gerald Pfeifer
On Tuesday 2015-02-10 19:15, Sandra Loosemore wrote: I've checked it in as obvious. -Sandra 2015-02-10 David Wohlferd Sandra Loosemore gcc/ * doc/extend.texi (Loop-Specific Pragmas): Fix grammar error. That's fine, just the attachment was the ChangeLog entry

Re: [patch] should not define bool, true or false as macros for C++

2014-10-27 Thread Gerald Pfeifer
On Friday 2014-10-24 16:49, Jason Merrill wrote: > OK. Gerald, were you thinking of specific software that would be > affected by this change? I do not recall which pieces I had in mind back then. In general I did make the experience (updating the GCC ports for FreeBSD) that there is a lot o

Re: [PATCH] FreeBSD arm support, EABI.

2014-11-02 Thread Gerald Pfeifer
On Sunday 2014-11-02 23:11, Andreas Tobler wrote: this is a patch which brings support for arm*-*-freebsd* to trunk. Nice! * config.host: A extras components for arm*-*-freebsd*. "Add" instead of "A"? Gerald

[wwwdocs] Remove cgi-bin/cvsweb.conf

2014-11-07 Thread Gerald Pfeifer
In September cvsweb was removed due to a security issue; this now also removes its config file. Gerald Index: cgi-bin/cvsweb.conf === RCS file: cgi-bin/cvsweb.conf diff -N cgi-bin/cvsweb.conf --- cgi-bin/cvsweb.conf 9 Jul 2014 14:53:

Re: [PATCH][wwwdocs] Update changes.html with Cortex-A53 erratum workaround options

2014-11-12 Thread Gerald Pfeifer
On Wednesday 2014-11-12 16:31, Kyrill Tkachov wrote: This patch adds the Cortex-A53 erratum workaround options item to the changes page (and adds the AArch64 section of that page in the process) Ok? Looks perfect to me. Thanks, Gerald

Re: Incremental LTO linking part 7: documentation

2019-05-26 Thread Gerald Pfeifer
a, if you could have another pass that would be really good; I'm sure you'll be able to further improve. Gerald 2019-05-26 Gerald Pfeifer * doc/invoke.texi (Link Options): Many editorial changes around -flinker-output. Ind

[libstdc++,doc] doc/xml/manual/support.xml - link adjustment and simplification

2019-05-26 Thread Gerald Pfeifer
The links adjustment I would just have committed right away, but I'd also like to suggest swe simplify the section: the following paragraph doesn't really add much, but duplicates the external link. Thoughts? Gerald 2019-05-26 Gerald Pfeifer * doc/xml/manual/support.xml: A

[wwwdocs,Fortran] adjust ftncheck reference in readings.html

2019-05-26 Thread Gerald Pfeifer
Committed. (This is really just changing http to https plus reformatting of this paragraph to avoid overly long lines.) Gerald Index: readings.html === RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v retrieving revision 1.310 diff

[wwwdocs] readings.html - www.adaic.org has moved to https

2019-05-26 Thread Gerald Pfeifer
Committed. Gerald Index: readings.html === RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v retrieving revision 1.311 diff -u -r1.311 readings.html --- readings.html 26 May 2019 17:50:01 - 1.311 +++ readings.html

[libstdc++,doc] Update pointer to C++ standard at ansi.org.

2019-05-26 Thread Gerald Pfeifer
Committed. (I wish we had better tooling to push changes like this to older branches more easily.) Gerald 2019-05-26 Gerald Pfeifer * doc/xml/manual/appendix_contributing.xml: Update pointer to C++ standard at ansi.org. Index: doc/xml/manual/appendix_contributing.xml

[wwwdocs] readings.html - opengroup.org has moved to https

2019-05-27 Thread Gerald Pfeifer
...so we should update our link, too. Committed. Gerald Index: readings.html === RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v retrieving revision 1.312 diff -u -r1.312 readings.html --- readings.html 26 May 2019 19:39:47

[wwwdocs] gcc-9/changes.html - refine LTO section

2019-05-29 Thread Gerald Pfeifer
Writing a commit log for the lang/gcc9 port on FreeBSD I noticed a few edits around the LTO improvements in the GCC 9 release notes (which, by the way, was a nice summary). Honza, I went ahead and committed these, but will be happy to refine/update should I have misunderstood anything or you'd li

[libstdc++,doc] doc/xml/manual/allocator.xml - move hoard.org back to http

2019-05-31 Thread Gerald Pfeifer
hoard.org is a bit strange in that https is broken (certificate problem), so switch that back to plain http. Committed. Gerald 2019-05-31 Gerald Pfeifer * doc/xml/manual/allocator.xml: Move hoard.org back to http. Index: doc/xml/manual/allocator.xml

[doc] extend.texi -- clarify no_sanitize

2019-06-09 Thread Gerald Pfeifer
In some interpretations "not...of all" may not be seen as 100% clear, so I propose to use "not...of any". On the way fix the grammar in the next sentence. Sandra, and Martin as the original author, does this makes sense for you? Gerald 2019-06-09 Gerald Pfeifer

Re: [libstdc++,doc] doc/xml/manual/support.xml - link adjustment and simplification

2019-06-09 Thread Gerald Pfeifer
On Thu, 30 May 2019, Jonathan Wakely wrote: > I decided to make a few small changes, and ended up rewriting several > sections. Committed to trunk. Thank you! That also nicely addressed the changed URLs I had noticed. Gerald

Re: [wwwdocs] Make it more obvious which releases are still supported

2019-06-09 Thread Gerald Pfeifer
So, this is probably the patch in GCC that's seen the longest delays between different steps. :-o On Mon, 30 Jan 2017, Jonathan Wakely wrote: >> Thanks for doing that, Jonathan! >> >> Only one curious question: Why "Supported Releases" on our >> main page versus "This release is no longer maintain

[Fortran,wwwdocs] readings.html - updates to www.fortran.org

2019-06-10 Thread Gerald Pfeifer
www.fortran.org made a number of changes to their site which now defaults to https, does not carry the FORTRAN 77 Standard any more (that I could find it), and removed some other material. This updates readings.html accordingly, and also streamlines the Fortran section there a bit to reduce those

[Fortran,wwwdocs] faq.html - updates to www.fortran.org

2019-06-12 Thread Gerald Pfeifer
This is related to changes I made to readings.html one-and-a-half days ago. Essentially fortran.org underwent quite some changes, breaking links left and right, and frankly looking a little (too) commercial. In any case I could not find what looks like a proper replacement for this link, so I had

Re: [wwwdocs] extensions.html - remove "rogue" MELT page

2019-06-15 Thread Gerald Pfeifer
On Sun, 15 Jul 2018, Basile Starynkevitch wrote: >> Basile, should we generally remove this reference to GCC MELT? > Yes. I am no more working on MELT, but I did begin to work on its successor: Sorry for the delay - I finally applied the patch below. If/when you want that successor to be listed o

Re: [PATCH, doc] Update fortran file locations

2019-06-15 Thread Gerald Pfeifer
On Sun, 9 Jun 2019, Maya Rashish wrote: > doc/invoke.texi: Update fortran file locations. Thank you. I added a full ChangeLog entry and committed this to trunk. If I had more time, I'd push back to the GCC 9 branch as well; anyone who wants to pick doc changes and push them? Gerald

Re: [doc] extend.texi -- clarify no_sanitize

2019-06-15 Thread Gerald Pfeifer
On Mon, 10 Jun 2019, Martin Liška wrote: > I'm fine with the Gerald. Thank you for it. I went ahead and committed this, thanks. Sandra, if you have any comments still happy to update. Gerald

[wwwdocs] Adjust address of Doxygen in codingconventions.html

2018-12-01 Thread Gerald Pfeifer
Committed. Gerald Index: codingconventions.html === RCS file: /cvs/gcc/wwwdocs/htdocs/codingconventions.html,v retrieving revision 1.89 diff -u -r1.89 codingconventions.html --- codingconventions.html 28 Nov 2018 23:39:31 -

[wwwdocs] news/chill.html - tweak a link

2018-12-01 Thread Gerald Pfeifer
www.itu.int has moved to https. Committed. Gerald Index: news/chill.html === RCS file: /cvs/gcc/wwwdocs/htdocs/news/chill.html,v retrieving revision 1.9 diff -u -r1.9 chill.html --- news/chill.html 30 Sep 2018 14:38:54 -

[wwwdocs] gcc-4.9/changes.html -- tweak openmp.org link

2018-12-01 Thread Gerald Pfeifer
This one seems to have escaped my http->https changes for openmp.org the last month(s). Committed. Gerald Index: gcc-4.9/changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/changes.html,v retrieving revision 1.96 diff -u -r1.

[wwwdocs] readings.html -- two broken z/Architecture links

2018-12-01 Thread Gerald Pfeifer
I've been getting "A possible equivalent for dz9zr002 was not found." (or similar) for these two pages for a while. If you have suitable links to cover these, please go ahead and add them; for the time being I committed the patch below. Gerald Index: readings.html ===

[wwwdocs] readings.html -- update the link to blackfin docs

2018-12-02 Thread Gerald Pfeifer
Applied. Gerald Index: readings.html === RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v retrieving revision 1.307 diff -u -r1.307 readings.html --- readings.html 1 Dec 2018 19:17:56 - 1.307 +++ readings.html

Re: [wwwdocs] [committed] Add ARC news

2018-12-02 Thread Gerald Pfeifer
On Wed, 14 Nov 2018, claz...@gmail.com wrote: > I've just committed the attached patch containing the news for the ARC > backend. Thanks! > LRA is now on by default for the ARC target. This can be > controlled by -mlra. May that make it sound a bit like one still needs to specify -mlra to g

Re: [wwwdocs] Add D language to news, frontends, release notes, and readings.

2018-12-02 Thread Gerald Pfeifer
Hi Iain, On Mon, 12 Nov 2018, Iain Buclaw wrote: > As suggested, this adds an announcement of the D front end addition > to the news items on the GCC home page, and from what I can tell, the > relevant pages where the language should get a mention. I noticed this hasn't gone in; apologies for mi

Re: [wwwdocs] Add D language to news, frontends, release notes, and readings.

2018-12-02 Thread Gerald Pfeifer
On Sun, 2 Dec 2018, Iain Buclaw wrote: > I assume that the notes on the about.html page are all that are > needed to commit and push? Yes, they *should*. If you run into anything that's missing or have any questions, just let me know and I'll (a) help directly and (b) see how to improve the docs

Re: [wwwdocs] Add D language to news, frontends, release notes, and readings.

2018-12-07 Thread Gerald Pfeifer
On Fri, 7 Dec 2018, Iain Buclaw wrote: > After pushing, it was noticed that there was a small misspelling that > went unnoticed. I've committed the correction as I don't think > there'll be any objection to the change. Indeed. Obvious changes and ones within your domain (so release notes for D,.

[libstdc++,doc] Update reference to epubcheck in libstdc++ docs

2018-12-10 Thread Gerald Pfeifer
Committed. Gerald 2018-12-10 Gerald Pfeifer * doc/xml/manual/documentation_hacking.xml: Update reference to epubcheck. Index: libstdc++-v3/doc/xml/manual/documentation_hacking.xml === --- libstdc++-v3/doc/xml

[wwwdocs] gcc-4.7/changes.html -- simplify reference to OpenMP

2018-12-10 Thread Gerald Pfeifer
At first I was going to change http to https for this link, but given this is GCC 4.7, simply using a textual reference feels safer. Applied. Gerald Index: gcc-4.7/changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.h

Re: [PATCH][GCC][DOC] Remove obsolete arm and aarch64 CPU names from invoke.texi

2018-12-26 Thread Gerald Pfeifer
On Fri, 23 Nov 2018, Sam Tebbs wrote: > The mtune= documentation in doc/invoke.texi contains some obsolete CPU names > that have been removed from the Arm and AArch64 backends. This patch removes > them. I believe this should also be covered in the GCC 9 release notes at https://gcc.gnu.org/gcc-9/

Re: [PATCH][Arm] Fix FPU configurations for Cortex-R7 and Cortex-R8

2018-12-26 Thread Gerald Pfeifer
On Wed, 28 Nov 2018, Andre Vieira (lists) wrote: > Here are the documentation bits I forgot, I've also opened PR 88224 in > bugzilla for this issue. > > Is this OK for trunk and gcc-8 backport? > > gcc/ChangeLog: > 2018-11-28 Andre Vieira > > PR target/88224 > * config/arm/ar

Re: [PATCH v4 4/6, Committed] [MIPS] Add Loongson 3A1000 processor support

2018-12-27 Thread Gerald Pfeifer
Hi Paul and Matthew, I believe it would be good to get this and other MIPS changes covered in the GCC 9 release notes at https://gcc.gnu.org/gcc-9/changes.html . Gerald PS: https://gcc.gnu.org/about.html has background how to go about this.

Re: [PATCH v3] [aarch64] Add CPU support for Ampere Computing's eMAG.

2018-12-28 Thread Gerald Pfeifer
On Mon, 26 Nov 2018, Kyrill Tkachov wrote: > Hi Christoph, : > Can you please create a patch for the changes.html page > (https://gcc.gnu.org/gcc-9/changes.html) > mentioning the new CPU support? There are examples on that page of the kind of > appropriate wording. > You can find details of how to

Re: [PATCH 4/4][libbacktrace] Add tests for unused formats

2018-12-28 Thread Gerald Pfeifer
r)/xcoff.c \ > $@ I believe that in addition to FreeBSD this probably also fails on Solaris and Darwin. The patch below should address this (and does in my tests), though my tester seems to have unrelated(?) problems right now, so better for one of you to give a spin as well,

Re: [PATCH 4/4][libbacktrace] Add tests for unused formats

2018-12-29 Thread Gerald Pfeifer
On Fri, 28 Dec 2018, Gerald Pfeifer wrote: > The patch below should address this (and does in my tests), though > my tester seems to have unrelated(?) problems right now, so better > for one of you to give a spin as well, please. Now successfully regression tested on i586-unknown-fr

<    11   12   13   14   15   16   17   18   19   20   >