This RFA is a followup on the thread started on gdb@: http://sources.redhat.com/ml/gdb/2003-09/msg00082.html I incorporated Jim's comments (set expout->language_defn, handle NULL expression_context_block). There was also another gotcha that the testsuite detected which is to handle the cases when the context block language is not null, but the unknown language. 2003-09-09 J. Brobecker * parse.c (parse_exp_1): Use the language associated to the context block when parsing an expression. Tested on x86-linux. Ok to apply? -- Joel