public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c++/9237: ICE with dllimport
@ 2003-01-09  4:26 brd, at, paradise, d0t, net, d0t, nz
  0 siblings, 0 replies; only message in thread
From: brd, at, paradise, d0t, net, d0t, nz @ 2003-01-09  4:26 UTC (permalink / raw)
  To: gcc-gnats


>Number:         9237
>Category:       c++
>Synopsis:       ICE with dllimport
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Wed Jan 08 20:26:00 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     brd at paradise d0t net d0t nz
>Release:        3.2.1
>Organization:
>Environment:
--target=i386-pc-mingw32 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu (probably native i386-pc-mingw32 too)
>Description:
The following code produces an ICE at expr.c:1245


class __attribute__((dllimport)) A
{
public:
        virtual void foo();
};
 
void bar(A * obj)
{
        obj->foo();
}

class __attribute__((dllimport)) B : public A
{
};
>How-To-Repeat:

>Fix:

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-01-09  4:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-09  4:26 c++/9237: ICE with dllimport brd, at, paradise, d0t, net, d0t, nz

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