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: PR tree-optimization/19903


    > The things should just work if TYPE_PRECISION
    > (natural___XDLU_0__2147483647) would be 31. If this can be done, then
    > this is the right fix.

    AFAIK this directly comes from the Ada front-end.  Maybe we can tweak
    it in gigi, but this has worked like that since day #1 I think.

I'm pretty sure I recall discussions where it was felt that the proper thing
was to keep TYPE_PRECISION equal to the bitsize of TYPE_MODE.  On the other
hand, if we always do that, what's the point of TYPE_PRECISION.  So I'm
open to doing things here as long as we're consistent.


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