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


	I think what Jakub was suggesting is embodied in the following
patche:

Index: aix43.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/aix43.h,v
retrieving revision 1.32
diff -c -p -r1.32 aix43.h
*** aix43.h	15 Mar 2004 18:20:49 -0000	1.32
--- aix43.h	1 Jul 2004 17:40:28 -0000
*************** do {									\
*** 181,183 ****
--- 181,186 ----
  
  #undef LD_INIT_SWITCH
  #define LD_INIT_SWITCH "-binitfini"
+ 
+ /* Do not create alias using forward reference on AIX 4.3.  */
+ #define TARGET_USE_LOCAL_THUNK_ALIAS_P(DECL) 0


If you could try that and see if it helps with the AIX 4.3 libstdc++
problem, I would appreciate it.

	If you still have the failed build, you should be able to add the
patch, rebuild cc1plus, and try recompiling strstream.cc.

David


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