public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug objc++/41595]  New: object-c++ mangled local labels are not correctly recognized.
@ 2009-10-05 20:02 developer at sandoe-acoustics dot co dot uk
  2009-10-05 20:05 ` [Bug objc++/41595] " developer at sandoe-acoustics dot co dot uk
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: developer at sandoe-acoustics dot co dot uk @ 2009-10-05 20:02 UTC (permalink / raw)
  To: gcc-bugs

Originally (radar: 5202926)

we need to make objective c internal labels local.  At present the name-mangled
ones are not recognized.


-- 
           Summary: object-c++ mangled local labels are not correctly
                    recognized.
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: objc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: developer at sandoe-acoustics dot co dot uk
 GCC build triplet: *-apple-darwin*
  GCC host triplet: *-apple-darwin*
GCC target triplet: *-apple-darwin*


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug objc++/41595] object-c++ mangled local labels are not correctly recognized.
  2009-10-05 20:02 [Bug objc++/41595] New: object-c++ mangled local labels are not correctly recognized developer at sandoe-acoustics dot co dot uk
@ 2009-10-05 20:05 ` developer at sandoe-acoustics dot co dot uk
  2009-10-05 21:21 ` [Bug target/41595] " mrs at apple dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: developer at sandoe-acoustics dot co dot uk @ 2009-10-05 20:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from developer at sandoe-acoustics dot co dot uk  2009-10-05 20:04 -------
Created an attachment (id=18714)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18714&action=view)
recognize name-mangled obj-c++ internal symbols.

this is modeled on the mechanism of the fix for the radar applied to apple
local 4.2.

However; this implementation it is different in that I have re-written it such
that its effect is local to darwin.


-- 


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/41595] object-c++ mangled local labels are not correctly recognized.
  2009-10-05 20:02 [Bug objc++/41595] New: object-c++ mangled local labels are not correctly recognized developer at sandoe-acoustics dot co dot uk
  2009-10-05 20:05 ` [Bug objc++/41595] " developer at sandoe-acoustics dot co dot uk
@ 2009-10-05 21:21 ` mrs at apple dot com
  2009-12-29  4:13 ` davek at gcc dot gnu dot org
  2009-12-29 17:49 ` fxcoudert at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: mrs at apple dot com @ 2009-10-05 21:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from mrs at apple dot com  2009-10-05 21:21 -------
Ok.


-- 


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/41595] object-c++ mangled local labels are not correctly recognized.
  2009-10-05 20:02 [Bug objc++/41595] New: object-c++ mangled local labels are not correctly recognized developer at sandoe-acoustics dot co dot uk
  2009-10-05 20:05 ` [Bug objc++/41595] " developer at sandoe-acoustics dot co dot uk
  2009-10-05 21:21 ` [Bug target/41595] " mrs at apple dot com
@ 2009-12-29  4:13 ` davek at gcc dot gnu dot org
  2009-12-29 17:49 ` fxcoudert at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: davek at gcc dot gnu dot org @ 2009-12-29  4:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from davek at gcc dot gnu dot org  2009-12-29 04:13 -------
Subject: Bug 41595

Author: davek
Date: Tue Dec 29 04:13:09 2009
New Revision: 155500

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155500
Log:
  2009-10-06 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>

        PR objective-c++/41595
        * config/darwin.c (darwin_label_is_anonymous_local_objc_name):
        New function to recognize objective c/c++ internal symbols,
        including mangled ones.
        * config/darwin.h (ASM_OUTPUT_LABELREF): Use
        darwin_label_is_anonymous_local_objc_name to detect both
        mangled and clear ObjC internal symbols.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/darwin.c
    trunk/gcc/config/darwin.h


-- 


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/41595] object-c++ mangled local labels are not correctly recognized.
  2009-10-05 20:02 [Bug objc++/41595] New: object-c++ mangled local labels are not correctly recognized developer at sandoe-acoustics dot co dot uk
                   ` (2 preceding siblings ...)
  2009-12-29  4:13 ` davek at gcc dot gnu dot org
@ 2009-12-29 17:49 ` fxcoudert at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2009-12-29 17:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from fxcoudert at gcc dot gnu dot org  2009-12-29 17:48 -------
Fixed.


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.5.0


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-12-29 17:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-05 20:02 [Bug objc++/41595] New: object-c++ mangled local labels are not correctly recognized developer at sandoe-acoustics dot co dot uk
2009-10-05 20:05 ` [Bug objc++/41595] " developer at sandoe-acoustics dot co dot uk
2009-10-05 21:21 ` [Bug target/41595] " mrs at apple dot com
2009-12-29  4:13 ` davek at gcc dot gnu dot org
2009-12-29 17:49 ` fxcoudert at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).