This is the mail archive of the gcc@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: bootstrap of 3.4.1 RC1 failed on powerpc-ibm-aix4.3.3.0


On Thu, Jul 01, 2004 at 12:41:56PM -0400, David Edelsohn wrote:
> Jakub> Or you can override TARGET_USE_LOCAL_THUNK_ALIAS_P definition for
> Jakub> AIX with the assembler which doesn't handle forward references.
> 
> Joe> I am willing and able to test a patch, if someone will code one up.
> 
> 	I think we need some more information from Jakub about his
> suggestion.

The suggestion was basically back out the 3.4 solution of PR c++/14808,
use the trunk solution (all the patches can be found from
http://gcc.gnu.org/PR14808) and
#undef TARGET_USE_LOCAL_THUNK_ALIAS_P
#define TARGET_USE_LOCAL_THUNK_ALIAS_P(DECL) 0
in aix43.h.

BTW: in 3.4 both cygwin.h and cygming.h define TARGET_IS_PE_COFF
which is the 3.4 macro that matters in method.c, while on the trunk
only cygming.h defines TARGET_USE_LOCAL_THUNK_ALIAS_P while
cygwin.h doesn't.  Is that on purpose or just omission?

	Jakub


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