Re: [patch] New 'all' front end header reduction

2015-11-01 Thread Jeff Law
On 10/30/2015 07:37 AM, Andrew MacLeod wrote: OK, here's the much delayed front end reduction patch based on the reordering already being checked in. I discovered that my targets builds were only building c/c++, so the other languages were being reduced based only on the host x86_64-pc-linux-gnu

Re: [patch] New 'all' front end header reduction

2015-10-30 Thread Mike Stump
On Oct 30, 2015, at 9:20 AM, Andrew MacLeod wrote: > On 10/30/2015 12:07 PM, Mike Stump wrote: >> On Oct 30, 2015, at 6:37 AM, Andrew MacLeod wrote: >>> OK, here's the much delayed front end reduction patch based on the >>> reordering already being checked in. >> So, Objective-C++ should be togg

Re: [patch] New 'all' front end header reduction

2015-10-30 Thread Andrew MacLeod
On 10/30/2015 12:07 PM, Mike Stump wrote: On Oct 30, 2015, at 6:37 AM, Andrew MacLeod wrote: OK, here's the much delayed front end reduction patch based on the reordering already being checked in. So, Objective-C++ should be toggled on at least once for this. If it builds, it should be fine

Re: [patch] New 'all' front end header reduction

2015-10-30 Thread Mike Stump
On Oct 30, 2015, at 6:37 AM, Andrew MacLeod wrote: > OK, here's the much delayed front end reduction patch based on the reordering > already being checked in. So, Objective-C++ should be toggled on at least once for this. If it builds, it should be fine; though the entire objc++ test suite is

[patch] New 'all' front end header reduction

2015-10-30 Thread Andrew MacLeod
OK, here's the much delayed front end reduction patch based on the reordering already being checked in. I discovered that my targets builds were only building c/c++, so the other languages were being reduced based only on the host x86_64-pc-linux-gnu build. Thats *probably* ok, but I wanted