public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* internal error 364
@ 1997-12-05 19:29 Tudor Hulubei
  0 siblings, 0 replies; only message in thread
From: Tudor Hulubei @ 1997-12-05 19:29 UTC (permalink / raw)
  To: egcs

Hi,

The following program generates an internal error with the 971127
snapshot:

#include <vector>

int
main()
{
    int i;
    vector<int&> v;
    v.push_back(i);
    return 0;
}

/home/tudor/usr/include/g++/stl_vector.h: In method `void vector<int &,__default_alloc_template<false,0> >::push_back(int &const &)':
/home/tudor/usr/include/g++/stl_vector.h:146: Internal compiler error 364.
/home/tudor/usr/include/g++/stl_vector.h:146: Please submit a full bug report to `egcs-bugs@cygnus.com'.

Is this a known problem?

Thanks,
Tudor

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1997-12-05 19:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-12-05 19:29 internal error 364 Tudor Hulubei

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