summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/complex.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/complex.c')
-rw-r--r--clang/test/CodeGen/complex.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/CodeGen/complex.c b/clang/test/CodeGen/complex.c
index 75fae79715e..6a0d3d628c5 100644
--- a/clang/test/CodeGen/complex.c
+++ b/clang/test/CodeGen/complex.c
@@ -32,7 +32,8 @@ void test3() {
double Gr = __real g1;
cf += D;
- D += cf;
+ // FIXME: Currently unsupported!
+ //D += cf;
cf /= g1;
g1 = g1 + D;
g1 = D + g1;
OpenPOWER on IntegriCloud