Re: [PATCH] Make powerpc honor PROCESSOR_DEFAULT{,64} in tm*.h files

2012-03-12 Thread Richard Guenther
On Fri, Mar 9, 2012 at 5:57 PM, Michael Meissner wrote: > On Fri, Mar 09, 2012 at 11:04:17AM -0500, David Edelsohn wrote: >> Let's try this on trunk and hopefully it can be included in the >> release candidate. > > Committed, subversion id 185146. Ok for the branch. Thanks, Richard. > -- > Mich

Re: [PATCH] Make powerpc honor PROCESSOR_DEFAULT{,64} in tm*.h files

2012-03-09 Thread Michael Meissner
On Fri, Mar 09, 2012 at 11:04:17AM -0500, David Edelsohn wrote: > Let's try this on trunk and hopefully it can be included in the > release candidate. Committed, subversion id 185146. -- Michael Meissner, IBM 5 Technology Place Drive, M/S 2757, Westford, MA 01886-3141, USA meiss...@linux.vnet.ib

Re: [PATCH] Make powerpc honor PROCESSOR_DEFAULT{,64} in tm*.h files

2012-03-09 Thread David Edelsohn
On Thu, Mar 8, 2012 at 1:17 PM, Michael Meissner wrote: > David noticed that I set default_cpu twice in my previous patch.  This patch > fixes that, and also updates the ChangeLog message to indicate fixing some > tests for using >= 0 instead of > 0, since processor 0 is a valid index.  I've > boo

Re: [PATCH] Make powerpc honor PROCESSOR_DEFAULT{,64} in tm*.h files

2012-03-08 Thread Michael Meissner
David noticed that I set default_cpu twice in my previous patch. This patch fixes that, and also updates the ChangeLog message to indicate fixing some tests for using >= 0 instead of > 0, since processor 0 is a valid index. I've bootstrapped both 4.7 and 4.8 with this new patch. Is it ok to inst

[PATCH] Make powerpc honor PROCESSOR_DEFAULT{,64} in tm*.h files

2012-03-07 Thread Michael Meissner
David discovered that there was a thinko in the logic of the powerpc setting for the default tuning option. In theory, the compiler was supposed to use PROCESSOR_DEFAULT for 32-bit targets and PROCESSOR_DEFAULT64 for 64-bit targets if no cpu or tuning option was used in configuring the compiler.