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]

Re: Your change to intl/localealias.c (read_alias_file)


    memcpy never returns void.  Read ISO C.  If you mean the replacement
    of memcpy by bcopy, then you have to fix the macro to return the
    destination pointer.

Not all of the world is ISO C.  GCC is required to be compilable by
all current vendor compilers.  Try "man memcpy" on Digital Unix on
Alpha: it returns void there.

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