Re: Version specific onlinedocs page

2013-02-17 Thread Tobias Burnus
Gerald Pfeifer wrote: On Sun, 17 Feb 2013, Tobias Burnus wrote: I wonder if we could generate a version-specific page for the online documentation. I think that should be trivial to maintain and I know at least one vendor who would use it. If "we" means that you are volunteering ;-), absolutel

Re: [GCC 4.8 wwwdocs] PATCH: Mention several user-visible changes for x86

2013-02-17 Thread Bernhard Reutner-Fischer
On 18 February 2013 00:07:33 Gerald Pfeifer wrote: On Fri, 15 Feb 2013, Igor Zamyatin wrote: > Is it ok for wwwdocs? Index: htdocs/gcc-4.8/changes.html === + x86 backend was improved to allow option -fscedule-insns to work

Re: [GCC 4.8 wwwdocs] PATCH: Mention several user-visible changes for x86

2013-02-17 Thread Igor Zamyatin
Gerald, Thanks a lot for your remarks! Below is updated patch which will be checked in. Thanks, Igor On Mon, Feb 18, 2013 at 3:07 AM, Gerald Pfeifer wrote: > On Fri, 15 Feb 2013, Igor Zamyatin wrote: >> Is it ok for wwwdocs? > > Index: htdocs/gcc-4.8/changes.html > ===

RE: [PATCH] Fix PR50293 - LTO plugin with space in path

2013-02-17 Thread Joey Ye
Joseph, Thanks for your valuable comments. See my reply and new patch below. > -Original Message- > From: Joseph Myers [mailto:jos...@codesourcery.com] > Sent: Monday, February 18, 2013 06:16 > To: Joey Ye > Cc: gcc-patches@gcc.gnu.org > Subject: Re: [PATCH] Fix PR50293 - LTO plugin with s

Re: [GCC 4.8 wwwdocs] PATCH: Mention several user-visible changes for x86

2013-02-17 Thread Gerald Pfeifer
On Fri, 15 Feb 2013, Igor Zamyatin wrote: > Is it ok for wwwdocs? Index: htdocs/gcc-4.8/changes.html === + Support for the new Intel processor codename Broadwell with RDSEED, + ADCX, ADOX, PREFETCHW is available through -madx,

Re: [PATCH] Fix PR50293 - LTO plugin with space in path

2013-02-17 Thread Joseph S. Myers
On Sun, 17 Feb 2013, Joey Ye wrote: > +static char * convert_white_space(char * orig); Please fix formatting in many places in this patch to follow the GNU Coding Standards. No space after '*', but space before '('; there seem to be various other formatting problems as well. > +/* Insert back

Re: [wwwdocs] Buildstat update for 4.7

2013-02-17 Thread Gerald Pfeifer
On Mon, 4 Feb 2013, Tom G. Christensen wrote: > Latest results for 4.7.x Thanks Tom, applied. Gerald

Re: [GCC 4.8 changes] PATCH: Mention -maddress-mode=[short|long]

2013-02-17 Thread Gerald Pfeifer
On Mon, 11 Feb 2013, H.J. Lu wrote: > This patch updates GCC 4.8 changes.html to mention > -maddress-mode=[short|long] for x32. OK to install? I made two tweaks on top. If you can get a colleague who is a native speaker to have a look, there may be more clarifications/ improvements to make. Ger

Re: [Patch, microblaze]: Handle 0x80000000 as 32bit signed dividend

2013-02-17 Thread Michael Eager
On 02/10/2013 10:38 PM, David Holsgrove wrote: Handle 0x8000 as 32bit signed dividend Changelog 2013-02-11 Edgar E. Iglesias * config/microblaze/modsi3.S (modsi3): Fix case with 0x8000 as dividend. Is there a test case? -- Michael Eagerea...@eagercon.com 1960 Park Blvd

Re: [Patch, microblaze]: Free variable local allocs at block ends

2013-02-17 Thread Michael Eager
On 02/10/2013 10:38 PM, David Holsgrove wrote: Free variable local allocs at block ends. Changelog 2013-02-11 Edgar E. Iglesias * config/microblaze/microblaze.md (save_stack_block): Define. (restore_stack_block): Likewise. Committed revision 196110. -- Michael Eagerea...@eage

[Patch, libquadmath, committed] fix signbit call (was: Re: Test failures when compiling gfortran/libquadmath with -O0)

2013-02-17 Thread Tobias Burnus
Tilo Schwarz wrote: I built gfortran with -O0 in order to follow some gfortran code paths in gdb. Now I noticed, that many of the tests in the fortran testsuite fail, because of .../gcc/build/i686-pc-linux-gnu/./libquadmath/.libs/libquadmath.so: undefined reference to `signbit' I was wonderin

[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

[wwwdocs] Rotate news

2013-02-17 Thread Gerald Pfeifer
Applied. Gerald Index: index.html === RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v retrieving revision 1.870 diff -u -3 -p -r1.870 index.html --- index.html 16 Feb 2013 15:43:02 - 1.870 +++ index.html 17 Feb 2013 12:46:4