From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31063 invoked by alias); 23 May 2007 05:50:37 -0000 Received: (qmail 30930 invoked by alias); 23 May 2007 05:50:12 -0000 Date: Wed, 23 May 2007 05:50:00 -0000 Message-ID: <20070523055011.30905.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/30474] Bad 16bit constant code generation on 64bit host In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "liqin at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-05/txt/msg02006.txt.bz2 ------- Comment #2 from liqin at gcc dot gnu dot org 2007-05-23 06:50 ------- Subject: Bug 30474 Author: liqin Date: Wed May 23 05:49:50 2007 New Revision: 124980 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124980 Log: 2007-05-23 Chen Liqin PR target/30987 * config/score/misc.md (bitclr_c, bitset_c, bittgl_c): remove. * config/score/predicate.md (const_pow2, const_npow2): remove. * config/score/score.h (ASM_OUTPUT_EXTERNAL): add ASM_OUTPUT_EXTERNAL undef. PR target/30474 * config/score/score.c (score_print_operand): makes sure that only lower bits are used. Modified: branches/gcc-4_2-branch/gcc/ChangeLog branches/gcc-4_2-branch/gcc/config/score/misc.md branches/gcc-4_2-branch/gcc/config/score/predicates.md branches/gcc-4_2-branch/gcc/config/score/score.c branches/gcc-4_2-branch/gcc/config/score/score.h -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30474