Re: [New file] Add testcase to ensure that #pragma GCC diagnostic push/pop works with -Wtraditional.

2017-03-25 Thread Martin Sebor
On 03/24/2017 01:41 PM, Eric Gallager wrote: On 3/24/17, David Malcolm wrote: On Fri, 2017-03-24 at 14:10 -0400, Eric Gallager wrote: The attached test case failed with gcc 4.9 and older, but started compiling successfully with only the 1 expected warning with gcc 5. Adding it to the test suit

[Patch, fortran] PR69498 Fix ICE on unexpected submodule

2017-03-25 Thread Nicolas Koenig
Hello everyone, this fixes the ICE. The problem was a discrepancy between the name of the submodules symbol and the name of its symtree node. Nicolas 2017-03-18 Nicolas Koenig PR fortran/69498 * symbol.c (gfc_delete_symtree): If there is a period in the nam

New French PO file for 'gcc' (version 7.1-b20170226)

2017-03-25 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-7.1-b20170226.fr.po', h

Re: [patch, libgfortran] PR78881 [F03] reading from string with DTIO procedure does not work properly

2017-03-25 Thread Jerry DeLisle
On 03/25/2017 11:00 AM, Paul Richard Thomas wrote: Hi Jerry, This looks fine to me. OK for trunk. Thanks for the patch. Paul Thanks for review Paul. A gcc/testsuite/gfortran.dg/dtio_26.f03 M gcc/testsuite/ChangeLog M libgfortran/ChangeLog M

Re: [patch, libgfortran] PR78881 [F03] reading from string with DTIO procedure does not work properly

2017-03-25 Thread Paul Richard Thomas
Hi Jerry, This looks fine to me. OK for trunk. Thanks for the patch. Paul On 25 March 2017 at 13:41, Jerry DeLisle wrote: > Hi all, > > I managed to figure out the rest of this. > > Attached is updated full patch. I consolidated the two previous test cases > into one which checks all four cond

Re: [Patch, fortran] PR80156 - [7 Regression] Generic DTIO interface reported missing if public statement preceeds the interface block

2017-03-25 Thread Paul Richard Thomas
Hi Jerry, Committed as revision 246476. Thanks Paul On 25 March 2017 at 14:12, Jerry DeLisle wrote: > On 03/25/2017 06:28 AM, Paul Richard Thomas wrote: >> Dear All, >> >> This regression arose from my patch for PR79382. I have removed the >> compile time error but have prevented the ICE by en

[PATCH, i386]: Fix PR 80180, Incorrect codegen from rdseed intrinsic use

2017-03-25 Thread Uros Bizjak
Hello! We should not expand call arguments in between flags reg setting and flags reg using instructions, as it may expand with flags reg clobbering insn (ADD in this case). Attached patch moves expansion out of the link. Also, change zero-extension to non-flags reg clobbering sequence in case we

Re: [Patch, fortran] PR80156 - [7 Regression] Generic DTIO interface reported missing if public statement preceeds the interface block

2017-03-25 Thread Jerry DeLisle
On 03/25/2017 06:28 AM, Paul Richard Thomas wrote: > Dear All, > > This regression arose from my patch for PR79382. I have removed the > compile time error but have prevented the ICE by ensuring that the > dtio generic symbol has flavor FL_PROCEDURE. dtio_23.f90 has been > modified to incorporate

[wwwdocs] Update rx link in readings.html

2017-03-25 Thread Gerald Pfeifer
The original link is not broken, but redirects (some something really long/probably unstable), and this new links is a little more general, so I went ahead. Gerald Index: readings.html === RCS file: /cvs/gcc/wwwdocs/htdocs/readings.h

[patch, libgfortran] PR78881 [F03] reading from string with DTIO procedure does not work properly

2017-03-25 Thread Jerry DeLisle
Hi all, I managed to figure out the rest of this. Attached is updated full patch. I consolidated the two previous test cases into one which checks all four conditions I was concerned with. Regression tested on x86_64_linux. Ok for trunk? Regards, Jerry 2017-03-25 Jerry DeLisle

[Patch, fortran] PR80156 - [7 Regression] Generic DTIO interface reported missing if public statement preceeds the interface block

2017-03-25 Thread Paul Richard Thomas
Dear All, This regression arose from my patch for PR79382. I have removed the compile time error but have prevented the ICE by ensuring that the dtio generic symbol has flavor FL_PROCEDURE. dtio_23.f90 has been modified to incorporate the test for this PR and not to check for the now absent error

Re: [wwwdocs] Update five citeseer.ist.psu.edu references in news/profiledriven.html

2017-03-25 Thread Gerald Pfeifer
On Fri, 24 Mar 2017, Gerald Pfeifer wrote: > Update four citeseer.ist.psu.edu references with doi.org and one > with an updated one. And here are two more. Applied as well. Gerald Index: news/profiledriven.html === RCS file: /cvs/g