Re: [wwwdocs] Add section on diagnostics conventions

2012-02-02 Thread Gabriel Dos Reis
On Wed, Feb 1, 2012 at 9:07 PM, Diego Novillo wrote: > > Thanks.  I've incorporated your feedback in the attached patch.  OK for > wwwdocs? yes; thanks! -- Gaby

Re: [wwwdocs] Add section on diagnostics conventions

2012-02-01 Thread Diego Novillo
Thanks. I've incorporated your feedback in the attached patch. OK for wwwdocs? Diego. ? 00.diff ? codingconventions.html.orig Index: codingconventions.html === RCS file: /cvs/gcc/wwwdocs/htdocs/codingconventions.html,v retrievi

Re: [wwwdocs] Add section on diagnostics conventions

2012-02-01 Thread Diego Novillo
On Wed Feb 1 09:15:51 2012, Georg-Johann Lay wrote: Diego Novillo wrote: This is the first of a few patches to update GCC's documentation with the proposed conventions in the GCC Development Conventions document that Joseph and I published last year (https://docs.google.com/a/google.com/docume

Re: [wwwdocs] Add section on diagnostics conventions

2012-02-01 Thread Georg-Johann Lay
Diego Novillo wrote: > > This is the first of a few patches to update GCC's documentation with > the proposed conventions in the GCC Development Conventions document > that Joseph and I published last year > (https://docs.google.com/a/google.com/document/pub?id=10LO8y0YhjlKHya_PKM3jEGrJu0rllv-Nc9q

Re: [wwwdocs] Add section on diagnostics conventions

2012-02-01 Thread Gabriel Dos Reis
On Tue, Jan 31, 2012 at 7:50 PM, Diego Novillo wrote: > On Mon, Jan 30, 2012 at 15:21, Joseph S. Myers > wrote: >> On Sun, 29 Jan 2012, Diego Novillo wrote: >> >>> +internal_error is used for conditions that should not >>> +be triggered by any user input whether valid or invalid and including >>

Re: [wwwdocs] Add section on diagnostics conventions

2012-01-31 Thread Diego Novillo
On Mon, Jan 30, 2012 at 15:21, Joseph S. Myers wrote: > On Sun, 29 Jan 2012, Diego Novillo wrote: > >> +internal_error is used for conditions that should not >> +be triggered by any user input whether valid or invalid and including >> +invalid asms and LTO binary data (sometimes, as an exception,

Re: [wwwdocs] Add section on diagnostics conventions

2012-01-31 Thread Joseph S. Myers
On Mon, 30 Jan 2012, Gabriel Dos Reis wrote: > On Mon, Jan 30, 2012 at 9:21 AM, Joseph S. Myers > wrote: > > On Sun, 29 Jan 2012, Diego Novillo wrote: > > > >> +internal_error is used for conditions that should not > >> +be triggered by any user input whether valid or invalid and including > >> +

Re: [wwwdocs] Add section on diagnostics conventions

2012-01-30 Thread Gabriel Dos Reis
On Mon, Jan 30, 2012 at 9:21 AM, Joseph S. Myers wrote: > On Sun, 29 Jan 2012, Diego Novillo wrote: > >> +internal_error is used for conditions that should not >> +be triggered by any user input whether valid or invalid and including >> +invalid asms and LTO binary data (sometimes, as an exception

Re: [wwwdocs] Add section on diagnostics conventions

2012-01-30 Thread Joseph S. Myers
On Sun, 29 Jan 2012, Diego Novillo wrote: > +internal_error is used for conditions that should not > +be triggered by any user input whether valid or invalid and including > +invalid asms and LTO binary data (sometimes, as an exception, there is > +a call to error before further information is pri