This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/15544] [Darwin] Inconsistent visibility for .eh symbols
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 May 2004 19:42:55 -0000
- Subject: [Bug target/15544] [Darwin] Inconsistent visibility for .eh symbols
- References: <20040519192734.15544.austern@apple.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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