Hello, I am getting a "syntax error before '[' token" error when i run gccxml on the following line - int[] echoIntArray(int[]) If i use the pointer notation just for the return type instead - int* echoIntArray(int[]), the error doesn't occur. Anyone know why this is happening? thanks, Kedar