This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH C/C++] Fix some diagnostics problems


On 06/10/2010 02:33 AM, Shujing Zhao wrote:
+	    permerror (input_location, "member initializer expression "
+	    			       "list treated as compound expression");

expression list treated as compound expression in mem-initializer


+	  case ELK_FUNC_CAST:
+	    permerror (input_location, "functional cast expression "
+	    			       "list treated as compound expression");

expression list treated as compound expression in functional cast


+		warning (OPT_Wmissing_format_attribute,
+			 "target of argument passing might be a candidate "
+			 "for a format attribute");

parameter might be...


+		warning (OPT_Wmissing_format_attribute,
+			 "default argument might be a candidate "
+			 "for a format attribute");

parameter might be...


OK with those changes.

Jason


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]