This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Q about Ada and value ranges in types
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: ja2morri at csclub dot uwaterloo dot ca
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 27 Jun 05 22:30:12 EDT
- Subject: Re: Q about Ada and value ranges in types
RTH has been suggesting to use build_int_cst (etype, 0) instead.
Indeed. I was trying to minimize the change, but such cleanups are always
useful. This was also missing a protection on INTEGER_TYPE_P. I just got
a good bootstrap of Ada on x86_64 with this and a patch from Diego to fix
the other problem and also remove the kludge that's fixed by this.