Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: X10 1.7.2 - C++ hosted, X10 1.7.3
-
Fix Version/s: X10 1.7.3
-
Component/s: Native X10: Compiler Codegen
-
Labels:None
-
Number of attachments :
Description
class Bug {
class A {
def set(v:double, i:int) {}
}
val a = new A();
def foo() {
a(0) = 0.0;
}
}
x10cpp: Bug.cc: In member function `virtual void Bug::foo()':
Bug.cc:19: error: 'class x10aux::ref<Bug__A>' has no member named 'set'
Designating blocker since most array test cases depend on this