From ec25ed43d6b40876cd01daaf350a81900523288d Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 13 Jun 2011 06:05:52 -0700 Subject: [PATCH] Remove duplicated lines. 2011-06-13 H.J. Lu * gcc.dg/h8300-bit-insn-ice2.2: Remove duplicated lines. From-SVN: r174987 --- gcc/ChangeLog | 1 - gcc/testsuite/ChangeLog | 8 ++++++++ gcc/testsuite/gcc.dg/h8300-bit-insn-ice2.c | 15 --------------- 3 files changed, 8 insertions(+), 16 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5d25bab88d9..20e3b3a8c6a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -4,7 +4,6 @@ condition to disallow non-identical memory locations. (*andqi3_2, andqi3_1, iorqi3_1, xorqi3_1): Reorder insn to give preference to bit manipulation instructions. - * gcc.dg/h8300-bit-insn-ice2.2: New testcase. 2011-06-13 Jan Hubicka diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c3f3a15c440..4c455ee3ac6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2011-06-13 H.J. Lu + + * gcc.dg/h8300-bit-insn-ice2.2: Remove duplicated lines. + +2011-06-13 Kaushik Phatak + + * gcc.dg/h8300-bit-insn-ice2.2: New testcase. + 2011-06-13 Thomas Koenig * gfortran.dg/trim_optimize_8.f90: New test case. diff --git a/gcc/testsuite/gcc.dg/h8300-bit-insn-ice2.c b/gcc/testsuite/gcc.dg/h8300-bit-insn-ice2.c index ea9e8b385b1..8b5f628759b 100644 --- a/gcc/testsuite/gcc.dg/h8300-bit-insn-ice2.c +++ b/gcc/testsuite/gcc.dg/h8300-bit-insn-ice2.c @@ -13,18 +13,3 @@ main (void) MSTPCRA = MSTPCRA2 | ~0xFE; return 0; } -/* { dg-skip-if "" { "h8300*-*-*" } "*" "-msx*" } */ -/* { dg-options "-O2" } */ -/* ICE for bit instruction generation using 16-bit const */ - -#define MSTPCRA (*(volatile unsigned char*)0xFFFFC9) -#define MSTPCRA2 (*(volatile unsigned char*)0xFFFDC8) - -int -main (void) -{ - MSTPCRA = MSTPCRA2 & ~0x01; - MSTPCRA = MSTPCRA2 ^ ~0xFE; - MSTPCRA = MSTPCRA2 | ~0xFE; - return 0; -} -- 2.30.2