This is the mail archive of the libc-hacker@cygnus.com mailing list for the glibc project.


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

Re: egcs 1.1.1 for linux


> resulting compiler is severely busted - it used to compile with flying
> colors things like sgml-tools and qt and now I get very frequently:
> 
> parseInstance.cxx: In method `void Parser::doContent()':
> parseInstance.cxx:171: warning: `unsigned int startLevel' might be used
> uninitialized in this function
> parseInstance.cxx: In method `void Parser::parseEmptyStartTag()':
> parseInstance.cxx:506: warning: `class AttributeList * attributes' might
> be used uninitialized in this function
> ../../gcc/except.c:2302: Internal compiler error in function scan_region
> make[3]: *** [parseInstance.o] Error 1
> make[3]: Leaving directory `/usr/src/bs/BUILD/sgml-tools-1.0.9/sp/lib'
> make[2]: *** [lib] Error 2
> make[2]: Leaving directory `/usr/src/bs/BUILD/sgml-tools-1.0.9/sp'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/usr/src/bs/BUILD/sgml-tools-1.0.9/sp'

Ok. I took out egcs-1.1.1.diff.12.gz.

> 
> I am backing out the changes and applying only patches 1, 3, 13 and 14.
> For the rest of those somebody will have to explain in detail to me why
> the patch is necessary, what it fixes and what it does. I am trying to

1. egcs-1.1.1.diff.4.gz adds fcomi/fucom support for PPro.
2. egcs-1.1.1.diff.5.gz makes C binaries smaller without unnecessary
C++ exception codes.
3. egcs-1.1.1.diff.15.gz fixes a PPro bug.

H.J.


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