This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: [PATCH] SH: Bootstrap failure


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~


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