From f37f4651e1bcb4d14b8540f8e317a975f897498d Mon Sep 17 00:00:00 2001
From: Jason Merrill <merrill@gnu.org>
Date: Sat, 15 Oct 1994 00:32:58 +0000
Subject: [PATCH] (build_decl_overload): Set numeric_outputed_need_bar to 0.

From-SVN: r8273
---
 gcc/cp/method.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc/cp/method.c b/gcc/cp/method.c
index 23fffe4eecf..b22aa7c3081 100644
--- a/gcc/cp/method.c
+++ b/gcc/cp/method.c
@@ -313,7 +313,7 @@ flush_repeats (type)
     OB_PUTC ('_');
 }
 
-static int numeric_outputed_need_bar = 0;
+static int numeric_outputed_need_bar;
 static void build_overload_identifier ();
 
 static void
@@ -920,6 +920,7 @@ build_decl_overload (dname, parms, for_method)
     {
       ALLOCATE_TYPEVEC (parms);
       nofold = 0;
+      numeric_outputed_need_bar = 0;
       if (for_method)
 	{
 	  build_overload_name (TREE_VALUE (parms), 0, 0);