unittests/ADT/ArrayRefTest.cpp: Suppress r243995 on g++-4.8 for now to unbreak bots.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 5 Aug 2015 06:11:23 +0000 (06:11 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 5 Aug 2015 06:11:23 +0000 (06:11 +0000)
commitbf1c3155a497b9324172c248cef7d16cab4401a2
tree86154829ea6fbbec36ed0a092b4e9fdaa6332dbf
parent68765af149269b903c6bd3c2948ac81d57a87300
unittests/ADT/ArrayRefTest.cpp: Suppress r243995 on g++-4.8 for now to unbreak bots.

For example of mingw-w64-g++-4.8.1,

  llvm/unittests/ADT/ArrayRefTest.cpp: In member function 'virtual void {anonymous}::ArrayRefTest_AllocatorCopy_Test::TestBody()':
  llvm/unittests/ADT/ArrayRefTest.cpp:56:40: internal compiler error: in count_type_elements, at expr.c:5523
     } Array3Src[] = {{"hello"}, {"world"}};
                                          ^
  Please submit a full bug report,
  with preprocessed source if appropriate.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244017 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/ADT/ArrayRefTest.cpp