public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: jeffaxelrodjunk@email.com
To: gcc-gnats@gcc.gnu.org
Subject: c++/5118: c4x-g++ Fails on Templates
Date: Fri, 14 Dec 2001 09:16:00 -0000	[thread overview]
Message-ID: <20011214170942.15240.qmail@sources.redhat.com> (raw)


>Number:         5118
>Category:       c++
>Synopsis:       c4x-g++ Fails on Templates
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Dec 14 09:16:02 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Jeff Axelrod
>Release:        3.0.2
>Organization:
>Environment:
cygwin
>Description:
To:	Jake Dawley-Carr/DIL/Teradyne@Teradyne
cc:	 

Subject:	GCC Bug

If you try to compile the following code fragment that uses templates, it generates bad assembly code if the -gcoff switch is used.  What's weird is if I get rid of the virtual keyword on the destructor, it assembles fine.  Any ideas?

FAILS:  c4x-g++ -c -gcoff test.cc
PASSES: c4x-g++ -c test.cc


prompt> c4x-g++ -c -g test2.cc
/tmp/ccMHRRGe.s: Assembler messages:
/tmp/ccMHRRGe.s:11: Error: Rest of line ignored. First ignored character is `<'.
prompt> 


Offending assembly line:
        .sdef   __vptr$d<5>
        

test.cc:
template <int Count>
class d
{
public:
  d() 
  { 
        myInt = Count;
  }
  int myInt;
  virtual ~d() {}
};

volatile d<5> instD;
>How-To-Repeat:

>Fix:

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


             reply	other threads:[~2001-12-14 17:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-14  9:16 jeffaxelrodjunk [this message]
2002-03-19  6:32 jason
2002-03-20 12:13 jason

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=20011214170942.15240.qmail@sources.redhat.com \
    --to=jeffaxelrodjunk@email.com \
    --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).