This is the mail archive of the gcc-bugs@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]

[Bug target/24111] [3.4/4.0/4.1 regression] cannot handle identifiers with '$' character


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-28 21:47 -------
./config/arm/aout.h:#define DOLLARS_IN_IDENTIFIERS 0
Hmm:
arm*-*-linux*)                  # ARM GNU/Linux with ELF
        tm_file="dbxelf.h elfos.h linux.h arm/elf.h  arm/linux-gas.h arm/linux-elf.h arm/aout.h arm/
arm.h"


Why are we including aout.h here.  Looks like a lot of the arm targets do that which is just wrong.
Even arm-elf does.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[3.4 4.0 4.1 regression]    |[3.4/4.0/4.1 regression]
                   |cannot handle identifiers   |cannot handle identifiers
                   |with '$' character          |with '$' character


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


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