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]

Committed: xfail g++.dg/tree-ssa/pr19637.C


Over two months without progress.
When there's a fix, we'll just un-xfail it.
According to gcc-testresults@, the failure is universal.
Committed as obvious (the extension from target to *-*-*, that is).

gcc/testsuite:
	PR middle-end/36143
	* g++.dg/tree-ssa/pr19637.C: XFAIL.

Index: g++.dg/tree-ssa/pr19637.C
===================================================================
--- g++.dg/tree-ssa/pr19637.C	(revision 138006)
+++ g++.dg/tree-ssa/pr19637.C	(working copy)
@@ -29,5 +29,6 @@
   return reinterpret_cast<Foo *>(&i[0])->i[0];
 }
 
-/* { dg-final { scan-tree-dump-times "return 1;" 3 "dom1" } } */
+/* Regarding the xfail, see PR36143.  */
+/* { dg-final { scan-tree-dump-times "return 1;" 3 "dom1" { xfail *-*-* } } } */
 /* { dg-final { cleanup-tree-dump "dom1" } } */


brgds, H-P


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