--- Comment #3 from falk at debian dot org 2005-10-09 12:42 ---
(In reply to comment #2)
> But the modified register is a register of the input list, so gcc should
> know that it will be used.
It knows it is being read. It doesn't know that it is also clobbered.
--
http://gcc.gnu.
--- Comment #2 from graeter at hydrixos dot org 2005-10-09 12:17 ---
Subject: Re: Optimizer ignores register changing (STOSL)
pinskia at gcc dot gnu dot org wrote:
> --- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-09 03:11
> ---
> In inline-asm if you say that you
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-09 03:11 ---
In inline-asm if you say that you don't modify a register, you better not
modify a register. This is not a bug.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added