From 50842acbc6cbe8befb9a79c57f2424b87f1d81b5 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 22 Sep 2010 08:21:14 +0000 Subject: [PATCH] alpha.c (alpha_use_linkage): Initialize target field. 2010-09-22 Tristan Gingold * config/alpha/alpha.c (alpha_use_linkage): Initialize target field. From-SVN: r164511 --- gcc/ChangeLog | 8 ++++++-- gcc/config/alpha/alpha.c | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7c0856792a5..f62eb6cbf46 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-09-22 Tristan Gingold + + * config/alpha/alpha.c (alpha_use_linkage): Initialize target field. + 2010-09-22 Uros Bizjak * config/i386/i386.h (MAX_STRINGOP_ALGS): Fix typo in the name. @@ -23,13 +27,13 @@ * c-parser.c (c_parser_objc_method_definition): Check the return value of objc_start_method_definition and if false is returned, parse the method definition but emit no code. - + 2010-09-21 Nicola Pero PR objc/25965 * c-decl.c (detect_field_duplicates): If compiling Objective-C, call objc_get_interface_ivars (). - + 2010-09-21 Kai Tietz PR target/45694 diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c index 4db554cbfbe..49c86fd9310 100644 --- a/gcc/config/alpha/alpha.c +++ b/gcc/config/alpha/alpha.c @@ -10029,6 +10029,7 @@ alpha_use_linkage (rtx func, tree cfundecl, int lflag, int rflag) al = ggc_alloc_alpha_links (); al->num = cfaf->num; + al->target = NULL; node = splay_tree_lookup (alpha_links_tree, (splay_tree_key) name); if (node) -- 2.30.2