On Tue, Jan 01, 2013 at 02:06:31AM +1100, matthew green wrote: > > > Module Name: src > > Committed By: dsl > > Date: Sun Dec 30 20:16:59 UTC 2012 > > > > Modified Files: > > src/external/gpl3/gcc/dist/gcc/config/i386: i386.c > > > > Log Message: > > No need to check both TARGET_64BIT and ix86_preferred_stack_boundary >= 64, > > if the former is true the latter is also true. > > can this not be overriden with cli options? the old > test seems safer.
No - for amd64 the ix86_preferred_stack_boundary is always >= 64. David -- David Laight: da...@l8s.co.uk