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: LONG_TYPE_SIZE in mips.h is wrong


    line 130 (140 is also uses LONG_TYPE_SIZE) of f/com.h is:
    #if LONG_TYPE_SIZE == FLOAT_TYPE_SIZE

That can't work with the old definition either, though it won't give
a syntax error (so I somewhat prefer that it *does* give the error!).

Somebody who knows what this code is doing will have to rewrite it
not to use preprocessor tests like that.

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