...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
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
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)
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
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
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
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
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.
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
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
+++
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
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
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/
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
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
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 -
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
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
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
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
>
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
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
==
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
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
=
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
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
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
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
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
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
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
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
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
-
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:
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
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
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
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
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
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
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.
>
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
---
...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
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
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
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
=
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
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
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
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
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
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,
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
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
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
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
On Wed, 23 May 2018, Tom G. Christensen wrote:
> Latest results for 8.x
Thanks, applied.
Gerald
k
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
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
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
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
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-
...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
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
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
On Tue, 19 Jun 2018, co...@sdf.org wrote:
> Hi! I have no commit access.
> Can someone commit it?
I'll take care.
Gerald
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
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
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
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
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
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
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
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
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
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
>>
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
===
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
...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
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
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
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
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
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
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
1101 - 1200 of 2902 matches
Mail list logo