On Nov 7, 2007, at 1:20 AM, Duncan Sands wrote:

> Hi Bill,
>
>> Does this help? :-)
>
> the tree dumps weren't very informative! :)

Yeah...there weren't that many that were dumped. :-)

> 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?
>
No, this doesn't give the assert. :-(

-bw

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

Reply via email to