public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/6881: MinGW gcc's problem on template arguments
@ 2002-12-20  0:06 Danny Smith
  0 siblings, 0 replies; 4+ messages in thread
From: Danny Smith @ 2002-12-20  0:06 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/6881; it has been noted by GNATS.

From: Danny Smith <dannysmith@clear.net.nz>
To: gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org,
 nobody@gcc.gnu.org, weihan@sys.com.cn
Cc:  
Subject: Re: c++/6881: MinGW gcc's problem on template arguments
Date: Fri, 20 Dec 2002 08:01:36 +0000

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=g
 cc&pr=6881
 
 
 The test case compiles without error on 3.2.1 and 3.3.
 
 Danny
 


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

* Re: c++/6881: MinGW gcc's problem on template arguments
@ 2002-12-20  2:30 reichelt
  0 siblings, 0 replies; 4+ messages in thread
From: reichelt @ 2002-12-20  2:30 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, weihan

Synopsis: MinGW gcc's problem on template arguments

State-Changed-From-To: feedback->closed
State-Changed-By: reichelt
State-Changed-When: Fri Dec 20 02:30:05 2002
State-Changed-Why:
    Apparently fixed in recent compilers.

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


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

* Re: c++/6881: MinGW gcc's problem on template arguments
@ 2002-12-19 18:53 bangerth
  0 siblings, 0 replies; 4+ messages in thread
From: bangerth @ 2002-12-19 18:53 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, weihan

Synopsis: MinGW gcc's problem on template arguments

State-Changed-From-To: open->feedback
State-Changed-By: bangerth
State-Changed-When: Thu Dec 19 18:53:32 2002
State-Changed-Why:
    gcc2.95 is quite an old version of gcc. Could you possibly
    check whether you get the same problem with gcc3.2.1?
    
    Thanks
      Wolfgang

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


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

* c++/6881: MinGW gcc's problem on template arguments
@ 2002-05-31  0:46 weihan
  0 siblings, 0 replies; 4+ messages in thread
From: weihan @ 2002-05-31  0:46 UTC (permalink / raw)
  To: gcc-gnats


>Number:         6881
>Category:       c++
>Synopsis:       MinGW gcc's problem on template arguments
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Fri May 31 00:46:03 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Wang Weihan
>Release:        gcc version 2.95.3-6 (mingw special)
>Organization:
>Environment:
Intel Pentium II, Windows 2000 Server Ed., WinGW building suite.
>Description:
If there are template-typed arguments in a stdcall pure virtual member function, the compiler will give an ICE.
>How-To-Repeat:
to compile try.cpp or just these codes with MinGW gcc 2.95.3-6:

  template<class T> struct A {};
  struct B { virtual void __attribute__((__stdcall__)) c(A<int>) = 0; };

The command line is:

 gcc -v -c -Wall -o try.o try.cpp
>Fix:
none
>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2002-12-20 10:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-20  0:06 c++/6881: MinGW gcc's problem on template arguments Danny Smith
  -- strict thread matches above, loose matches on Subject: below --
2002-12-20  2:30 reichelt
2002-12-19 18:53 bangerth
2002-05-31  0:46 weihan

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