2003-08-08 Andrew Pinski <pinskia@physics.uc.edu>
* g++.dg/parse/crash11.C: Put the dg options in comments.
From-SVN: r70254
+2003-08-08 Andrew Pinski <pinskia@physics.uc.edu>
+
+ * g++.dg/parse/crash11.C: Put the dg options in comments.
+
2003-08-08 Neil Booth <neil@daikokuya.co.uk>
* lib/gcc-dg.exp: Update for diagnostic change.
struct Template
{
typedef typename A<A<TP>::Template>
- ::template Template<T>::Type Type; { dg-error "mismatch|class template|unqualified-id" }
+ ::template Template<T>::Type Type; // { dg-error "mismatch|class template|unqualified-id" }
};
};
template <typename T>
};
int main()
{
- typedef B<C>::Template<void>::Type Type; { dg-error "init-declarator|;" }
+ typedef B<C>::Template<void>::Type Type; // { dg-error "init-declarator|;" }
}