This is the mail archive of the gcc@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: Ada updates frozen


    I realize this.  Do you think it will work (at least as a stopgap
    measure) for Ada to use 
    GET_MODE_BITSIZE (mode_for_precision (LONG_DOUBLE_TYPE_SIZE))
    instead of bare LONG_DOUBLE_TYPE_SIZE?  After I change
    GET_MODE_BITSIZE to mean what it used to mean, that is.

In principle, yes, but it also needs to know the type sizes in a context where
it doesn't have the GCC backend available (for gnatpsta), so it's a little
harder than that.


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