Hi, the following patch removes 'type prefix' from output of -var-evaluate-expression applied to objects of function type (not pointers to functions, but functions). It causes no regression in the testsuite for me. Changelog: 2006-03-15 Vladimir Prus * c-valprint.c (c_val_print): Don't print type prefix for functions. (c_value_print): Print type prefix for functions here. Patch attached. - Volodya