On 03/27/2014 05:32 PM, Fabien Chêne wrote:
+ permerror (DECL_SOURCE_LOCATION (current_function_decl), + "uninitialized reference member in %q#T", type); + inform (DECL_SOURCE_LOCATION (member), + "%q#D should be initialized", member);
The inform should only happen if permerror returns true (i.e. without -fpermissive -w). OK with that change.
Jason