[PATCH] D49577: [WebAssembly] Disable a test that violates DR1696

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 19 17:01:13 PDT 2018


aheejin created this revision.
aheejin added reviewers: sbc100, jgravelle-google.
Herald added subscribers: llvm-commits, sunfish, dschuff.

lifetime2.C violates DR1696, which prevents reference members from being
initialized to temporaries, whose lifetime would end at the end of ctor.


Repository:
  rL LLVM

https://reviews.llvm.org/D49577

Files:
  lib/Target/WebAssembly/known_gcc_test_failures.txt


Index: lib/Target/WebAssembly/known_gcc_test_failures.txt
===================================================================
--- lib/Target/WebAssembly/known_gcc_test_failures.txt
+++ lib/Target/WebAssembly/known_gcc_test_failures.txt
@@ -92,6 +92,7 @@
 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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49577.156394.patch
Type: text/x-patch
Size: 432 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180720/4b716374/attachment.bin>


More information about the llvm-commits mailing list