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: <gcc at gcc dot gnu dot org>
- Date: 08 Jun 2002 12:17:48 +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.0206081054160.31009-100000@kern.srcf.societies.cam.ac.uk>
"Joseph S. Myers" <jsm28@cam.ac.uk> writes:
| On 8 Jun 2002, Gabriel Dos Reis wrote:
|
| > Hmm, I'm sure I saw assembler messages issueing diagnostics beginning
| > with "Error: "...
|
| If the diagnostics follow a program name or file name, then that's a bug
| if it's the GNU assembler.
Here is what I get:
merlin% as --version
GNU assembler 2.11.90.0.29
Copyright 2001 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License. This program has absolutely no warranty.
This assembler was configured for a target of `i486-suse-linux'.
merlin% cat 1.s
.file toto
merlin% as 1.s
1.s: Assembler messages:
1.s:1: Error: bad or irreducible absolute expression
1.s:1: Warning: missing string
1.s:1: Error: file number less than one
How does it perform on your system?
-- Gaby