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)
commit8e0784205dd7545bc5ab63ee1138b8f4d3653d66
treeb08d4d127d3796daa78bee1587274d283f286951
parent5a43055ea929841f9230e78783f30f22f8a62285
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.

llvm-svn: 244017
llvm/unittests/ADT/ArrayRefTest.cpp