[Bug optimization/12525] [tree-ssa] wrong code when using asm with +.
cvs-commit at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Oct 7 22:05:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12525
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2003-10-07 22:05 -------
Subject: Bug 12525
CVSROOT: /cvs/gcc
Module name: gcc
Branch: tree-ssa-20020619-branch
Changes by: jason@gcc.gnu.org 2003-10-07 22:05:40
Modified files:
gcc : ChangeLog.tree-ssa gimplify.c
Log message:
PR optimization/12525
* gimplify.c (gimplify_asm_expr): If the constraint doesn't allow
a register, call mark_addressable. Split an in/out operand that
does allow a register into separate input and output operands.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.tree-ssa.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.726&r2=1.1.2.727
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gimplify.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.87&r2=1.1.2.88
More information about the Gcc-bugs
mailing list