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

2017-04-08 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 Spanish team of translators. The file is available at: http://translationproject.org/latest/gcc/es.po (This file, 'gcc-7.1-b20170226.es.po',

Re: [PATCH] Add function part to a same comdat group (PR ipa/80212).

2017-04-08 Thread Martin Liška
The patch has been just reverted because it caused many issues: PR80366 Martin

[patch] aarch64 FreeBSD MCOUNT_NAME

2017-04-08 Thread Andreas Tobler
Hi all, I'm going to commit the attached patch to trunk and all active branches in the next hours. Again, a few tests fixed. Also, I added a comment which I missed in my last commmit. Thanks, Andreas 2017-04-08 Andreas Tobler * config/aarch64/aarch64-freebsd.h: Define MCOUNT_NA

Re: patch to fix PR70478

2017-04-08 Thread Vladimir Makarov
On 04/07/2017 05:45 PM, Jakub Jelinek wrote: On Fri, Apr 07, 2017 at 12:04:16PM -0400, Vladimir Makarov wrote: Index: ChangeLog === --- ChangeLog (revision 246763) +++ ChangeLog (working copy) @@ -1,3 +1,9 @@ +2017-04-07 Vla

Re: Fix for PR79987

2017-04-08 Thread Ilya Enkovich
2017-04-04 18:34 GMT+03:00 Jeff Law : > On 04/04/2017 09:07 AM, Alexander Ivchenko wrote: >> >> Hi, >> >> When creating static bounds for foo below we end up with: >> >> *((unsigned long *) &__chkp_bounds_of_foo + 8) = >> ~(__builtin_ia32_sizeof (foo) + ((long unsigned int) &foo + >> 18446744073709

[Patch, fortran] PR34360 (Comment 28) - ICE when assigning item of a derived-component to a pointer

2017-04-08 Thread Paul Richard Thomas
Dear All, This is not a fix for the original PR but for the specific case of pointer array components of derived types that point to components of arrays of derived types. The original case involving pointer arrays being passed as actual arguments remains to be done. The fix is straightforward an

C++ PATCH for c++/80356, ICE with reference to function template argument

2017-04-08 Thread Jason Merrill
My patch for 79294 to check value-dependence for function pointer/reference template arguments was wrongly skipping the type conversions that convert_nontype_argument_function does. Tested x86_64-pc-linux-gnu, applying to trunk. commit ee2ce70b23a8217d502aa268ca1ff42d7beba660 Author: Jason Merrill

C++ PATCH for c++/80267, ICE with nested capture of reference

2017-04-08 Thread Jason Merrill
In this testcase we went to instantiate the reference to 'c' in the innermost lambda, looked it up, found the capture proxy in the middle lambda, decided that this was wrong because it's in a different function from the 'c' variable, tried to build a new version of 'c' for constant/type evaluation,