qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "André Braga" <meianoite@gmail.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] (TEST) CFLAGS options + qemu 1.60
Date: Thu, 29 Jul 2004 13:27:23 -0300	[thread overview]
Message-ID: <2ad73a04072909275dceacc2@mail.gmail.com> (raw)
In-Reply-To: <41091370.7070805@ambientebrasil.com.br>

That's a (now-)known bug... in GCC. =P

It's good to see that more people are fiddling with the CFLAGS :D

BTW, the makefiles are wrong in the sense that they don't respect the
environment-set CFLAGS. I'll send a patch later tonight.



On Thu, 29 Jul 2004 12:10:40 -0300, Leonardo Marques de Souza
<leonardo@ambientebrasil.com.br> wrote:
> Host machine: athlon-xp(2200+) 1800MHz
> gcc version 3.3.4 (Debian 1:3.3.4-4)
> libsdl-dev 1.2.7-7
> GNU Make 3.80
> 
> -march=pentium (OK) *
> -march=k6-2 (OK)
> -march=k6-3 (OK) (looking binary it is diferent than k6-2)
> -march=k6-3 -m3dnow (OK)
> -march=k6-2 -m3dnow (OK)
> 
> * OK - > Windows 98SE + IExplorer + updates run OK
> +------------------------------------------------------------
> -march=athlon -m3dnow (ERROR)
> -march=athlon-xp -m3dnow (same ERROR as "athlon" option)
> 
> make[1]: Entering directory `/root/qemu-0.6.0/i386'
> gcc -Wall -O2 -march=athlon -m3dnow -fno-strict-aliasing
> -fomit-frame-pointer -I. -I/root/qemu-0.6.0/target-i386
> -I/root/qemu-0.6.0 -D_GNU_SOURCE -I/root/qemu-0.6.0/slirp -c -o helper.o
> /root/qemu-0.6.0/target-i386/helper.c
> In file included from /root/qemu-0.6.0/target-i386/helper.c:2554:
> /root/qemu-0.6.0/softmmu_template.h: In function `slow_ldq_mmu':
> /root/qemu-0.6.0/softmmu_template.h:179: error: unable to find a
> register to spill in class `GENERAL_REGS'
> /root/qemu-0.6.0/softmmu_template.h:179: error: this is the insn:
> (insn:HI 173 170 174 6 0x4160ff20 (parallel [
>             (set (reg:DI 116)
>                 (lshiftrt:DI (reg/v:DI 63)
>                     (subreg:QI (reg:SI 115) 0)))
>             (clobber (scratch:SI))
>             (clobber (reg:CC 17 flags))
>         ]) 320 {lshrdi3_1} (insn_list 142 (insn_list 170 (nil)))
>     (expr_list:REG_DEAD (reg/v:DI 63)
>         (expr_list:REG_UNUSED (scratch:SI)
>             (expr_list:REG_UNUSED (reg:CC 17 flags)
>                 (nil)))))
> /root/qemu-0.6.0/softmmu_template.h:179: confused by earlier errors,
> bailing out
> make[1]: *** [helper.o] Error 1
> make[1]: Leaving directory `/root/qemu-0.6.0/i386'
> make: *** [all] Error 1
> root@devel:~/qemu-0.6.0#
> +----------------------------------------------------
> 


-- 
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the Universe trying
to produce bigger and better idiots. So far, the Universe is winning"
Rich Cook

  reply	other threads:[~2004-07-29 16:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-29 15:10 [Qemu-devel] (TEST) CFLAGS options + qemu 1.60 Leonardo Marques de Souza
2004-07-29 16:27 ` André Braga [this message]
2004-07-29 21:25   ` Leonardo Marques de Souza
2004-07-30 19:13     ` [Qemu-devel] (TEST) CFLAGS options + qemu 0.60 Leonardo Marques de Souza
2004-08-19 10:58       ` Piotr Krysik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2ad73a04072909275dceacc2@mail.gmail.com \
    --to=meianoite@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).