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] Minor improvement to typeclass.h


On Thu, Jun 10, 2004 at 01:07:38PM -0600, Jeffrey A Law wrote:
> So how did glibc manage to use the header when GCC doesn't actually
> install the header?

glibc tgmath.h has hardcoded knowledge that real_type_class == 8,
i.e. always compares __builtin_classify_type (something) == 8 or != 8.

	Jakub


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