> +template <> union U<int> { }; // expected-error{{explicit specialization of non-template union 'S'}} I fixed the name in the error in r194291. Please confirm that that was the correct fix. Cheers, Rafael