This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/25468] [4.0/4.1 Regression] -g makes g++ loop forever
- From: "steven at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Jul 2006 22:08:57 -0000
- Subject: [Bug debug/25468] [4.0/4.1 Regression] -g makes g++ loop forever
- References: <bug-25468-1902@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #11 from steven at gcc dot gnu dot org 2006-07-31 22:08 -------
Subject: Bug 25468
Author: steven
Date: Mon Jul 31 22:08:47 2006
New Revision: 115841
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115841
Log:
PR debug/25468
Backport from mainline
* config/elfos.h (ASM_OUTPUT_ASCII): Remove 'register' marks.
Cache the last found '\0' marker to avoid quadratic behavior.
Modified:
branches/gcc-4_1-branch/gcc/ChangeLog
branches/gcc-4_1-branch/gcc/config/elfos.h
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25468