On Fri, Nov 16, 2012 at 11:43 AM, Xiaopi Liu <liuxiaopi349@xxxxxxxxx> wrote: > Is it possible to dump all the compiler supported warning/error > messages list for gcc? There is no simple way to do this, no. You can grep the source code for "warning (" and "error (" and warning_at and error_at. Ian