------- Comment #4 from jakub at gcc dot gnu dot org 2008-01-21 15:22 ------- Shorter testcase: void foo (int, ...); __attribute__ ((vector_size (16))) int v;
void
bar (void)
{
foo (1, v);
}
with -O2 -mno-accumulate-outgoing-args -m32 or -Os -m32.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34621
