Re: [testsuite] Don't xfail gcc.dg/binop-xor1.c

2014-02-16 Thread Richard Sandiford
Hans-Peter Nilsson writes: > On Fri, 14 Feb 2014, Jakub Jelinek wrote: >> On Fri, Feb 14, 2014 at 10:37:03AM -0700, Jeff Law wrote: >> > On 02/13/14 03:54, Richard Sandiford wrote: >> > >Richard Sandiford writes: >> > >>Hans-Peter Nilsson writes: >> > >>>On Tue, 4 Feb 2014, Rainer Orth wrote: >>

New Swedish PO file for 'gcc' (version 4.9-b20140202)

2014-02-16 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. A revised PO file for textual domain 'gcc' has been submitted by the Swedish team of translators. The file is available at: http://translationproject.org/latest/gcc/sv.po (This file, 'gcc-4.9-b20140202.sv.po',

Re: [testsuite] Don't xfail gcc.dg/binop-xor1.c

2014-02-16 Thread Mike Stump
On Feb 16, 2014, at 2:34 AM, Richard Sandiford wrote: > OK to install? Ok.

Re: [PATCH] Fixing SEH exceptions for languages != C++

2014-02-16 Thread Mike Stump
On Feb 15, 2014, at 9:27 AM, Jonathan Schleifer wrote: > The following patch fixes a bug in SEH exception handling that made it > crash with ObjC >From an ObjC perspective, I’m fine with the work; though, an seh person needs >to weigh in. I’m fine with the back port as well.

[PATCH, rs6000] Fix powerpc64le-linux bootstrap failure with -mcpu=power8

2014-02-16 Thread Bill Schmidt
Hi, Now that I have Power8 hardware to test on, I've discovered that I introduced a problem with http://gcc.gnu.org/ml/gcc-patches/2014-01/msg01547.html that causes a bootstrap failure when specifying -mcpu=power8. I moved some logic from rs6000_expand_vec_perm_const_1 into vsx_xxpermdi2__1. I f

[PATCH, rs6000] Provide little-endian support for vmrgew and vmrgow

2014-02-16 Thread Bill Schmidt
Hi, With -mcpu=power8, we see two test cases (gcc.dg/vect/slp-perm-2.c and gcc.dg/vect/slp-perm-5.c) regress for powerpc64le-linux. GCC makes use of some new Power8 instructions (vmrgew and vmrgow) which need adjustment for little endian targets. As with merge-high and merge-low, we need to reve

Re: [PATCH] [libgomp] make it possible to use OMP on both sides of a fork

2014-02-16 Thread Nathaniel Smith
On Fri, Feb 14, 2014 at 3:14 PM, Richard Henderson wrote: > On 02/14/2014 12:21 AM, Jakub Jelinek wrote: >>> Any reason not to just run gomp_free_thread_pool from >>> gomp_after_fork_callback >>> directly? I see no restrictions on what kind of code is allowed to execute >>> during that callback.

Re: [PATCH, rs6000] Fix powerpc64le-linux bootstrap failure with -mcpu=power8

2014-02-16 Thread David Edelsohn
On Sun, Feb 16, 2014 at 11:18 AM, Bill Schmidt wrote: > Hi, > > Now that I have Power8 hardware to test on, I've discovered that I > introduced a problem with > http://gcc.gnu.org/ml/gcc-patches/2014-01/msg01547.html that causes a > bootstrap failure when specifying -mcpu=power8. I moved some log

Re: [PATCH, rs6000] Provide little-endian support for vmrgew and vmrgow

2014-02-16 Thread David Edelsohn
On Sun, Feb 16, 2014 at 12:19 PM, Bill Schmidt wrote: > Hi, > > With -mcpu=power8, we see two test cases (gcc.dg/vect/slp-perm-2.c and > gcc.dg/vect/slp-perm-5.c) regress for powerpc64le-linux. GCC makes use > of some new Power8 instructions (vmrgew and vmrgow) which need > adjustment for little

[Patch, Fortran, Regression] PR 55907: ICE with -fno-automatic -finit-local-zero

2014-02-16 Thread Janus Weil
Hi all, here is a small patch for a ICE-on-valid regression. Regtested on x86_64-unknown-linux-gnu. Ok for trunk/4.8/4.7? Cheers, Janus 2014-02-16 Janus Weil PR fortran/55907 * resolve.c (build_default_init_expr): Don't initialize character variable if -fno-automatic is given.

Re: [PATCH] [libgomp] make it possible to use OMP on both sides of a fork

2014-02-16 Thread Nathaniel Smith
On Fri, Feb 14, 2014 at 3:43 AM, Jakub Jelinek wrote: > On Fri, Feb 14, 2014 at 09:21:24AM +0100, Jakub Jelinek wrote: >> Well, fork is async signal safe function, so calling malloc/free, or any >> kind of synchronization primitives is completely unsafe there. >> >> The only safe thing could be to

RE: [Patch, testsuite]: Allow MicroBlaze .weakext pattern in regex match

2014-02-16 Thread David Holsgrove
Hi Mike, > -Original Message- > From: Mike Stump [mailto:mikest...@comcast.net] > Sent: Friday, 14 February 2014 6:01 pm > To: David Holsgrove > Cc: gcc-patches@gcc.gnu.org; Michael Eager (ea...@eagerm.com); Vidhumouli > Hunsigida; Nagaraju Mekala; John Williams; Edgar Iglesias > Subject:

[wwwdocs] Consolidate GCC web pages documentation (3/3)

2014-02-16 Thread Gerald Pfeifer
After a bit of a hiatus, let me complete this now. Update and merge the list of open project for our web pages into the new master page (about.html). Committed. Gerald Index: about.html === RCS file: /cvs/gcc/wwwdocs/htdocs/abo