On Thursday, January 17, 2008, at 03:38PM, "Nuno Lopes" <[EMAIL PROTECTED]> 
wrote:
>Hi again,
>
>clang -emit-llvm-bc on the code below triggers the following assertion: 
>implicit cast types must be equal (CGExprAgg.cpp:145).
>
>
>struct foo {int x};
>
>extern const struct foo a;
>
>void f(){
>struct foo b = a;
>}
>
>

Good catch! Fixed - see 
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20080114/003860.html

Anders
_______________________________________________
cfe-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev

Reply via email to