public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/15111] New: template class inheritance not working
@ 2004-04-24 10:33 alonsoschaich at gmx dot de
  2004-04-24 11:27 ` [Bug c++/15111] " giovannibajo at libero dot it
  0 siblings, 1 reply; 4+ messages in thread
From: alonsoschaich at gmx dot de @ 2004-04-24 10:33 UTC (permalink / raw)
  To: gcc-bugs

hi 
 
I have gcc 3.4.0 on my system and it cann't compile this code: 
 
template <typename t> class foo 
 { 
  public: 
   t member; 
 }; 
  
template <typename t> class bar : public foo <t> 
 { 
  public: 
   bar(const t &variable) 
    { 
     member = variable; 
    } 
 }; 
 
I first thought this would be similar to PR14566, but this seems much simpler. 
( Sorry if this falls under 14566 ). 
 
Since the .ii and .s files generated didn't add any "usefull"( the .ii just 
added the filename and the '<build-in>' and '<comand line>'-tags, and the .s 
is just a generic ".s header" ) informations, i've not uploaded them.

-- 
           Summary: template class inheritance not working
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: alonsoschaich at gmx dot de
                CC: alonsoschaich at gmx dot de,gcc-bugs at gcc dot gnu dot
                    org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15111


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

* [Bug c++/15111] template class inheritance not working
  2004-04-24 10:33 [Bug c++/15111] New: template class inheritance not working alonsoschaich at gmx dot de
@ 2004-04-24 11:27 ` giovannibajo at libero dot it
  0 siblings, 0 replies; 4+ messages in thread
From: giovannibajo at libero dot it @ 2004-04-24 11:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-04-24 09:23 -------
http://gcc.gnu.org/gcc-3.4/changes.html



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15111


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

* [Bug c++/15111] template class inheritance not working
       [not found] <bug-15111-8275@http.gcc.gnu.org/bugzilla/>
  2006-01-13 15:47 ` pinskia at gcc dot gnu dot org
@ 2006-01-13 15:47 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-13 15:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-01-13 15:47 -------
Reopening to ....


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15111


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

* [Bug c++/15111] template class inheritance not working
       [not found] <bug-15111-8275@http.gcc.gnu.org/bugzilla/>
@ 2006-01-13 15:47 ` pinskia at gcc dot gnu dot org
  2006-01-13 15:47 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-13 15:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-01-13 15:47 -------
To Close as a dup of bug 12970.

*** This bug has been marked as a duplicate of 12970 ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15111


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

end of thread, other threads:[~2006-01-13 15:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-24 10:33 [Bug c++/15111] New: template class inheritance not working alonsoschaich at gmx dot de
2004-04-24 11:27 ` [Bug c++/15111] " giovannibajo at libero dot it
     [not found] <bug-15111-8275@http.gcc.gnu.org/bugzilla/>
2006-01-13 15:47 ` pinskia at gcc dot gnu dot org
2006-01-13 15:47 ` pinskia at gcc dot gnu dot org

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