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/15544] [Darwin] Inconsistent visibility for .eh symbols


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-19 19:42 -------
this looks like an as bug as ".private_extern __Z3foov.eh" is in the asm:
.text
        .align 2
        .align 2
        .globl __Z3foov
        .private_extern __Z3foov
__Z3foov:
LFB2:
        stmw r30,-8(r1)
LCFI0:
        stwu r1,-48(r1)
LCFI1:
        mr r30,r1
LCFI2:
        lwz r1,0(r1)
        lmw r30,-8(r1)
        blr
LFE2:
.private_extern __Z3foov.eh
__Z3foov.eh = 0
.data
.constructor
.data
.destructor
        .align 1

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c++                         |target
           Keywords|                            |wrong-code


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


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