* g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
markers.
From-SVN: r59998
+2002-12-10 Mark Mitchell <mark@codesourcery.com>
+
+ * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
+ markers.
+
2002-12-10 Jakub Jelinek <jakub@redhat.com>
* g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
class foo {
private:
- static const unsigned char * const dummy_key = (unsigned char*)"ThisIs a dummy!"; // { dg-error "in-class" }
+ static const unsigned char * const dummy_key = (unsigned char*)"ThisIs a dummy!"; // ERROR -
public:
void bar ();
void
foo::bar ()
{
- qwerty QWERTY ((unsigned short*)dummy_key);
+ qwerty QWERTY ((unsigned short*)dummy_key); // ERROR -
}