This is the mail archive of the gcc-patches@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: [PATCH] Fix PR46605


On Tue, 23 Nov 2010, Joseph S. Myers wrote:

> On Tue, 23 Nov 2010, Richard Guenther wrote:
> 
> > +   /* If there were errors during symbol merging bail out, we have no
> > +      good way to recover here.  */
> > +   if (seen_error ())
> > +     fatal_error ("errors during merging of translation units\n");
> 
> Diagnostics should not end with \n.

Fixed.

Richard.


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