This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: divmod , division+modulo problem in rtl
- From: Momchil Velikov <velco at fadata dot bg>
- To: Pierre Mallard <pierremallard at yahoo dot fr>
- Cc: gcc at gcc dot gnu dot org
- Date: 14 Oct 2002 17:45:18 +0300
- Subject: Re: divmod , division+modulo problem in rtl
- References: <20021014141732.75118.qmail@web20305.mail.yahoo.com>
>>>>> "Pierre" == Pierre Mallard <pierremallard@yahoo.fr> 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