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: XFAIL call1.C


When I reverted Jason's patch for PR 16115, I noted that call1.C
didn't failing even without the patch.  Jason then fixed the test so
that it tested what it was meant to test -- but without his patch,
that meant that it started failing.  So, I've now put an XFAIL marker
on it so that it doesn't confuse people until we work out how we are
going to fix PR 16115.

--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com

2004-07-07  Mark Mitchell  <mark@codesourcery.com>

	* g++.dg/init/call1.C: XFAIL.

Index: g++.dg/init/call1.C
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/g++.dg/init/call1.C,v
retrieving revision 1.2
diff -c -5 -p -r1.2 call1.C
*** g++.dg/init/call1.C	6 Jul 2004 21:03:54 -0000	1.2
--- g++.dg/init/call1.C	7 Jul 2004 21:38:11 -0000
***************
*** 1,8 ****
  // Bug c++/16115
  // { dg-options "-O2" }
! // { dg-do run }
  
  extern "C" void abort(); 
   
  int count = 0; 
   
--- 1,8 ----
  // Bug c++/16115
  // { dg-options "-O2" }
! // { dg-do run { xfail *-*-* } }
  
  extern "C" void abort(); 
   
  int count = 0; 
   


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