public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/42011] linker error with typedef struct
       [not found] <bug-42011-4@http.gcc.gnu.org/bugzilla/>
@ 2022-12-26  8:36 ` pinskia at gcc dot gnu.org
  0 siblings, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-12-26  8:36 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42011

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.9.0
             Status|NEW                         |RESOLVED
           Keywords|                            |ABI
           See Also|                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=55877
         Resolution|---                         |FIXED

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Fixed in GCC 4.9.0 by r0-128625-g944b63dbc00d48
(https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55877#c10) .

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

* [Bug c++/42011] linker error with typedef struct
  2009-11-11 20:37 [Bug c++/42011] New: " ookami1 at gmx dot de
  2009-11-13 10:59 ` [Bug c++/42011] " redi at gcc dot gnu dot org
@ 2009-11-13 23:11 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-11-13 23:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2009-11-13 23:11 -------
I think this is the same as bug 7221.


-- 


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


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

* [Bug c++/42011] linker error with typedef struct
  2009-11-11 20:37 [Bug c++/42011] New: " ookami1 at gmx dot de
@ 2009-11-13 10:59 ` redi at gcc dot gnu dot org
  2009-11-13 23:11 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: redi at gcc dot gnu dot org @ 2009-11-13 10:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from redi at gcc dot gnu dot org  2009-11-13 10:59 -------
A::B should have external linkage according to [basic.link] but the definition
of A::B::foo() is a local symbol:

$ nm A.o
0000000000000000 t _ZN1A1B3fooEv
                 U __gxx_personality_v0


-- 

redi at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-11-13 10:59:36
               date|                            |


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


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

end of thread, other threads:[~2022-12-26  8:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-42011-4@http.gcc.gnu.org/bugzilla/>
2022-12-26  8:36 ` [Bug c++/42011] linker error with typedef struct pinskia at gcc dot gnu.org
2009-11-11 20:37 [Bug c++/42011] New: " ookami1 at gmx dot de
2009-11-13 10:59 ` [Bug c++/42011] " redi at gcc dot gnu dot org
2009-11-13 23:11 ` pinskia 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).