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]

Re: [patch] Promote xImode types to int




On Sun, 16 Sep 2001, Andreas Jaeger wrote:
> +	values[i].b = (jbyte)va_arg (vargs, int);
                             ^
Need a space here.

> +	values[i].z = (jboolean)va_arg (vargs, int);

Likewise.  I can't approve the patch, perhaps Tom will look at it today.
But it bootstrapped for me.  Thanks!

Jeff


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