Re: Backport fix: [PATCH] Fix target attribute handling (PR c++/81355).

2017-09-19 Thread Martin Liška
On 09/18/2017 03:05 PM, Jakub Jelinek wrote: > On Mon, Sep 18, 2017 at 03:01:53PM +0200, Martin Liška wrote: >> As discussed here: >> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81224 >> >> We have fallout caused by the patch and it's backport to active branches. >> I'm planning to revert the patc

Re: Backport fix: [PATCH] Fix target attribute handling (PR c++/81355).

2017-09-18 Thread Jakub Jelinek
On Mon, Sep 18, 2017 at 03:01:53PM +0200, Martin Liška wrote: > As discussed here: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81224 > > We have fallout caused by the patch and it's backport to active branches. > I'm planning to revert the patch and install patch that will ignore empty > strin

Backport fix: [PATCH] Fix target attribute handling (PR c++/81355).

2017-09-18 Thread Martin Liška
Hello. As discussed here: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81224 We have fallout caused by the patch and it's backport to active branches. I'm planning to revert the patch and install patch that will ignore empty string values. I'm testing the patch. Jakub do we really want it also f

Re: [PATCH] Fix target attribute handling (PR c++/81355).

2017-08-02 Thread Martin Sebor
On 08/02/2017 01:04 PM, Jeff Law wrote: On 07/28/2017 05:13 AM, Martin Liška wrote: Hello. Following patch skips empty strings in 'target' attribute. Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. Ready to be installed? Martin gcc/ChangeLog: 2017-07-13 Martin Lis

Re: [PATCH] Fix target attribute handling (PR c++/81355).

2017-08-02 Thread Jeff Law
On 07/28/2017 05:13 AM, Martin Liška wrote: > Hello. > > Following patch skips empty strings in 'target' attribute. > Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. > > Ready to be installed? > Martin > > gcc/ChangeLog: > > 2017-07-13 Martin Liska > > PR c+

[PATCH] Fix target attribute handling (PR c++/81355).

2017-07-28 Thread Martin Liška
Hello. Following patch skips empty strings in 'target' attribute. Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. Ready to be installed? Martin gcc/ChangeLog: 2017-07-13 Martin Liska PR c++/81355 * attribs.c (sorted_attr_string): Skip empty strings