Hi Bill,

> Does this help? :-)

the tree dumps weren't very informative! :)  Here is a testcase that
seems to show the same kind of problem, and works on my machine:

struct A
{
  int a[11];
};

void Qux() {
  static struct A C = {0};
  struct A __attribute__ ((aligned (1))) Bar;

  Bar = C;
}

Can you please confirm that this is the problem you are talking about?

Thanks,

Duncan.
_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to