This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] SH: Bootstrap failure
- From: Richard Henderson <rth at redhat dot com>
- To: Kaz Kojima <kkojima at rr dot iij4u dot or dot jp>
- Cc: gcc-patches at gcc dot gnu dot org, joern dot rennecke at st dot com, aoliva at redhat dot com
- Date: Tue, 3 May 2005 18:52:45 -0700
- Subject: Re: [PATCH] SH: Bootstrap failure
- References: <20050504.072116.112608526.kkojima@rr.iij4u.or.jp>
On Wed, May 04, 2005 at 07:21:16AM +0900, Kaz Kojima wrote:
> extern void bar ();
>
> void
> foo (const char *format, ...)
> {
> char buf[4096];
> __builtin_va_list va;
>
> __builtin_va_start (va, format);
> bar (va);
> __builtin_va_end(va);
> }
I can't reproduce with this. Are you sure there are no other command-line
options besides
./xgcc -B./ -S -O2 -fPIC -g z.c
r~