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',
The patch has been just reverted because it caused many issues:
PR80366
Martin
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
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
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
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
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
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,