Re: [1/5] Add a mode_mem_attrs array

2011-07-18 Thread Richard Guenther
On Sun, Jul 17, 2011 at 4:18 PM, Richard Sandiford wrote: > This patch adds an array, mode_mem_attrs, that gives the default attributes > for a given mode.  The defaults depend on STRICT_ALIGNMENT, which on rs6000 > and v850 depends on command-line flags, and which could therefore in > principle b

[1/5] Add a mode_mem_attrs array

2011-07-17 Thread Richard Sandiford
This patch adds an array, mode_mem_attrs, that gives the default attributes for a given mode. The defaults depend on STRICT_ALIGNMENT, which on rs6000 and v850 depends on command-line flags, and which could therefore in principle be changed by __attribute__((optimize)). Although we might not cope