This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix PR22371, enable type-checking for all stages
On Wed, Mar 26, 2008 at 9:19 PM, Eric Botcazou <ebotcazou@adacore.com> wrote:
> > I think get_unwidened should not do this as I do not see any reason why it
> > should. So no, please do not weaken the verifier this way.
>
> This stuff dates back to RMS' days, maybe it's indeed time to get rid of it.
Yeah, it looks like we should try deleting the whole
if (TREE_CODE (op) == COMPONENT_REF
block. A patch that does this and bootstraps/tests ok is pre-approved.
Thanks,
Richard.