This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 24 GCC regressions, 0 new, with your patch on 2002-06-07T23:31:42Z.
- From: Gabriel Dos Reis <gdr at codesourcery dot com>
- To: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Cc: Eric Christopher <echristo at redhat dot com>, <gcc at gcc dot gnu dot org>
- Date: 08 Jun 2002 11:45:06 +0200
- Subject: Re: 24 GCC regressions, 0 new, with your patch on 2002-06-07T23:31:42Z.
- Organization: CodeSourcery, LLC
- References: <Pine.LNX.4.33.0206081035060.30444-100000@kern.srcf.societies.cam.ac.uk>
"Joseph S. Myers" <jsm28@cam.ac.uk> writes:
| On Fri, 7 Jun 2002, Eric Christopher wrote:
|
| > On Fri, 07 Jun 2002 20:08:27 -0700, Andrew Pinski wrote:
| >
| > > These are false failures the problem is that the case of `warning'
| > > changed to `Warning'.
| > >
| >
| > You should probably fix either the testcase or the code that's emitting
| > the warning then.
|
| It's the code emitting the warning that should be fixed - the GNU Coding
| Standards say that messages should not begin with capital letters.
Hmm, I'm sure I saw assembler messages issueing diagnostics beginning
with "Error: "...
-- Gaby