Re: [PATCHv2][PR 67425] Fix docs for -frandom-seed

2015-12-29 Thread Sandra Loosemore
On 12/29/2015 10:38 AM, Yury Gribov wrote: On 12/29/2015 08:05 PM, Sandra Loosemore wrote: [snip] As a user reading this documentation, I wouldn't understand what kind of string to use as an argument here, or how GCC actually uses it. (Usually a "random seed" is something that is used to genera

New French PO file for 'gcc' (version 5.2.0)

2015-12-29 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 French team of translators. The file is available at: http://translationproject.org/latest/gcc/fr.po (This file, 'gcc-5.2.0.fr.po', has just

Re: [PATCH] v3 of diagnostic_show_locus and rich_location (was Re: [PATCH 2/5] Reimplement diagnostic_show_locus, introducing rich_location classes (v2))

2015-12-29 Thread Mike Stump
On Sep 25, 2015, at 1:11 PM, David Malcolm wrote: > +layout::layout (diagnostic_context * context, >> +const diagnostic_info *diagnostic) >> >> [...] >> >> + if (loc_range->m_finish.file != m_exploc.file) >> +continue; >> + if (loc_range->m_show_caret_p) >> +if (loc

Re: [PATCH], PowerPC IEEE 128-bit fp, #11 (enable libgcc conversions)

2015-12-29 Thread David Edelsohn
On Tue, Dec 29, 2015 at 11:38 AM, Michael Meissner wrote: > This patch enables support of the __float128 software emulation functions in > libgcc. The patch is reworked from previous versions of this patch (listed as > patch #8). > > This patch adds support for declaring emulation functions that

[PATCHv2][PR 67425] Fix docs for -frandom-seed

2015-12-29 Thread Yury Gribov
On 12/29/2015 08:05 PM, Sandra Loosemore wrote: On 12/29/2015 12:33 AM, Yury Gribov wrote: Hi all, this patch reverts invalid documentation change -frandom-seed which was introduced by myself in r216773 a year ago. I've checked the generated man and the only test for -frandom-seed (gcc.dg/pr6

Re: [PATCH][PING][PR 67425] Fix docs for -frandom-seed

2015-12-29 Thread Sandra Loosemore
On 12/29/2015 12:33 AM, Yury Gribov wrote: Hi all, this patch reverts invalid documentation change -frandom-seed which was introduced by myself in r216773 a year ago. I've checked the generated man and the only test for -frandom-seed (gcc.dg/pr61868.c). Ok for trunk? I also want to backport

Re: [PATCH], PowerPC IEEE 128-bit fp, #11 (enable libgcc conversions)

2015-12-29 Thread Michael Meissner
In my last patch (#11) on libgcc, I didn't submit the latest version of the patch that allowed it to work on older systems that did not have the include sys/auxv.h. This patch fixes that by moving the include of sys/auxv.h to within the code protected by the define that says we have IEEE 128-bit fl

[PATCH], PowerPC IEEE 128-bit fp, #11 (enable libgcc conversions)

2015-12-29 Thread Michael Meissner
This patch enables support of the __float128 software emulation functions in libgcc. The patch is reworked from previous versions of this patch (listed as patch #8). This patch adds support for declaring emulation functions that either use the software emulation functions from the soft-fp subdire

Re: [PATCH], PowerPC IEEE 128-bit fp, patch #10 (comparison, documentation, conversion, debug)

2015-12-29 Thread David Edelsohn
On Tue, Dec 29, 2015 at 10:43 AM, Michael Meissner wrote: > This is a clean-up patch for IEEE 128-bit floating point support on the > PowerPC. > > The main change is to change the way comparisons are done when IEEE 128-bit > floating is emulated. Previously, I had added special __cmpkf2 and __cmp

[PATCH], PowerPC IEEE 128-bit fp, patch #10 (comparison, documentation, conversion, debug)

2015-12-29 Thread Michael Meissner
This is a clean-up patch for IEEE 128-bit floating point support on the PowerPC. The main change is to change the way comparisons are done when IEEE 128-bit floating is emulated. Previously, I had added special __cmpkf2 and __cmpukf2 functions that were modeled on the CR bits that the XSCMPUQP in

[gomp4] kernels offload fns

2015-12-29 Thread Nathan Sidwell
In developing a non-unity default partition mechanism I discovered there was no mechanism to reliably determine whether an offload was for a kernels region or not. The tree-ssa pass uses a heuristic that is sufficient for its needs, but not very clear. This patch adjusts set_oacc_fn_attrib t

Re: [Patch, pr69011, fortran, v1] [6 Regression] [OOP] ICE in gfc_advance_chain for ALLOCATE with SOURCE

2015-12-29 Thread Andre Vehreschild
Hi all, hi Thomas, thanks for the fast review. Committed as r231992. Regards, Andre On Mon, 28 Dec 2015 18:31:32 +0100 Thomas Koenig wrote: > Hi Andre, > > > for bug pr69011 I like to propose the attached patch. The patch fixes > > the ICE and furthermore makes sure, that for this cas

Re: [PATCH] Performance fix for libmpx memmove wrapper

2015-12-29 Thread Ilya Enkovich
This patch is OK. I applied it to trunk. Thanks, Ilya 2015-12-24 14:24 GMT+03:00 Aleksandra Tsvetkova : > Description: > 2015-12-11 Tsvetkova Alexandra > > * libmpxwrap/mpx_wrappers.c (__mpx_wrapper_memmove): separate > case for size of pointer. > > On Thu, Dec 24, 2015 at 2:21 PM, Al

[PATCH, testsuite]: Remove extra braces from target selectors in gcc.target/i386

2015-12-29 Thread Uros Bizjak
Hello! find . -type -f -exec sed -i 's/! { ia32 }/! ia32/g' {} \; 2015-12-28 Uros Bizjak * gcc.target/i386/*.c: Remove extra braces from target selectors. Tested on x86_64-linux-gnu {,-m32}, committed to mainline SVN. Uros. t.diff.txt.gz Description: GNU Zip compressed data

Re: [PATCH, i386, AVX-512] Split out mask version for vec_extract_hi_.

2015-12-29 Thread Uros Bizjak
On Tue, Dec 29, 2015 at 9:43 AM, Kirill Yukhin wrote: > Hi Jakub, > On 28 Dec 14:52, Jakub Jelinek wrote: >> On Mon, Dec 28, 2015 at 04:17:02PM +0300, Kirill Yukhin wrote: >> > Hello, >> > On 02 Dec 20:00, Kirill Yukhin wrote: >> > > Hello, >> > > On 30 Nov 13:46, Kirill Yukhin wrote: >> > > > Hel

Re: [PATCH, middle-end]: Fix PR68999, gfortran.fortran-torture/execute/save_1.f90 execution failure on alpha

2015-12-29 Thread Uros Bizjak
On Wed, Dec 23, 2015 at 7:30 PM, Richard Biener wrote: > On December 23, 2015 5:58:07 PM GMT+01:00, Uros Bizjak > wrote: >>On Wed, Dec 23, 2015 at 2:39 PM, Richard Biener >> wrote: >>> On December 23, 2015 10:39:17 AM GMT+01:00, Uros Bizjak >> wrote: Hello! There is a logic error in

Re: [PATCH] testsuite/lib/multline.exp: show test name and line numbers

2015-12-29 Thread Uros Bizjak
Hello! > Successfully bootstrapped & regrtested on x86_64-pc-linux-gnu; > I compared the results against a control build (of r231445), and > the results were unchanged, other than the expected changes from > the above, leading to > - 92 PASS results changing name within g++.sum > - 7 PASS results

Re: [PATCH, i386, AVX-512] Split out mask version for vec_extract_hi_.

2015-12-29 Thread Kirill Yukhin
Hi Jakub, On 28 Dec 14:52, Jakub Jelinek wrote: > On Mon, Dec 28, 2015 at 04:17:02PM +0300, Kirill Yukhin wrote: > > Hello, > > On 02 Dec 20:00, Kirill Yukhin wrote: > > > Hello, > > > On 30 Nov 13:46, Kirill Yukhin wrote: > > > > Hello, > > > > Patch in the bottom splits masked version of vec_extr