|
|||||||||||
|
g++ sparc64 internal error
From: Claes Nästén <pekdon(at)gmx.net>
Date: Tue Apr 01 2003 - 11:04:33 EST
#include <list> using std::list;
int
list<int> assign_to, assign_from; assign_from.push_back(6); assign_to.assign(assign_from.begin(), assign_from.end());
return 0;
Saying: /usr/include/g++/stl_list.h: In method `void list<int,allocator<int>
I tried to compile it both under OpenBSD 3.2 and a OpenBSD 3.3 snapshot from 25th March. A similar error has been seen under NetBSD/sparc64 it seems, http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=16535 for details, hopefully it helps. Happy bug-hunting! :) -- Claes NästénReceived on Tue Apr 1 11:11:13 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 13:29:53 EDT |
||||||||||
|
|||||||||||