Commit c6b08b3e by Nathan Sidwell Committed by Nathan Sidwell

* g++.old-deja/g++.pt/crash56.C: New test.

From-SVN: r36135
parent 1bc0793e
2000-09-04 Nathan Sidwell <nathan@codesourcery.com>
* g++.old-deja/g++.pt/crash56.C: New test.
2000-09-04 Nathan Sidwell <nathan@codesourcery.com>
* g++.old-deja/g++.pt/koenig1.C: New test.
2000-09-04 Jakub Jelinek <jakub@redhat.com>
......
// Build don't link:
//
// Copyright (C) 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 1 Sep 2000 <nathan@codesourcery.com>
// bug 127. We ICE'd when given a non-template TYPE_DECL as a template name.
template <class charT>
class basic_string
{
public:
typedef charT* iterator;
explicit basic_string ();
~basic_string ();
};
void foo () {
basic_string<char>::iterator<char> p; // ERROR - not a template // ERROR - no type
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment