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]

Re: egcs-1.0.3a weirdness with lynx-2.8 on v2.1.107


Alex Buell <alex.buell@tahallah.demon.co.uk> writes:

|> On Fri, 26 Jun 1998, Horst von Brand wrote:
|> 
|> > > [cc1 eats all memory and crashes]
|> > 
|> > I saw something like that with an egcs snapshot, but had no time to dig
|> > further.
|> 
|> Further tests with -O1 got the same results that -O2 did. Removing the -O
|> option from the Makefile in Lynx worked. There must be something strange
|> in LYMainLoop.c that is causing the optimiser to go amok. :o(

There is nothing strange.  It's just huge, at least after expanding all
the macros from <bits/string2.h>.  Use -D__NO_STRING_INLINES.

Andreas.

-- 
Andreas Schwab                                      "And now for something
schwab@issan.informatik.uni-dortmund.de              completely different"
schwab@gnu.org


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