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: egcs-971207: Building libgcc2.a with -Ox where x > 2


On Mon, 15 December 1997, 12:07:53, law@cygnus.com wrote:

 > 
 > 
 >   In message <9712091059.AA27728@lts.sel.alcatel.de>you write:
 >   > I just failed running the libio tests on sparc-sun-solaris2.5.1 due to
 >   > various unresolved __builtin_*new* and __builtin_*delete* functions. I
 >   > used optimization  level -O9 for building  the  whole tree.  Using -O2
 >   > (which doesn't enable `-finline-functions') cured this problem.
 >   > 
 >   > Tue Dec  9 11:51:57 1997  Manfred Hollstein  <manfred@s-direktnet.de>
 >   > 
 >   > 	* Makefile.in (LIBGCC2_CFLAGS): Include -fno-inline-functions to avoid
 >   > 	inlining various __builtin_*new* and __builtin_*delete* functions when
 >   > 	compiling at higher optimization levels than -O2.
 > I believe Jason has fixed this with some changes in the C++ front end.  Please
 > try it in the next snapshot.
 > 

No problems anymore with 971215!

Thanks, Manfred


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