Re: Fix various x86 tests for --with-arch=bdver3

2014-03-29 Thread Uros Bizjak
On Fri, Mar 28, 2014 at 10:46 PM, Joseph S. Myers jos...@codesourcery.com wrote: If you build an x86_64 toolchain with --with-arch enabling various instruction set extensions by default, this causes some tests to fail that aren't expecting those extensions to be enabled. This patch fixes

Re: [PATCH] [4.8 branch] PR rtl-optimization/60700: Backport revision 201326

2014-03-29 Thread Eric Botcazou
Revision 201326 fixes a shrink-wrap bug which is also a regression on 4.8 branch. This patch backports it to 4.8 branch. OK for 4.8 branch. Yes, thanks. I also include a testcase for PR rtl-optimization/60700. OK for trunk and 4.8 branch? I'd remove #include stddef.h. -- Eric Botcazou

Re: [PATCH] [4.8 branch] PR rtl-optimization/60700: Backport revision 201326

2014-03-29 Thread Jakub Jelinek
On Sat, Mar 29, 2014 at 09:38:38AM +0100, Eric Botcazou wrote: Revision 201326 fixes a shrink-wrap bug which is also a regression on 4.8 branch. This patch backports it to 4.8 branch. OK for 4.8 branch. Yes, thanks. I also include a testcase for PR rtl-optimization/60700. OK for

[patch] Fix texinfo warnings for doc/gcc.texi [was: Re: doc bugs]

2014-03-29 Thread Tobias Burnus
H.J. Lu wrote: On Fri, Mar 28, 2014 at 12:41 PM, Mike Stump mikest...@comcast.net wrote: Since we are nearing release, I thought I'd mention I see: ../../gcc/gcc/doc/invoke.texi:1114: warning: node next `Overall Options' in menu `C Dialect Options' and in sectioning `Invoking G++' differ

Re: [RFC][PATCH][MIPS] Patch to enable LRA for MIPS backend

2014-03-29 Thread Richard Sandiford
First of all, thanks a lot for doing this. Robert Suchanek robert.sucha...@imgtec.com writes: diff --git gcc/config/mips/mips.c gcc/config/mips/mips.c index 143169b..f27a801 100644 --- gcc/config/mips/mips.c +++ gcc/config/mips/mips.c @@ -2255,7 +2255,7 @@ mips_regno_mode_ok_for_base_p (int

Re: [RFA][PATCH][pr target/60648] Fix non-canonical RTL from x86 backend -- P1 regression

2014-03-29 Thread Jakub Jelinek
On Fri, Mar 28, 2014 at 07:12:26PM +0100, Jakub Jelinek wrote: On Fri, Mar 28, 2014 at 12:04:00PM -0600, Jeff Law wrote: Here's the updated patch. It uses simplify_gen_binary in expr.c to simplify the address expression as we're building it. It also uses copy_addr_to_reg in the x86

Re: patch to fix PR 60650

2014-03-29 Thread Jakub Jelinek
On Thu, Mar 27, 2014 at 02:51:38PM -0400, Vladimir Makarov wrote: 2014-03-27 Vladimir Makarov vmaka...@redhat.com PR rtl-optimization/60650 * gcc.target/arm/pr60650.c: New. The test fails for me with: spawn -ignore SIGHUP

Re: [RFC][PATCH][MIPS] Patch to enable LRA for MIPS backend

2014-03-29 Thread Jakub Jelinek
On Sat, Mar 29, 2014 at 01:07:40AM +, Robert Suchanek wrote: This patch enables LRA by default for MIPS. The classic reload is still available and can be enabled via -mreload switch. FYI, all other targets that have LRA optionally selectable or deselectable use -mno-lra for this (even when

Re: [RFA][PATCH][pr target/60648] Fix non-canonical RTL from x86 backend -- P1 regression

2014-03-29 Thread Andreas Schwab
Jeff Law l...@redhat.com writes: diff --git a/gcc/testsuite/g++.dg/pr60648.C b/gcc/testsuite/g++.dg/pr60648.C new file mode 100644 index 000..80c0561 --- /dev/null +++ b/gcc/testsuite/g++.dg/pr60648.C @@ -0,0 +1,73 @@ +/* { dg-do compile } */ +/* { dg-do compile { target i?86-*-*

Re: [PATCH] Fix PR c++/60626

2014-03-29 Thread Jason Merrill
OK. Jason

[patch, libgfortran] Wrong result for UTF-8/UCS-4 list-directed and namelist read and nml write

2014-03-29 Thread Jerry DeLisle
Hi all, The attached patch fixes namelist read/write and list directed read/write to support UTF-8. I have attached a preliminary test case to use to experiment with this. I will need to set it up for the testsuite still. Regression tested on x86-64-linux-gnu. OK for trunk or wait? Regards,