From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20662 invoked by alias); 14 Oct 2002 14:45:44 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 20430 invoked from network); 14 Oct 2002 14:45:33 -0000 Received: from unknown (HELO fadata.bg) (80.72.64.67) by sources.redhat.com with SMTP; 14 Oct 2002 14:45:33 -0000 Received: (qmail 4810 invoked by uid 1000); 14 Oct 2002 14:45:18 -0000 To: Pierre Mallard Cc: gcc@gcc.gnu.org Subject: Re: divmod , division+modulo problem in rtl References: <20021014141732.75118.qmail@web20305.mail.yahoo.com> X-No-CC: Reply to lists, not to me. From: Momchil Velikov In-Reply-To: <20021014141732.75118.qmail@web20305.mail.yahoo.com> Date: Mon, 14 Oct 2002 09:16:00 -0000 Message-ID: <8765w5rse9.fsf@fadata.bg> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-10/txt/msg00697.txt.bz2 >>>>> "Pierre" == Pierre Mallard writes: Pierre> Hi, Pierre> I need someone's help to output a single operation for Pierre> an operation such as a (div a b)+(mod a b) in c Pierre> language only... See if this patch will help http://gcc.gnu.org/ml/gcc-patches/2002-07/msg01207.html Pierre> 2)And if u got any idea how a Signed Qi division can Pierre> be handle by a Qi signed division ... let me just show It can't, in C at least. ~velco