This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: ICE in change_address at emit_rtl.c
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- To: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- Cc: Zack Weinberg <zack at codesourcery dot com>, <gcc at gcc dot gnu dot org>
- Date: Sat, 24 Nov 2001 00:27:29 +0000 (GMT)
- Subject: Re: ICE in change_address at emit_rtl.c
On Sat, 24 Nov 2001, Neil Booth wrote:
> However, there are easy ways to be less drastic than you suggest. For
> example, if something has gone wrong (with decls, say) local to a
> function, we could avoid converting that _function_ to RTL or
> whatever, but it shouldn't normally prevent us from continuing with
> the rest of the file.
Since we're not in the end going to generate object code from a file with
errors in it, I'd think we might as well save CPU time and display errors
in other functions more quickly without making attempts at optimizing.
--
Joseph S. Myers
jsm28@cam.ac.uk