From: Andrew MacLeod Date: Thu, 20 Sep 2001 18:06:39 +0000 (+0000) Subject: 990208-1.x: New. X-Git-Tag: prereleases/libstdc++-3.0.95~2025 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=91dc6f6e47905cc863d5a70cefd083cad066cb5f;p=thirdparty%2Fgcc.git 990208-1.x: New. 2001-09-20 Andrew MacLeod * testsuite/gcc.c-torture/execute/990208-1.x: New. XFAIL at -O3 on ia64. From-SVN: r45712 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b8e3ab8e7aac..8072f94329f5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-09-20 Andrew MacLeod + + * testsuite/gcc.c-torture/execute/990208-1.x: New. XFAIL at -O3 + on ia64. + Thu Sep 20 09:00:27 2001 Richard Kenner * fold-const.c (hashtab.h): Include. diff --git a/gcc/testsuite/gcc.c-torture/execute/990208-1.x b/gcc/testsuite/gcc.c-torture/execute/990208-1.x new file mode 100644 index 000000000000..95b82b5d45ee --- /dev/null +++ b/gcc/testsuite/gcc.c-torture/execute/990208-1.x @@ -0,0 +1,14 @@ +# Doesn't work at -O3 because of ifcvt.c optimizations which +# cause the 2 inlined labels to be at the same location. + +set torture_eval_before_execute { + + set compiler_conditional_xfail_data { + "ifcvt transforms 2 inlined labels to the same address" \ + "ia64-*-*" \ + { "-O3" } \ + { "" } + } +} + +return 0