This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: [PATCH] Fix pch/10434 Duplicate symbol __tcf_0


If you look at the bug, you will see that there is a tar ball with the test but I will attach it here anyway:

Attachment: pchtest.h
Description: Text document


Attachment: pchtest.cpp
Description: Text document



Thanks,
Andrew Pinski


PS I sent an email to assign@gnu.org already and now I am waiting.



On Tuesday, Jun 3, 2003, at 14:51 US/Eastern, Geoff Keating wrote:


Andrew Pinski <pinskia@physics.uc.edu> writes:

The problem is the count of cleanup functions are not saved in the
PCH, this fixes that.
ChangeLog:

2003-06-03 Andrew Pinski <pinskia@physics.uc.edu>

	*decl.c (start_cleanup_cnt): new static int.
	(start_cleanup_fn): Remove count.
	Use start_cleanup_cnt instead.

Patch:





Ok? (I do not have cvs write access yet or a copyright assignment yet
either).

The patch is OK, and I think not large enough to need a copyright assignment, but you should really try to get a copyright assignment and cvs write access.

Do you have a testcase for this problem?  It should be easy if you
understand how to get this code to run...

--
- Geoffrey Keating <geoffk@geoffk.org>



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