Re: Unordered container insertion hints

2013-06-23 Thread Jonathan Wakely
On 19 June 2013 20:56, François Dumont wrote: Still no chance to have a look ? I'll try to finish reviewing it today, thanks for the reminder.

[ping] [patch 4/5] fix bugs with -fstrict-volatile-bitfields and packed structures

2013-06-23 Thread Sandra Loosemore
On 06/16/2013 01:08 PM, Sandra Loosemore wrote: This part of the patch series fixes problems with bad code being emitted for unaligned bitfield accesses, as reported in PRs 48784, 56341, and 56997. A secondary goal of this patch was making the bitfield store and extract code follow similar

[C++ Patch] PR 57682

2013-06-23 Thread Paolo Carlini
Hi, in this C++11 reject valid parsing issue, in a function-try-block we reject: try : f { func } { } (1) and we normally accept the C++98: try : f ( func ) { } (2) Considering cp_parser_save_member_function_body, I think that a neat

[committed] Fix -mlzcnt (PR target/57688)

2013-06-23 Thread Jakub Jelinek
On Fri, May 17, 2013 at 09:00:21PM -0700, Sriraman Tallam wrote: --- common/config/i386/i386-common.c (revision 198950) +++ common/config/i386/i386-common.c (working copy) @@ -438,6 +440,18 @@ ix86_handle_option (struct gcc_options *opts, } return true; +case

Re: [PATCH] Basic support for MIPS r5900

2013-06-23 Thread Jürgen Urban
Hello Richard, Does it still work with those changes, as below? If so, I'll check it in. I tested it. It is still working. So the patch is OK, please check it in. OK, I've applied this and the config.gcc patch. Thanks. In the native PS2SDK (i.e. no Linux) I detected that there are

Re: [PATCH] Basic support for MIPS r5900

2013-06-23 Thread Richard Sandiford
Jürgen Urban juergenur...@gmx.de writes: Hello Richard, Does it still work with those changes, as below? If so, I'll check it in. I tested it. It is still working. So the patch is OK, please check it in. OK, I've applied this and the config.gcc patch. Thanks. In the native PS2SDK

[Patch, Fortran] PR52413 - Incorrect behavior of FRACTION when applied to a constant

2013-06-23 Thread Dominique Dhumieres
This patch packages the Steven G. Kargl's patch when MPFR 3.1.0 or newer is available and fixes the original code for older versions using the FX Coudert's machinery (see PR for details). Tested on powerpc-apple-darwin9 and x86_64-apple-darwin10 without regression. OK for the trunk? If yes,

[C++ testcase, committed] Add SFINAE testcase

2013-06-23 Thread Paolo Carlini
Hi, I added to mainline the testcase in Comment 16 of PR51213. Thanks, Paolo. / 2013-06-23 Paolo Carlini paolo.carl...@oracle.com * g++.dg/cpp0x/sfinae47.C: New. Index: g++.dg/cpp0x/sfinae47.C ===

Re: [Patch, Fortran] Print floating-point exception status after STOP/ERROR STOP

2013-06-23 Thread Gerald Pfeifer
On Sun, 23 Jun 2013, Tobias Burnus wrote: Gerald and Eric: Would the following work for you? (Sorry, no config.h.in/configure patch; I haven't build in maintainer's mode, yet.) Yes, that looks like what I had in mind. Thanks, Tobias! Gerald

Re: [Patch wwwdocs] gcc-4.9 changes: mention support of the Intel Silvermont microarchitecture

2013-06-23 Thread Gerald Pfeifer
On Mon, 10 Jun 2013, Igor Zamyatin wrote: This patch mentions support of Silvermont architecture in the gcc-4.9/changes.html page. Looks good to me; just say the new Intel Thanks, Gerald

Re: [RS6000] libffi little-endian

2013-06-23 Thread Alan Modra
On Fri, Jun 07, 2013 at 12:12:17AM -0400, David Edelsohn wrote: On Thu, Jun 6, 2013 at 9:34 PM, Alan Modra amo...@gmail.com wrote: Bootstrapped and regression tested powerpc64-linux. OK to apply? * src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Support

Re: [RS6000] libffi little-endian

2013-06-23 Thread David Edelsohn
On Sun, Jun 23, 2013 at 8:26 PM, Alan Modra amo...@gmail.com wrote: On Fri, Jun 07, 2013 at 12:12:17AM -0400, David Edelsohn wrote: On Thu, Jun 6, 2013 at 9:34 PM, Alan Modra amo...@gmail.com wrote: Bootstrapped and regression tested powerpc64-linux. OK to apply? *