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] Re: Checking out PR4483 (constant overflow on PPC, problems compiling Linux kernel)


    Then, why not have CONST_INTs carry the modes themselves?  This would
    even help us detect inconsistencies.

One (minor) reason is memory utilization.

There indeed would be some things simplified by having CONST_INTs (and
integral CONST_DOUBLEs) have modes, but there are other things that
might get more complex and I'm not sure I agree that modes are the
right approach, but I'm also not strongly against it.


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