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, 4.0] XFAIL uninit-4.c on s390* (64-bit)


Hello,

the gcc.dg/uninit-4.c uninitialized warning test case is failing on
s390x-ibm-linux on the 4_0 branch.

Since the underlying problem is fixed on mainline, AFAIK it was decided
not to backport the fix, and the problem is already XFAILed for 64-bit
powerpc, I've simply XFAILed it for 64-bit s390 as well.

Tested on s390-ibm-linux and s390x-ibm-linux, committed to 4.0 branch.

We are at zero FAILs on both s390-ibm-linux and s390x-ibm-linux
on the branch now ;-)

Bye,
Ulrich


ChangeLog:

	* gcc.dg/uninit-4.c: XFAIL on 64-bit s390*-*-*.

Index: gcc/testsuite/gcc.dg/uninit-4.c
===================================================================
*** gcc/testsuite/gcc.dg/uninit-4.c	(revision 106590)
--- gcc/testsuite/gcc.dg/uninit-4.c	(working copy)
*************** extern struct operation cpp_lex (void);
*** 23,29 ****
  void
  cpp_parse_expr (void)
  {
!   int rprio; /* { dg-bogus "rprio" "uninitialized variable warning PR19833" { xfail { powerpc*-*-* && lp64 } } } */
    struct operation op;
  
    for (;;)
--- 23,29 ----
  void
  cpp_parse_expr (void)
  {
!   int rprio; /* { dg-bogus "rprio" "uninitialized variable warning PR19833" { xfail { { powerpc*-*-* s390*-*-* } && lp64 } } } */
    struct operation op;
  
    for (;;)
-- 
  Dr. Ulrich Weigand
  Linux on zSeries Development
  Ulrich.Weigand@de.ibm.com


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