[wwwdocs] gcc-4.6/porting_to.html -- lists.fedoraproject.org is on https now

2016-02-28 Thread Gerald Pfeifer
This is the only reference to lists.fedoraproject.org that I found via http; all others already are https. Committed. Index: gcc-4.6/porting_to.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/porting_to.html,v retrieving revision

Re: [wwwdocs] gcc-4.6/porting_to.html

2011-11-19 Thread Gerald Pfeifer
On Wed, 12 Oct 2011, Gerald Pfeifer wrote: > For reference hre is the full patch that's now live on the system. And this take into account a suggestion by Matthias Klose (cf. http://gcc.gnu.org/ml/gcc-patches/2011-03/msg01014.html ). Applied. Gerald Index: porting_to.html ==

Re: [wwwdocs] gcc-4.6/porting_to.html

2011-11-15 Thread Richard Sandiford
[Sorry for the delay, catching up after being away] Gerald Pfeifer writes: > On Mon, 10 Oct 2011, Gerald Pfeifer wrote: >> I realized this one hasn't made it in, but is really nice. I made a >> number of minor edits (typos, markup, simplifying headings,... among >> others). What do you think

Re: [wwwdocs] gcc-4.6/porting_to.html

2011-10-23 Thread Gerald Pfeifer
On Mon, 10 Oct 2011, Gerald Pfeifer wrote: > I realized this one hasn't made it in, but is really nice. I made a > number of minor edits (typos, markup, simplifying headings,... among > others). What do you think -- should we include this? Checking mailing list archives I realized that Jakub h

Re: [wwwdocs] gcc-4.6/porting_to.html

2011-10-12 Thread Gerald Pfeifer
On Tue, 11 Oct 2011, Benjamin Kosnik wrote: >> Many users still won't have GCC 4.6 deployed yet, so I think it's >> still worth it. > Ouch. I see this is not in, and I though I checked in the draft months > ago. > > Please check this in immediately!!! Done last evening, and made some further twe

Re: [wwwdocs] gcc-4.6/porting_to.html

2011-10-11 Thread Benjamin Kosnik
> I realized this one hasn't made it in, but is really nice. I made a > number of minor edits (typos, markup, simplifying headings,... among > others). What do you think -- should we include this? > > Many users still won't have GCC 4.6 deployed yet, so I think it's > still worth it. > > Wha

Re: [wwwdocs] gcc-4.6/porting_to.html

2011-10-10 Thread Gerald Pfeifer
Hi Benjamin, On Wed, 16 Mar 2011, Benjamin Kosnik wrote: > Needs some more work, here's a rough draft. I realized this one hasn't made it in, but is really nice. I made a number of minor edits (typos, markup, simplifying headings,... among others). What do you think -- should we include this?

Re: [wwwdocs] gcc-4.6/porting_to.html

2011-03-17 Thread Matthias Klose
On 17.03.2011 07:51, Benjamin Kosnik wrote: > > Needs some more work, here's a rough draft. > > -benjamin + As a workaround, remove -Werror until the new warnings + are fixed, or for conversion warnings + add -Wno-unused-but-set-variable + or -Wno-unused-but-set-parameter. + what about recomme

Re: [wwwdocs] gcc-4.6/porting_to.html

2011-03-17 Thread Ryan Hill
On Wed, 16 Mar 2011 23:51:30 -0700 Benjamin Kosnik wrote: > Needs some more work, here's a rough draft. The one I've seen most often other than including cstddef is due to linker options starting with -- (eg. --export-dynamic, --no-undefined) now being errors. Previously they were just silently

Re: [wwwdocs] gcc-4.6/porting_to.html

2011-03-17 Thread Jakub Jelinek
On Wed, Mar 16, 2011 at 11:51:30PM -0700, Benjamin Kosnik wrote: > + > + To fix, first see if the unused variable or parameter can be removed > + without changing the result or logic of the surrounding code. If not, > + annoate it with __attribute__((__unused__)) annotate Also, I think we should

Re: [wwwdocs] gcc-4.6/porting_to.html

2011-03-17 Thread Hans-Peter Nilsson
On Wed, 16 Mar 2011, Benjamin Kosnik wrote: > Needs some more work, here's a rough draft. s/Porting to the new tools/Porting to the new version/ ? brgds, H-P

[wwwdocs] gcc-4.6/porting_to.html

2011-03-16 Thread Benjamin Kosnik
Needs some more work, here's a rough draft. -benjaminIndex: htdocs/gcc-4.6/porting_to.html === RCS file: htdocs/gcc-4.6/porting_to.html diff -N htdocs/gcc-4.6/porting_to.html *** /dev/null 1 Jan 1970 00:00:00 - --- htdocs/gcc-4.6