https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63332

--- Comment #4 from Richard PALO <richard at netbsd dot org> ---
>>Could you please add -fno-access-control to the "dg-options" flags at the top
>>of the file and replace the VERIFY check with the following:

>>std::cout << (u._M_param._M_lambda == v._M_param._M_lambda) << '\n';
>>std::cout << (u._M_param._M_mu == v._M_param._M_mu) << '\n';
>>std::cout << (u._M_param._M_nu == v._M_param._M_nu) << '\n';
>>std::cout << (u._M_gd1 == v._M_gd1) << '\n';
>>std::cout << (u._M_gd2 == v._M_gd2) << '\n';

Hi, seems I needed to add an #include <iostream>
but anyway, the output is:
1
1
1
1
0


BTW, I did this manually as I'm not very proficient with `runtest`, isn't there
a shortcut to somehow run only this test?

Reply via email to