[cfe-commits] r39842 - /cfe/trunk/test/CodeGen/complex.c
Chris Lattner
clattner at apple.com
Fri Jul 13 17:10:51 PDT 2007
> ======================================================================
> ========
> --- cfe/trunk/test/CodeGen/complex.c (original)
> +++ cfe/trunk/test/CodeGen/complex.c Fri Jul 13 18:40:27 2007
> @@ -1,10 +1,10 @@
> // RUN: clang -emit-llvm %s
> // XFAIL: *
This test now passes, please remove the xfail.
> -void main(void)
> +int main(void)
> {
> double _Complex a = 5;
> double _Complex b = 42;
The codegen for the initializers are not right. However, this will
probably magically be fixed by the implicit cast work Steve is doing.
-Chris
More information about the cfe-commits
mailing list