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]

[patch, committed] PR44140 xfail objc LTO


I committed the following as obvious.
Iain

	PR ObjC/44140
	* objc.dg/torture/tls/thr-init-3.m: XFAIL lto/whopr for all.

Index: gcc/testsuite/objc.dg/torture/tls/thr-init-3.m
===================================================================
--- gcc/testsuite/objc.dg/torture/tls/thr-init-3.m (revision 159811)
+++ gcc/testsuite/objc.dg/torture/tls/thr-init-3.m (working copy)
@@ -1,5 +1,6 @@
/* { dg-require-effective-target tls } */
/* { dg-do run } */
+/* { dg-xfail-if "PR44140" { *-*-* } { "-flto" "-fwhopr" } { "" } } */
/* { dg-xfail-run-if "Needs OBJC2 ABI" { *-*-darwin* && { lp64 && { ! objc2 } } } { "-fnext-runtime" } { "" } } */
/* { dg-additional-sources "../../../objc-obj-c++-shared/ Object1.m" } */




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