This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, libstdc++, testsuite]Skip 62154.cc for target don't support the atomic builtins


Hi,

On 08/21/2014 10:34 AM, Tony Wang wrote:
It's a very simple patch. Some target don't support atomic builtins, so all related test cases should be
disabled. In folder libstdc++-v3/testsuite/18_support/nested_exception, all other test cases have already been
disabled for target don't have atomic builtins.

gcc/libstdc++-v3/ChangeLog:
2014-08-21  Tony Wang  <tony.wang@arm.com>

         * testsuite/18_support/nested_exception/62154.cc: Disable
         this test case when target don't have atomic buildins.
Ok, with the typo buildins/builtins in the ChangeLog fixed. More generally, I would write it as: "Disable when the target doesn't provide atomic builtins".

Thanks,
Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]