This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]