This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Ada updates frozen
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: zack at codesourcery dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 2 Nov 03 19:57:01 EST
- Subject: 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.