Re: [X10-users] Two problems with structs

2010-02-11 Thread David P Grove
Mohsen Lesani wrote on 02/10/2010 03:59:06 PM: > > One of my benchmarks could pass the type checker and then the linker > failed. It is a large benchmark but I worked to localise the problem. > Here I present them abstractly in two small examples. > Both of the problems seem to be with structs (T

Re: [X10-users] Two problems with structs

2010-02-10 Thread Igor Peshansky
Mohsen Lesani wrote on 02/10/2010 03:59:06 PM: > Hi, > > One of my benchmarks could pass the type checker and then the linker > failed. It is a large benchmark but I worked to localise the problem. > Here I present them abstractly in two small examples. > Both of the problems seem to be with str

[X10-users] Two problems with structs

2010-02-10 Thread Mohsen Lesani
Hi, One of my benchmarks could pass the type checker and then the linker failed. It is a large benchmark but I worked to localise the problem. Here I present them abstractly in two small examples. Both of the problems seem to be with structs (There is no problem if we change struct to class.) ===