[Bug other/19638] New: GNU assembler command line failure

qty154 at yahoo dot com gcc-bugzilla@gcc.gnu.org
Wed Jan 26 13:40:00 GMT 2005


The new option --alternate is handled incorrect. If I issue a command like this:
> powerpc-eabi-elf-as -mregnames -o a.o -ahl=a.lst a.s
then a.s is assembled OK and the list goes to a.lst.
If I write this: (leaving out -a sub-options)
> powerpc-eabi-elf-as -mregnames -o a.o -a=a.lst a.s
then I get the failure:
> powerpc-eabi-elf-as: option '-alternate' doesn't allow an argument
I guess -alternate should actually be --alternate.
This problem came out first when migrating from 2.95.2 where --alternate option
didn't exist.

-- 
           Summary: GNU assembler command line failure
           Product: gcc
           Version: 3.4.3
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: qty154 at yahoo dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-cygwin-pc
  GCC host triplet: i686-cygwin-pc
GCC target triplet: powerpc-eabi-elf


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19638



More information about the Gcc-bugs mailing list