This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch][google/gcc-4_7] Extend expiration date for pr54127 (issue6817091)
- From: Ollie Wild <aaw at google dot com>
- To: Paul Pluzhnikov <ppluzhnikov at google dot com>
- Cc: reply at codereview dot appspotmail dot com, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 5 Nov 2012 12:44:22 -0600
- Subject: Re: [patch][google/gcc-4_7] Extend expiration date for pr54127 (issue6817091)
- References: <20121105184001.81364190773@elbrus2.mtv.corp.google.com>
OK.
Ollie
On Mon, Nov 5, 2012 at 12:40 PM, Paul Pluzhnikov <ppluzhnikov@google.com> wrote:
> Greetings,
>
> This patch is for google/gcc-4_7 branch.
>
> Thanks,
>
>
> 2012-11-05 Paul Pluzhnikov <ppluzhnikov@google.com>
>
> * contrib/testsuite-management/powerpc-grtev3-linux-gnu.xfail:
> extend expiration date for pr54127.
>
> Index: contrib/testsuite-management/powerpc-grtev3-linux-gnu.xfail
> ===================================================================
> --- contrib/testsuite-management/powerpc-grtev3-linux-gnu.xfail (revision 193176)
> +++ contrib/testsuite-management/powerpc-grtev3-linux-gnu.xfail (working copy)
> @@ -1,9 +1,9 @@
> # Temporarily ignore gcc pr54127.
> -expire=20121031 | FAIL: gcc.dg/torture/pr53589.c -O3 -g (test for excess errors)
> -expire=20121031 | FAIL: gcc.dg/torture/pr53589.c -O3 -g (internal compiler error)
> +expire=20121231 | FAIL: gcc.dg/torture/pr53589.c -O3 -g (test for excess errors)
> +expire=20121231 | FAIL: gcc.dg/torture/pr53589.c -O3 -g (internal compiler error)
> # Temporarily ignore Google ref b/6983319.
> -expire=20121031 | FAIL: gcc.target/powerpc/regnames-1.c (test for excess errors)
> -expire=20121031 | FAIL: gcc.target/powerpc/regnames-1.c (internal compiler error)
> +expire=20121231 | FAIL: gcc.target/powerpc/regnames-1.c (test for excess errors)
> +expire=20121231 | FAIL: gcc.target/powerpc/regnames-1.c (internal compiler error)
>
> FAIL: gfortran.dg/bessel_6.f90 -O0 execution test
> FAIL: gfortran.dg/bessel_6.f90 -O1 execution test
>
> --
> This patch is available for review at http://codereview.appspot.com/6817091