public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/15670] New: bad type dump in ambiguity messages
@ 2004-05-27 17:44 igodard at pacbell dot net
  2004-05-27 17:48 ` [Bug c++/15670] " igodard at pacbell dot net
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: igodard at pacbell dot net @ 2004-05-27 17:44 UTC (permalink / raw)
  To: gcc-bugs

Note the errors tagged line 1788, 876, 874, and 477 all refer to a template formal "U", but there isn't one in those declaration nor in fact anywhere in the class or file. Note also:

/home/ivan/ootbc/common/include/powerset.hh:1294: error:                 Powerse
t<E, Alloc>::Powerset(Row<T>, Alloc<E>)

where the actual declaration is:

template<typename E, template<typename> class Alloc>
inline
            Powerset<E, Alloc>::Powerset(Row<E> r, Alloc<E> alloc) :

Where did the "T" come from, and why isn't it "E"?

-- 
           Summary: bad type dump in ambiguity messages
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: igodard at pacbell dot net
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2004-05-27 11:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-27 17:44 [Bug c++/15670] New: bad type dump in ambiguity messages igodard at pacbell dot net
2004-05-27 17:48 ` [Bug c++/15670] " igodard at pacbell dot net
2004-05-27 17:48 ` igodard at pacbell dot net
2004-05-27 20:27 ` 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).