24 GCC regressions, 0 new, with your patch on 2002-06-07T23:31:42Z.
Gabriel Dos Reis
gdr@codesourcery.com
Sat Jun 8 03:36:00 GMT 2002
"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
More information about the Gcc
mailing list