target/6420: libstdc++ failures on sparc-linux-gnu
bkoz@gcc.gnu.org
bkoz@gcc.gnu.org
Wed Apr 24 00:37:00 GMT 2002
Synopsis: libstdc++ failures on sparc-linux-gnu
State-Changed-From-To: open->analyzed
State-Changed-By: bkoz
State-Changed-When: Wed Apr 24 00:37:33 2002
State-Changed-Why:
It looks like this may be a smaller testcase:
#include <streambuf>
struct gnu_streambuf: std::streambuf<char>
{
~gnu_streambuf() { }
};
int main()
{
gnu_streambuf obj;
std::locale loc = obj.getloc();
return 0;
}
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6420
More information about the Gcc-prs
mailing list