Re: [PATCH] libcc1: Clean compiler-name.h (PR70173)

2016-04-10 Thread Jakub Jelinek
On Sun, Apr 10, 2016 at 08:44:20PM -0500, Segher Boessenkool wrote: > Ping? Ok for stage4. > > 2016-04-04 Segher Boessenkool > > > > libcc1/ > > PR bootstrap/70173 > > * Makefile.am (MOSTLYCLEANFILES): New, add compiler-name.h . > > (compiler-name.h): Shorten recipe so that it fit

Re: [wwwdocs] Simplify gcc-4.5/cxx0x_status.html (and convert to global CSS)

2016-04-10 Thread Gerald Pfeifer
On Wed, 6 Apr 2016, Gerald Pfeifer wrote: > I plan on tackling the other C++ status pages in the coming days > as well. And this is the version for GCC 4.5. Applied. Only two more to go... Gerald Index: gcc-4.5/cxx0x_status.html =

[gomp4] Remove superfluous passes in kernels pass list

2016-04-10 Thread Tom de Vries
Hi, this patch removes passes from the kernels pass list on gomp-4_0-branch, that are not present in the kernels pass list on trunk. Bootstrapped and reg-tested on x86-64. Committed to trunk. Thanks, - Tom Remove superfluous passes in kernels pass list 2016-04-11 Tom de Vries * passes.

[wwwdocs] Simplify gcc-4.4/cxx0x_status.html (and convert to global CSS)

2016-04-10 Thread Gerald Pfeifer
And here is the version for GCC 4.4. Applied. Gerald Index: gcc-4.4/cxx0x_status.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.4/cxx0x_status.html,v retrieving revision 1.12 diff -u -r1.12 cxx0x_status.html --- gcc-4.4/cxx0x_stat

[PATCH IRA] save a call to init_reload

2016-04-10 Thread Zhouyi Zhou
save a function call to init_reload when using lra, also remove the a type error in reload1.c because init_reload is called only once when compile process, the performance reduction may not be significant when compiling multi function source files. performance evaluation using valgrind (gcc.c-t

Re: [PATCH] libcc1: Clean compiler-name.h (PR70173)

2016-04-10 Thread Segher Boessenkool
Ping? Segher On Mon, Apr 04, 2016 at 12:36:32PM +, Segher Boessenkool wrote: > Since the file is generated from a Makefile fragment, it needs to be > added to MOSTLYCLEANFILES. The directory itself is still not deleted > (just like the gnattools and gotools directories). > > Tested on pow

Re: [PATCH] 69517 - [5/6 regression] SEGV on a VLA with excess initializer elements

2016-04-10 Thread Martin Sebor
Attached is an updated patch with some the changes you suggested. I also moved the new functions from decl.c to init.c because they logically seem to belong there. The suggested changes resulted in introducing the checking code into split_nonconstant_init() in cp/typeck2.c in addition to build_ve

Re: [wwwdocs,Java] java/index.html -- fix formatting on gcc.gnu.org

2016-04-10 Thread Andrew Hughes
- Original Message - > It turns out the stricter server settings also broke the /java > page on gcc.gnu.org. > > This restores showing two columns on this page (though it still > uses non-standard CSS extensions). > > > That said, looking at the page, and how since 2005 nearly all change

Re: [C PATCH] PR43651: add warning for duplicate qualifier

2016-04-10 Thread Martin Sebor
On 04/09/2016 06:28 AM, Mikhail Maltsev wrote: On 04/08/2016 08:54 PM, Martin Sebor wrote: The name for new option "-Wduplicate-decl-specifier" and wording was chosen to match the same option in Clang. My version of Clang also warns in C++ mode but if I'm reading the patch right, GCC would war

[wwwdocs] index.html -- replace local style with CSS

2016-04-10 Thread Gerald Pfeifer
With this change, gcc.gnu.org and www.gnu.org/software/gcc/ are nearly in sync again in their appearance. (Using a descriptive class like this, instead of a more abstract one or specific to the main page, does not excite me, but it is easy enough to tweak later depending on how things evolve.) A