This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: New g++ bug


>>>>> "Anthony" == Anthony Green <green@cygnus.com> writes:

    Anthony> And try this: g++ -O2 -g -c interpreter.ii

Apparently, the fix I just checked in:

1999-12-06  Mark Mitchell  <mark@codesourcery.com>

	* tree.c (walk_tree): Don't recurse into DECL_INITIAL or DECL_SIZE
	unless we're declaring the variable in question.

fixes this.  Or, at least, I can't reproduce your problem with that
patch installed, even when I reactivate the inlining-on-trees.

I've also gotten a successful bootstrap on IRIX 6.5 with this patch,
so I guess I'll reactivate inlining-on-trees some time soon.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]