From: hjl Date: Tue, 7 Jul 2009 14:25:58 +0000 (+0000) Subject: 2009-07-07 H.J. Lu X-Git-Tag: upstream/4.9.2~35004 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b52eeb5ad4605f60acfdc7e3c8d95d47cdf1608;p=platform%2Fupstream%2Flinaro-gcc.git 2009-07-07 H.J. Lu * config/ia64/ia64.c (ia64_handle_model_attribute): Remove an extra 'decl' for error_at. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@149330 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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;