This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix PRs 33693, 33695 and 33697
On Tue, 9 Oct 2007, Andrew Pinski wrote:
> On 10/9/07, Richard Guenther <rguenther@suse.de> wrote:
> > I thought about this, and types are verified only after gimplification,
> > so optimization doesn't matter.
>
> But we should be doing more than just after gimplification anyways. I
> don't know why you did not add it as a normal verify pass.
Because it falls all over ;) And the immediate goal was to get the
interface between FEs and the middle-end clean, not to fix every error
in the middle-end itself (ok, we catch a lot of fold bugs this way).
But yes, this is future work -- which I delayed until after the tuples
hickup.
Richard.