[wwwdocs] gcc-4.8/changes.html

2017-02-27 Thread Gerald Pfeifer
Somehow this one got lost on my end, until this morning. Embarrassing. :-( Still, since I had prepared it back then, and it was a real change, committed now. Gerald Index: changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/c

[wwwdocs] gcc-4.8/changes.html -- adjust link to manual

2016-05-28 Thread Gerald Pfeifer
This is a case of X86 vs x86, subtle, but meaningful. Committed. Gerald Index: gcc-4.8/changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v retrieving revision 1.137 diff -u -r1.137 changes.html --- gcc-4.8/chan

[wwwdocs] gcc-4.8/changes.html: adjust AddressSanitizer link

2015-11-14 Thread Gerald Pfeifer
AddressSanitizer has moved from code.google.com to github.com. Committed. Gerald Index: gcc-4.8/changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v retrieving revision 1.134 diff -u -r1.134 changes.html --- gcc

Re: [wwwdocs] gcc-4.8/changes.html: mention IRA and transactional memory

2013-11-25 Thread Gerald Pfeifer
On Mon, 20 May 2013, Aldy Hernandez wrote: > I am committing the attached patch. Thanks, Aldy. I just noticed the casing of SPARC and a bit of an inconsistency around IA-32, and committed the follow-up below (which also contains one "back end" fix). Gerald Index: changes.html ==

[wwwdocs] gcc-4.8/changes.html -- use LRA as well

2013-08-18 Thread Gerald Pfeifer
For GCC 4.8 we announced the new local register allocator. Some people might (and all of us on the lists) may be looking for it under the name of LRA, so I added that in parentheses. Gerald Index: changes.html === RCS file: /cvs/gcc

Re: [wwwdocs] gcc-4.8/changes.html: mention IRA and transactional memory

2013-05-20 Thread Aldy Hernandez
Okay after considering those questions. And thanks for catching and addressing this! Thank you. I am committing the attached patch. Index: gcc-4.8/changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v retrie

Re: [wwwdocs] gcc-4.8/changes.html: mention IRA and transactional memory

2013-05-20 Thread Gerald Pfeifer
On Fri, 17 May 2013, Aldy Hernandez wrote: Errr, how did we miss this? Ok, I'm partly to blame for the lack of transactional memory in changes.html, but something as big as getting rid of reload?! I guess I need to start being more of a nuisance again when it comes to release notes / announce

[wwwdocs] gcc-4.8/changes.html: mention IRA and transactional memory

2013-05-17 Thread Aldy Hernandez
Errr, how did we miss this? Ok, I'm partly to blame for the lack of transactional memory in changes.html, but something as big as getting rid of reload?! Would it be preferable to mention IRA in the target specific x86 section instead? I figured it was an important enough change to warrant

[wwwdocs] gcc-4.8/changes.html, C++ section

2013-02-17 Thread Gerald Pfeifer
I noticed there were three "paragraphs" where HTML would pull them together into just one since it simply ignores blank lines. I marked them up with ... and used id= instead of . Applied Gerald Index: changes.html === RCS file: /cv

Re: [wwwdocs] gcc-4.8/changes.html markup consistency

2012-10-28 Thread Gerald Pfeifer
On Sun, 28 Oct 2012, Andreas Schwab wrote: >> + G++ now supports a >-std=c++1y option for experimentation > Fixed the typo. Thanks, Andreas! The validator did not complain -- which shows that a pair of human eyes _is_ valuable. :-) Gerald

Re: [wwwdocs] gcc-4.8/changes.html markup consistency

2012-10-28 Thread Andreas Schwab
Gerald Pfeifer writes: > + G++ now supports a >-std=c++1y option for experimentation Fixed the typo. Andreas. --- changes.html.~1.49.~2012-10-28 22:11:57.0 +0100 +++ changes.html2012-10-28 22:12:37.0 +0100 @@ -133,7 +133,7 @@ B b(42); // OK - G++ now s

[wwwdocs] gcc-4.8/changes.html markup consistency

2012-10-28 Thread Gerald Pfeifer
Installed. Gerald Index: changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v retrieving revision 1.48 diff -u -3 -p -r1.48 changes.html --- changes.html21 Oct 2012 11:01:37 - 1.48 +++ changes.ht