Re: [PATCH 00/12] misc conditional compilation work

2015-11-09 Thread Trevor Saunders
On Mon, Nov 09, 2015 at 10:57:10AM -0700, Jeff Law wrote: > On 11/09/2015 09:47 AM, tbsaunde+...@tbsaunde.org wrote: > >From: Trevor Saunders > > > >Hi, > > > >basically $subject, making some code unconditionally compiled, and changing > >other things from #ifdef to #if so they can be made uncondi

Re: [PATCH 00/12] misc conditional compilation work

2015-11-09 Thread Jeff Law
On 11/09/2015 09:47 AM, tbsaunde+...@tbsaunde.org wrote: From: Trevor Saunders Hi, basically $subject, making some code unconditionally compiled, and changing other things from #ifdef to #if so they can be made unconditional incrementally. patches individually bootstrapped + regtested on x86_

[PATCH 00/12] misc conditional compilation work

2015-11-09 Thread tbsaunde+gcc
From: Trevor Saunders Hi, basically $subject, making some code unconditionally compiled, and changing other things from #ifdef to #if so they can be made unconditional incrementally. patches individually bootstrapped + regtested on x86_64-linux-gnu, and a slightly earlier version of the series