This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: RFC: Why don't we stop the optimizer pipeline when errorcount > 0?
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 9 Jan 2006 14:46:21 -0500
- Subject: Re: RFC: Why don't we stop the optimizer pipeline when errorcount > 0?
- References: <200601091942.k09JgUWI016910@earth.phy.uc.edu>
On Monday 09 January 2006 14:42, Andrew Pinski wrote:
> the only passes which do run are cfg creation, expand, and maybe a
> couple other simple ones.
>
I know that. It's expand the one bothering me. Are we issuing errors that
late in the pipeline?