http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46140

--- Comment #5 from Tobias Burnus <burnus at gcc dot gnu.org> 2010-10-23 
11:34:38 UTC ---
(In reply to comment #3)
> -  load_file (filename, NULL, false);
> +  if (load_file (filename, NULL, false) == FAILURE)
> +    exit (1);
> +  

(In reply to comment #4)
> The above patch passes regression testing without
> any new regressions.

The patch is OK for 4.4, 4.5 and the trunk/4.6.

Reply via email to