[committed] Fix incorrect mode used in pa_expand_prologue

2013-09-14 Thread John David Anglin
The attached change fixes a bug in pa_expand_prologue. The mode argument in the calls to "gen_rtx_POST_INC" should be the same as "tmpreg" (word_mode). Tested on hppa2.0w-hp-hpux11.11, hppa64-hp-hpux11.11 and hppa-unknown- linux-gnu. Committed to trunk, 4.8 and 4.7. Dave -- John David Angli

Re: [RFC] Offloading Support in libgomp

2013-09-14 Thread Jakub Jelinek
On Fri, Sep 13, 2013 at 05:41:03PM +0200, Marek Polacek wrote: > On Fri, Sep 13, 2013 at 05:35:27PM +0200, Jakub Jelinek wrote: > > On Fri, Sep 13, 2013 at 03:15:56PM +0200, Jakub Jelinek wrote: > > > On Fri, Sep 13, 2013 at 05:11:09PM +0400, Michael V. Zolotukhin wrote: > > > > > FYI, I'm attachin

Re: Using gen_int_mode instead of GEN_INT minor testsuite fallout on MIPS

2013-09-14 Thread Mike Stump
On Sep 14, 2013, at 1:57 AM, Richard Sandiford wrote: > How about a three-operand version: the name of the partial mode, > the name of the memory mode, and the precision? I like creating the name via algorithm. It leads to predictable names, and easy to understand names. P60DI is obvious to a

Re: [v3] More noexcept for vectors

2013-09-14 Thread Paolo Carlini
Hi, >I was going one file at a time, and the priority is clearly >"release"-mode, since this is about performance. I don't think there is > >anything wrong with debug-mode having a different exception >specification >(it is already binary-incompatible with the default mode) but I >understand >w

Re: [v3] More noexcept for vectors

2013-09-14 Thread Marc Glisse
On Sat, 14 Sep 2013, Paolo Carlini wrote: ... what about debug-mode (and profile-mode)? Is in principle possible to detect the noexcepts? If we can't exclude that, we should probably change at the same time the special modes too. Otherwise seems just matter of consistency? I was going one fi

Re: [v3] More noexcept for vectors

2013-09-14 Thread Paolo Carlini
... what about debug-mode (and profile-mode)? Is in principle possible to detect the noexcepts? If we can't exclude that, we should probably change at the same time the special modes too. Otherwise seems just matter of consistency? Paolo

Re: [v3] More noexcept for vectors

2013-09-14 Thread Paolo Carlini
Hi, Marc Glisse ha scritto: >Hello, > >this patch passes bootstrap+testsuite. The guarantees given by the >standard on allocators are a bit weird, but I see there is already >DR2016 >taking care of it. Patch looks good to me, thanks! Paolo

Re: [PATCH 2/6] Andes nds32: machine description of nds32 porting (2).

2013-09-14 Thread Richard Sandiford
Some comments for part 2. Chung-Ju Wu writes: > +;; Include intrinsic functions definition. > +(include "nds32.intrinsic.md") > + > +;; Include block move for nds32 multiple load/store behavior. > +(include "nds32.multiple.md") > + > +;; Include DImode/DFmode operations. > +(include "nds32.double

[buildrobot] [PATCH] r202527: ssa / ssanames restructure broke alpha-linux

2013-09-14 Thread Jan-Benedict Glaw
Hi! My Build Robot[1] found this recent commit to break Alpha: * tree-flow.h (FREE_SSANAMES): Move to tree-ssanames.c (SSANAMES, MODIFIED_NORETURN_CALLS, DEFAULT_DEFS, ptr_info_def, num_ssa_names, ssa_name): Move to tree-ssanames.h + prototypes. * tree-flow-inline.

[v3] More noexcept for vectors

2013-09-14 Thread Marc Glisse
Hello, this patch passes bootstrap+testsuite. The guarantees given by the standard on allocators are a bit weird, but I see there is already DR2016 taking care of it. 2013-09-14 Marc Glisse PR libstdc++/58338 * include/bits/stl_vector.h (_Vector_impl::_Vector_impl(

Re: Using gen_int_mode instead of GEN_INT minor testsuite fallout on MIPS

2013-09-14 Thread Richard Sandiford
Mike Stump writes: > Here is the patch to add precision to partial int modes. I included > switching over the rs6000 port to the new scheme so one can get a feel > for that it would look like. > > I could trivially convert the remaining ports: > > config/bfin/bfin-modes.def:PARTIAL_INT_MODE (DI);