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: [C/C++ PATCH] Really disable fixed-point support on targets that don't support it and in C++ (PR inline-asm/39059)


On Thu, Feb 19, 2009 at 02:27:53PM -0500, Jason Merrill wrote:
> It seems unfortunate to completely disable fixed-point support in C++  
> now, after I went to the trouble of implementing the mangling for those  
> types...

I think that wasn't wasted effort.  When somebody adds fixed-point support
for C++, it can be used.  But really until somebody adds full
support for fixed-point to C++, supporting just fixed point constants and
not the their types is just a source of ICEs, nothing else.

	Jakub


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