RE: [PATCH] Fix PR50293 - LTO plugin with space in path

2013-03-03 Thread Joseph S. Myers
On Mon, 18 Feb 2013, Joey Ye wrote: > +static char * convert_white_space (char *); No space after "*". > - linker_plugin_file_spec = find_a_file (&exec_prefixes, > + char * temp_spec = find_a_file (&exec_prefixes, >LTOPLUGIN

Re: [Patch, microblaze]: Add support for swap instructions and reorder option

2013-03-03 Thread Michael Eager
On 02/27/2013 04:36 PM, David Holsgrove wrote: -Original Message- From: Michael Eager [mailto:ea...@eagercon.com] Sent: Thursday, 28 February 2013 3:06 am To: David Holsgrove Cc: Michael Eager; gcc-patches@gcc.gnu.org; John Williams; Edgar E. Iglesias (edgar.igles...@gmail.com); Vinod

New Swedish PO file for 'gcc' (version 4.8-b20130224)

2013-03-03 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.8-b20130224.sv.po',

[Patch, fortran] PR56477 ICE on pointer assignment checking

2013-03-03 Thread Mikael Morin
Hello, I'm testing the attached patch which fixes the PR56477 test case. Will commit as obvious tonight. Mikael 2013-03-03 Mikael Morin PR fortran/56477 * expr.c (gfc_check_pointer_assign): Avoid NULL pointer dereference. 2013-03-03 Mikael Morin PR fortran/564

Re: [PATCH] Fix PR50293 - LTO plugin with space in path

2013-03-03 Thread Georg-Johann Lay
Joey Ye schrieb: Ping Subject: RE: [PATCH] Fix PR50293 - LTO plugin with space in path Does this patch also work with MS-Windows as host, i.e. with \ as path separator? +static char * convert_white_space(char * orig); Please fix formatting in many places in this patch to follow the GNU C

[patch, committed] internal documentation for TARGET_OPTION_PRAGMA_PARSE

2013-03-03 Thread Sandra Loosemore
I was finding the internal documentation for TARGET_OPTION_PRAGMA_PARSE and friends confusing until I realized that it had never been updated after #pragma gcc option was renamed to #pragma gcc target, back in 2008: http://gcc.gnu.org/ml/gcc-patches/2008-08/msg02394.html I've checked in this p

[PATCH] Skip some vect tests on AIX.

2013-03-03 Thread David Edelsohn
AIX does not support 64 bit instructions in 32 bit addressing mode. * vect/vect-82_64.c: Skip on AIX. * vect/vect-83_64.c: Same. Index: vect-82_64.c === --- vect-82_64.c(revision 196418) +++ vect-82_64.c(working copy)

Ping: [PATCH][ARM] GCC command line support for Cortex-R7

2013-03-03 Thread Terry Guo
Ping... The patch is at http://gcc.gnu.org/ml/gcc-patches/2013-02/msg01105.html. BR, Terry > -Original Message- > From: gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches- > ow...@gcc.gnu.org] On Behalf Of Terry Guo > Sent: Monday, February 25, 2013 10:23 AM > To: gcc-patches@gcc.gnu.org

von Mises distribution improvement

2013-03-03 Thread Ulrich Drepper
I'd like to check in this patch which would improve the performance of the distribution quite a bit by pulling constant computations into the constructor. This patch will change the memory layout which can be done easily only now. It also fixes one small bug in operator== and in a comment. OK?

__sdivsi3_i4i and __udivsi3_i4i called for sh2 variant.

2013-03-03 Thread Yoshinori Sato
It function called to divide operator. But libgcc.a is not include it helper functions. This patch is included those functions. diff -ru gcc-4.7.2.org/gcc/config.gcc gcc-4.7.2/gcc/config.gcc --- gcc-4.7.2.org/gcc/config.gcc2012-09-12 18:03:54.0 +0900 +++ gcc-4.7.2/gcc/config.gcc