public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/5721: link errors when using typedef struct {...}A;
@ 2002-04-20 13:13 rodrigc
  0 siblings, 0 replies; 3+ messages in thread
From: rodrigc @ 2002-04-20 13:13 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, peter_broadhurst

Synopsis: link errors when using typedef struct {...}A;

State-Changed-From-To: feedback->closed
State-Changed-By: rodrigc
State-Changed-When: Sat Apr 20 13:13:43 2002
State-Changed-Why:
    No feedback

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5721


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

* Re: c++/5721: link errors when using typedef struct {...}A;
@ 2002-02-22 19:28 rodrigc
  0 siblings, 0 replies; 3+ messages in thread
From: rodrigc @ 2002-02-22 19:28 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, peter_broadhurst

Synopsis: link errors when using typedef struct {...}A;

State-Changed-From-To: open->feedback
State-Changed-By: rodrigc
State-Changed-When: Fri Feb 22 19:23:23 2002
State-Changed-Why:
    I cannot reproduce your problem with your testcase
    on Linux with gcc 3.0.4.  Did you misconfigure something?

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5721


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

* c++/5721: link errors when using typedef struct {...}A;
@ 2002-02-18  8:16 peter_broadhurst
  0 siblings, 0 replies; 3+ messages in thread
From: peter_broadhurst @ 2002-02-18  8:16 UTC (permalink / raw)
  To: gcc-gnats


>Number:         5721
>Category:       c++
>Synopsis:       link errors when using typedef struct {...}A;
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Feb 18 08:16:06 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     peter_broadhurst@ml.com
>Release:        3.0.3
>Organization:
>Environment:
sparc-sun-solaris2.6
i386-redhat-linux (redhat 7.1)
>Description:
The files below give a link time error (undefined symbol A::f()) when compiled and linked.

If the definition of A::f() is moved to the same file where it is used, then the problem disappears.

if "struct A { void f(void); }; " is used, then the problem disappears.

nm indicates that a local-only definition of A::F() is placed in typedeflinkbug2.o.

Works in gcc 2.8.1

==> typedeflinkbug.h <==
typedef struct
{
void f(void);
} A;

==> typedeflinkbug1.cpp <==
#include "typedeflinkbug.h"
int main(int,char**)
{
A a;
a.f();
return 0;
}

==> typedeflinkbug2.cpp <==
#include "typedeflinkbug.h"
void A::f(void) 
{
}
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2002-04-20 20:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-20 13:13 c++/5721: link errors when using typedef struct {...}A; rodrigc
  -- strict thread matches above, loose matches on Subject: below --
2002-02-22 19:28 rodrigc
2002-02-18  8:16 peter_broadhurst

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).