[llvm] r337512 - [WebAssembly] Disable a test that violates DR1696
Heejin Ahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 19 17:13:42 PDT 2018
Author: aheejin
Date: Thu Jul 19 17:13:42 2018
New Revision: 337512
URL: http://llvm.org/viewvc/llvm-project?rev=337512&view=rev
Log:
[WebAssembly] Disable a test that violates DR1696
Summary:
lifetime2.C violates DR1696, which prevents reference members from being
initialized to temporaries, whose lifetime would end at the end of ctor.
Reviewers: sbc100
Subscribers: dschuff, sunfish, llvm-commits
Differential Revision: https://reviews.llvm.org/D49577
Modified:
llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt
Modified: llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt?rev=337512&r1=337511&r2=337512&view=diff
==============================================================================
--- llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt (original)
+++ llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt Thu Jul 19 17:13:42 2018
@@ -92,6 +92,7 @@ devirt-13.C # bad main signature
devirt-14.C # bad main signature
devirt-21.C # bad main signature
devirt-23.C # bad main signature
+lifetime2.C # violates C++ DR1696
# Untriaged C++ failures
spec5.C
More information about the llvm-commits
mailing list