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-971016 on BSD/OS 3.0


Follow-up

>>>>> "law" == Jeffrey A Law <law@hurl.cygnus.com> writes:

law> There's been a variety of x86 EH problems, some are definitely due to
law> the defer-pop code.  I have no idea if this bug falls into this
law> category.

I compiled 971023 snapshot and tried same source with -O0 but no
luck. Thus, this is not related to defer-pop code I believe. (I
confirmed existence of stack adjustment code after call instruction..)

Since I don't know how EH works with current version, my try to
compare the output of 2.7.2.1 to the egcs one failed. I'll look into
the problem if I have spare time..

	* * *

one more note when I compile on BSD/OS. BSD/OS shipped with gcc
2.7.2.1, but libgcc.a does not have __eprintf. This cause egcs tree
build to fail. I added __eprintf into libgcc.a and working fine
now. I wish if there are any good workaround.

shigeya


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