Bug 12328 - New bootstrap failure on 3.3 branch
Summary: New bootstrap failure on 3.3 branch
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: bootstrap (show other bugs)
Version: 3.3.2
: P2 critical
Target Milestone: 3.3.2
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-18 11:34 UTC by gschafer
Modified: 2005-07-23 22:49 UTC (History)
1 user (show)

See Also:
Host: i686-pc-linux-gnu
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gschafer 2003-09-18 11:34:49 UTC
../../gcc-3.3.2-cvs/gcc/cp/class.c: In function
`resolve_address_of_overloaded_function':
../../gcc-3.3.2-cvs/gcc/cp/class.c:6259: error: `flags' undeclared (first use in
this function)
../../gcc-3.3.2-cvs/gcc/cp/class.c:6259: error: (Each undeclared identifier is
reported only once
../../gcc-3.3.2-cvs/gcc/cp/class.c:6259: error: for each function it appears in.)
make[1]: *** [cp/class.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory
`/mnt/hdb6/home/gws/scratch/testing/gcc-build/gcc'
make: *** [all-gcc] Error 2


There seems to have been some changes to cp/class.c in the past few days which
are probably responsible.

Thanks
Comment 1 Andrew Pinski 2003-09-18 17:35:56 UTC
Can you try again, I think this is fixed by:
	* class.c (resolve_address_of_overloaded_function): Replace
	complain parameter with flags parameter.
	(instantiate_type): Adjust accordingly.
Comment 2 gschafer 2003-09-18 22:21:46 UTC
Yes, tried again and all is well. Marking as fixed.

Thanks.