Re: Fix Bug 83566 - cyl_bessel_j returns wrong result for x>1000 for high orders

2018-05-05 Thread Ed Smith-Rowland
On 01/08/2018 02:08 PM, Michele Pezzutti wrote: Formatting fixed. diff --git a/libstdc++-v3/include/tr1/bessel_function.tcc b/libstdc++-v3/include/tr1/bessel_function.tcc index 7ac733d..5f8fc9f 100644 --- a/libstdc++-v3/include/tr1/bessel_function.tcc +++

Re: [PATCH] PR libstdc++/80506 fix constant used in condition

2018-05-05 Thread Ed Smith-Rowland
On 04/26/2017 05:16 AM, Jonathan Wakely wrote: On 26/04/17 11:14 +0200, Paolo Carlini wrote: .. or maybe using the wrong constant only impacts the performance?!? Yes, I think so. I did some very simple sanity tests and the numbers were identical before and after. I was backporting this

Re: [PATCH PR other/77609] Let the assembler choose ELF section types for miscellaneous named sections

2018-05-05 Thread Roland McGrath via gcc-patches
Committed. Thanks, Roland

[wwwdocs] Remove empty section and orphaned "-->" markup

2018-05-05 Thread Jonathan Wakely
Committed to CVS. Index: htdocs/gcc-8/changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-8/changes.html,v retrieving revision 1.74 diff -u -r1.74 changes.html --- htdocs/gcc-8/changes.html 2 May 2018 12:25:18 - 1.74 +++

New German PO file for 'gcc' (version 8.1.0)

2018-05-05 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 German team of translators. The file is available at: http://translationproject.org/latest/gcc/de.po (This file, 'gcc-8.1.0.de.po', has just

Re: [Patch, Fortran, pr85507, v1] Modell variable dependencies in coarray expression correctly.

2018-05-05 Thread Jerry DeLisle
On 04/30/2018 01:52 AM, Andre Vehreschild wrote: Hi all, attached patch partially reverts r259385 preventing an ICE. At the same time the check_dependency routine is parameterized correctly so that variable dependencies in coarray expressions are determined more precisely. Bootstrapped and

Re: [PATCH] [Microblaze]: PIC Data Text Relative

2018-05-05 Thread Andrew Sadek
Hello Michael, I made a re-run for the GCC test suite. I have just noticed that picdtr.c was not uploaded, also I forgot to adapt the new pic option text in it. thus we need to apply the attached patch. Otherwise, it's all fine. Results (Normal Run): === gcc Summary === # of expected

[nvptx, PR85653, committed] Add workaround for subsequent bar.syncs

2018-05-05 Thread Tom de Vries
Hi, when compiling this testcase with the og7 branch without the recently committed "[nvptx, openacc] Don't emit barriers for empty loops": ... int main (void) { long long v1; #pragma acc parallel num_gangs (640) num_workers(1) vector_length (128) #pragma acc loop for (v1 = 0; v1 < 20; v1