This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
c-torture/execute/990208-1.c XPASSes - remove XFAIL?
- From: "Zack Weinberg" <zack at codesourcery dot com>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 16 Feb 2004 23:12:55 -0800
- Subject: c-torture/execute/990208-1.c XPASSes - remove XFAIL?
This test is XFAILed at -O3 for several targets with the annotation
that "ifcvt causes the two labels to be optimized down to the same
address." I suspect this is no longer possible, due to Jan having
added attribute noinline to both intermediate functions. (This
happened some time after the XFAILs were introduced.) Certainly the
test XPASSes on ia64-hpux.
Can I get a second opinion on whether it is now safe to remove the
XFAIL?
zw