This is the mail archive of the gcc@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: 24 GCC regressions, 0 new, with your patch on 2002-06-07T23:31:42Z.


"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


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