public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: weihan@sys.com.cn
To: gcc-gnats@gcc.gnu.org
Subject: c++/6881: MinGW gcc's problem on template arguments
Date: Fri, 31 May 2002 00:46:00 -0000	[thread overview]
Message-ID: <20020531073640.10650.qmail@sources.redhat.com> (raw)


>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:


             reply	other threads:[~2002-05-31  7:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-31  0:46 weihan [this message]
2002-12-19 18:53 bangerth
2002-12-20  0:06 Danny Smith
2002-12-20  2:30 reichelt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020531073640.10650.qmail@sources.redhat.com \
    --to=weihan@sys.com.cn \
    --cc=gcc-gnats@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).