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 to enable -Werror [take 2]


David Edelsohn <dje@watson.ibm.com> writes:

> 	Okay, so the remaining problem on AIX is
> 
> /usr/include/sys/types.h:
> typedef uchar_t         uchar;
> 
> versus
> 
> gcc/cpphash.h:
> typedef unsigned char uchar;

This problem is also present on Tru64 UNIX:

	http://gcc.gnu.org/ml/gcc-bugs/2002-06/msg00797.html

	Rainer


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