From: H.J. Lu Date: Tue, 7 Jul 2009 14:25:58 +0000 (-0700) Subject: ia64.c (ia64_handle_model_attribute): Remove an extra 'decl' for error_at. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d575725b2554cd5d37eb686ace2b2c3fb947604e;p=platform%2Fupstream%2Fgcc.git ia64.c (ia64_handle_model_attribute): Remove an extra 'decl' for error_at. 2009-07-07 H.J. Lu * config/ia64/ia64.c (ia64_handle_model_attribute): Remove an extra 'decl' for error_at. From-SVN: r149330 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d659986..4222500 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-07-07 H.J. Lu + + * config/ia64/ia64.c (ia64_handle_model_attribute): Remove + an extra 'decl' for error_at. + 2009-07-07 Jakub Jelinek PR middle-end/40669 @@ -7,8 +12,8 @@ 2009-07-07 Olivier Hainque - * config/alpha/t-osf4 (SHLIB_LINK): Do not hide the dummy weak - pthread symbols. + * config/alpha/t-osf4 (SHLIB_LINK): Do not hide the dummy weak + pthread symbols. 2009-07-07 Basile Starynkevitch diff --git a/gcc/config/ia64/ia64.c b/gcc/config/ia64/ia64.c index b863fd3..b2e950e5 100644 --- a/gcc/config/ia64/ia64.c +++ b/gcc/config/ia64/ia64.c @@ -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;