nvcc error

Hi, I am using CUDA to write a program where I compute the address of an array in the global memory using a formula which involves (threadIdx.x + P) where P is an int. When I compile the code using nvcc -arch sm_20 -m64 -c file_name.cu, I get the following error:
Stack dump:
0. Running pass ‘Machine Common Subexpression Elimination’ on function ‘@Z15compute_hessianPdS_S_S_S_S
nvcc error : ‘cicc’ died due to signal 11 (Invalid memory reference)
nvcc error : ‘cicc’ core dumped
make: *** [hessian_computation.o] Error 139

Any help would be appreciated,

best
Ehtsham

Hi,

Did you find the source of this error? I am facing something similar.