This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: egcs-971016 on BSD/OS 3.0
- To: law at cygnus dot com
- Subject: Re: egcs-971016 on BSD/OS 3.0
- From: Shigeya Suzuki <shigeya at foretune dot co dot jp>
- Date: Mon, 27 Oct 1997 14:39:24 +0900
- Cc: egcs-bugs at cygnus dot com
- References: <24621.877308251@hurl.cygnus.com>
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