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 middle-end/36610] __builtin_apply is broken for targets which pass argument via registers



------- Comment #4 from pinskia at gcc dot gnu dot org  2009-01-01 16:23 -------
Confirmed, this is really a __builtin_apply bug.  Libobjc either needs to move
to libffi or __builtin_apply needs to be fixed up.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|libobjc                     |middle-end
     Ever Confirmed|0                           |1
  GCC build triplet|x86_64-pc-linux-gnu         |
   GCC host triplet|x86_64-pc-linux-gnu         |
 GCC target triplet|x86_64-pc-linux-gnu         |arguments in registers
           Keywords|                            |wrong-code
   Last reconfirmed|0000-00-00 00:00:00         |2009-01-01 16:23:10
               date|                            |
            Summary|message forwarding broken on|__builtin_apply is broken
                   |x86_64: self is not receiver|for targets which pass
                   |                            |argument via registers


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


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