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: Fix warnings and errors building libiberty with pcc on vax-dec-ultrix4.3


> When compiled with gcc, libiberty/md5.c gets many warnings of the form
> 
> libiberty/md5.c:407:58: warning: function-like macro "FI" must be used with arguments in traditional C
> 
> Your patch does not address this issue.  Is it actually a problem?

It doesn't cause a problem with respect to compilation with either the vax
pcc or hpux traditional compilers.  However, I am not sure functionality
is tested.  dwarf2out.c appears to use the md5 module.  However,
we don't generate dwarf2 debug output on either vax ultrix or the
32-bit hpux port.  Possibly, this could be a problem on the 64-bit
hpux port.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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