The attached fix parallels the one for the equivalent C bug 95580 where the pretty printers don't correctly handle MEM_REF arguments with type void* or other pointers to an incomplete type. The incorrect handling was exposed by the recent change to -Wuninitialized which includes such expressions in diagnostics. Martin