public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/5118: c4x-g++ Fails on Templates
@ 2002-03-20 12:13 jason
  0 siblings, 0 replies; 3+ messages in thread
From: jason @ 2002-03-20 12:13 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, jason, jeffaxelrodjunk

Synopsis: c4x-g++ Fails on Templates

State-Changed-From-To: open->closed
State-Changed-By: jason
State-Changed-When: Wed Mar 20 12:12:52 2002
State-Changed-Why:
    Fixed for 3.1 by
    
            * class.c (get_vfield_name): Use the constructor_name.

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


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

* Re: c++/5118: c4x-g++ Fails on Templates
@ 2002-03-19  6:32 jason
  0 siblings, 0 replies; 3+ messages in thread
From: jason @ 2002-03-19  6:32 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, jason, jeffaxelrodjunk, nobody

Synopsis: c4x-g++ Fails on Templates

Responsible-Changed-From-To: unassigned->jason
Responsible-Changed-By: jason
Responsible-Changed-When: Tue Mar 19 06:32:48 2002
Responsible-Changed-Why:
    got it

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


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

* c++/5118: c4x-g++ Fails on Templates
@ 2001-12-14  9:16 jeffaxelrodjunk
  0 siblings, 0 replies; 3+ messages in thread
From: jeffaxelrodjunk @ 2001-12-14  9:16 UTC (permalink / raw)
  To: gcc-gnats


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


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

end of thread, other threads:[~2002-03-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-03-20 12:13 c++/5118: c4x-g++ Fails on Templates jason
  -- strict thread matches above, loose matches on Subject: below --
2002-03-19  6:32 jason
2001-12-14  9:16 jeffaxelrodjunk

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