Re: [PATCH 3/3] diagnose attribute aligned conflicts (PR 81566)

2017-12-11 Thread Andreas Schwab
http://gcc.gnu.org/ml/gcc-testresults/2017-12/msg00672.html Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."

Re: [PATCH 3/3] diagnose attribute aligned conflicts (PR 81566)

2017-12-11 Thread Martin Sebor
On 12/09/2017 04:40 AM, Andreas Schwab wrote: That requires updates to gcc.dg/pr53037-4.c and g++.dg/pr53037-4.C. I don't see these failures in my own test result or in those reported for common targets. Would you mind providing some details about where this output came from? Martin FAIL:

Re: [PATCH 3/3] diagnose attribute aligned conflicts (PR 81566)

2017-12-09 Thread Andreas Schwab
That requires updates to gcc.dg/pr53037-4.c and g++.dg/pr53037-4.C. FAIL: gcc.dg/pr53037-4.c (test for excess errors) Excess errors: /usr/local/gcc/gcc-20171208/gcc/testsuite/gcc.dg/pr53037-4.c:9:1:

Re: [PATCH 3/3] diagnose attribute aligned conflicts (PR 81566)

2017-10-02 Thread Jeff Law
On 08/08/2017 10:13 AM, Martin Sebor wrote: > Patch 3 in the series restores the diagnostics for conflicting > attribute aligned on the same function (this regressed in r192199 > in GCC 4.9), and also makes use of the enhanced infrastructure to > enhance the detection of the same conflicts on 

[PATCH 3/3] diagnose attribute aligned conflicts (PR 81566)

2017-08-08 Thread Martin Sebor
Patch 3 in the series restores the diagnostics for conflicting attribute aligned on the same function (this regressed in r192199 in GCC 4.9), and also makes use of the enhanced infrastructure to enhance the detection of the same conflicts on distinct declarations of the same function. Rather