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] Fix objc/18406


On Tue, Nov 09, 2004 at 02:23:46PM -0500, Andrew Pinski wrote:
>  	case 32:  c = 'f'; break;
>  	case 64:
> +	case 96:
>  	case 128: c = 'd'; break;

objc doesn't use a different letter for long double?


r~


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