------- Comment #1 from m dot reszat at kostal dot com 2007-04-12 10:34 ------- SDA relative access renders useless for the vector load/store opcodes, as the displacement is limited to +0..+248. Hence, the compiler should not try anyway.
With this bug persisting, one has to limit SDA access to variables smaller than 8 bytes (-G 7), which makes the rest of the code less efficient. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31535