This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: egcs-20000925 code generation bug
- To: David Edelsohn <dje at watson dot ibm dot com>
- Subject: Re: egcs-20000925 code generation bug
- From: Richard Zidlicky <Richard dot Zidlicky at stud dot informatik dot uni-erlangen dot de>
- Date: Wed, 4 Oct 2000 13:51:06 +0200
- Cc: Richard Henderson <rth at cygnus dot com>, gcc mailing list <gcc at gcc dot gnu dot org>
- References: <200010011443.KAA22772@mal-ach.watson.ibm.com>
On Sun, Oct 01, 2000 at 10:43:16AM -0400, David Edelsohn wrote:
> >>>>> Richard Zidlicky writes:
>
> Richard> this are the official headers for the OS. Is there any reason
> Richard> why gcc should not work correctly with this ? The same headers
> Richard> worked perfectly in gcc 2.95.[12]
>
> stdarg/varargs processing changed, so no, the headers will not
> work without change.
ok, I have changed the specfile to include gcc varargs headers and
this apparently fixes this particular problem.
Unfortunately lot of other code is compiled incorrectly when compiling
with -fomit-frame-pointer on m68k, works fine without this option.
No warnings, just plain broken code.
Bye
Richard