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/34970] name mangling broken for __attributte__((fastcall))



------- Comment #7 from dannysmith at users dot sourceforge dot net  2008-01-26 00:58 -------
Confirmed.  Fastcall symbols should not be prefixed with USER_LABEL_PREFIX.
This bug was introduced with 

2007-03-29  Richard Henderson  <rth@redhat.com>
<snip>
        * config/i386/cygming.h: Remove function declarations.
        (SUBTARGET_ENCODE_SECTION_INFO): Don't undef first.
        (ASM_OUTPUT_LABELREF): Remove.
        ...

Testing a patch that adds ASM_OUTPUT_LABELREF define back to cygming.h

Danny


-- 

dannysmith at users dot sourceforge dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |dannysmith at users dot
                   |dot org                     |sourceforge dot net
             Status|WAITING                     |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-01-26 00:58:00
               date|                            |


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


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