From mboxrd@z Thu Jan 1 00:00:00 1970 From: iant@google.com (Ian Lance Taylor) Date: Fri, 29 Jul 2011 19:59:23 -0000 Subject: How can patch a bug In-Reply-To: (esmaeil mirzaee's message of "Fri, 29 Jul 2011 15:42:03 -0400") References: Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org esmaeil mirzaee writes: > I wanna run this patch > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19985 for resolve my > problem. What patch I must to download. I need them for gcc-3.4.6 The patch for that problem was committed to the gcc 3.4 branch and is probably in gcc 3.4.6 already. See comment #14 in that PR. That comment includes links to the specific change made to fix the problem. Ian