public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: scott snyder <snyder@d0sgif.fnal.gov>
To: egcs@cygnus.com
Subject: abort in g++ in egcs 971122
Date: Mon, 24 Nov 1997 21:47:00 -0000	[thread overview]
Message-ID: <199711250141.BAA18867@d0sgif.fnal.gov> (raw)

hi -

egcs 971122 aborts on the following C++ input
(on a mips-sgi-irix5.3 platform.)

-- foo.cc ---------------------------------------------------------------------

template <class T>
struct list {typedef T* iterator; };

template <class Elt>
class Queue
{
public:
  void remove_elt ();
};


template <class Elt>
struct Queue_Impl
{
  typedef std::list<Elt> List_Type;
};


template <class Elt>
void Queue<Elt>::remove_elt ()
{
  Queue_Impl<Elt>::List_Type::iterator i;
}

-------------------------------------------------------------------------------

% cc1plus foo.cc
 void Queue<Elt>::remove_elt()
foo.cc:23: Internal compiler error 90.
foo.cc:23: Please submit a full bug report to `egcs-bugs@cygnus.com'.


thanks,
sss

                 reply	other threads:[~1997-11-24 21:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=199711250141.BAA18867@d0sgif.fnal.gov \
    --to=snyder@d0sgif.fnal.gov \
    --cc=egcs@cygnus.com \
    /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).