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]


>>>>> Kaveh R Ghazi writes:

Kaveh> PS: I got your list of AIX warnings.  There are only a few minor host
Kaveh> related issues not covered by existing bypasses.  Prototypes for
Kaveh> strsignal, atoll and ldgetname, and there's the "uchar" conflict
Kaveh> between cpphash.h and sys/types.h.  These are all easy for you to fix
Kaveh> or add AIX-specific bypasses for in rs6000/t-aix43.

	Any suggestion on where to declare atoll?  The only use of the
function is in read-rtl.c.  It is defined in read-rtl.c if neither atoll
nor atoq exist, but it is not static scope.  I am surprised that it is not
provided by libiberty.

David


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