Commit d575725b by H.J. Lu

ia64.c (ia64_handle_model_attribute): Remove an extra 'decl' for error_at.

2009-07-07  H.J. Lu  <hongjiu.lu@intel.com>

	* config/ia64/ia64.c (ia64_handle_model_attribute): Remove
	an extra 'decl' for error_at.

From-SVN: r149330
parent c2369146
2009-07-07 H.J. Lu <hongjiu.lu@intel.com>
* config/ia64/ia64.c (ia64_handle_model_attribute): Remove
an extra 'decl' for error_at.
2009-07-07 Jakub Jelinek <jakub@redhat.com>
PR middle-end/40669
......
......@@ -609,8 +609,8 @@ ia64_handle_model_attribute (tree *node, tree name, tree args,
case FUNCTION_DECL:
error_at (DECL_SOURCE_LOCATION (decl),
"address area attribute cannot be specified for functions",
decl);
"address area attribute cannot be specified for "
"functions");
*no_add_attrs = true;
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment