[cfe-dev] Complex integer codegen broken
Eli Friedman
eli.friedman at gmail.com
Wed Jan 16 19:43:39 PST 2008
void a() {
__complex__ long long v = 2;
}
crashes clang -emit-llvm. Looks like it's related to the change to
the definition of expr->isComplexType().
-Eli
More information about the cfe-dev
mailing list