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> 2009-07-07 Jakub Jelinek <jakub@redhat.com>
PR middle-end/40669 PR middle-end/40669
...@@ -7,8 +12,8 @@ ...@@ -7,8 +12,8 @@
2009-07-07 Olivier Hainque <hainque@adacore.com> 2009-07-07 Olivier Hainque <hainque@adacore.com>
* config/alpha/t-osf4 (SHLIB_LINK): Do not hide the dummy weak * config/alpha/t-osf4 (SHLIB_LINK): Do not hide the dummy weak
pthread symbols. pthread symbols.
2009-07-07 Basile Starynkevitch <basile@starynkevitch.net> 2009-07-07 Basile Starynkevitch <basile@starynkevitch.net>
......
...@@ -609,8 +609,8 @@ ia64_handle_model_attribute (tree *node, tree name, tree args, ...@@ -609,8 +609,8 @@ ia64_handle_model_attribute (tree *node, tree name, tree args,
case FUNCTION_DECL: case FUNCTION_DECL:
error_at (DECL_SOURCE_LOCATION (decl), error_at (DECL_SOURCE_LOCATION (decl),
"address area attribute cannot be specified for functions", "address area attribute cannot be specified for "
decl); "functions");
*no_add_attrs = true; *no_add_attrs = true;
break; 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