]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR target/60077 (gcc.target/i386/pr35767-5.c FAILs)
authorJakub Jelinek <jakub@redhat.com>
Fri, 7 Feb 2014 02:11:27 +0000 (03:11 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 7 Feb 2014 02:11:27 +0000 (02:11 +0000)
commite2f0f5f70455606bf951e22457184e6bf18d580f
tree1b375a4749d5db755163291df7cd94b2113f649e
parent44afe5e47bfc9397159fb0de15ff394960063661
re PR target/60077 (gcc.target/i386/pr35767-5.c FAILs)

PR target/60077
* expr.c (emit_move_resolve_push): Export; be bit more selective
on when to clear alias set.
* expr.h (emit_move_resolve_push): Declare.
* function.h (struct function): Add tail_call_marked.
* tree-tailcall.c (optimize_tail_call): Set tail_call_marked.
* config/i386/i386-protos.h (ix86_expand_push): Remove.
* config/i386/i386.md (TImode move expander): De not call
ix86_expand_push.
(FP push expanders): Preserve memory attributes.
* config/i386/sse.md (push<mode>1): Remove.
* config/i386/i386.c (ix86_expand_vector_move): Handle push
operation.
(ix86_expand_push): Remove.
* config/i386/mmx.md (push<mode>1): Remove.

From-SVN: r207587
gcc/ChangeLog
gcc/config/i386/i386-protos.h
gcc/config/i386/i386.c
gcc/config/i386/i386.md
gcc/config/i386/mmx.md
gcc/config/i386/sse.md
gcc/expr.c
gcc/expr.h
gcc/function.h
gcc/tree-tailcall.c