How easily can you reproduce this problem? using VS2005 and VA 1555 I have just tried the following code:
int (functionNameInBrackets)(int x, int y) { return 0; }
static void callFunctionInBrackets()
{
functionNameInBrackets(1, 2);
}
and alt-g works fine for me.