OSDN Git Service

2005-06-20 Daniel Berlin <dberlin@dberlin.org>
authordberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Jun 2005 00:59:17 +0000 (00:59 +0000)
committerdberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Jun 2005 00:59:17 +0000 (00:59 +0000)
commit25fd8fda3c9872c9fcacea6308adbc15d3b92849
tree441f3bfca76fbff3165789a7e384227c2ba626ac
parent28cc9eac1361025d8273bc08f9f317fa5f075ec6
2005-06-20  Daniel Berlin  <dberlin@dberlin.org>

* c-typeck.c (build_function_call): Set fundecl = function again.
* tree-ssa-alias.c (find_used_portions): Address taking causes the
entire variable to be used.
* tree-ssa-structalias.c (do_structure_copy): Fix handling of
unknown size variables, and structure copies from addressof
operations.  Simplify how we do *a = *b type structure copies.
(init_base_vars): Add ANYTHING = &ANYTHING constraint the right
way.  READONLY's address is not taken by default.
INTEGER dereference should point to anything.
(create_variable_info_for): It's okay for the first field to not start
at 0.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101227 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-typeck.c
gcc/testsuite/gcc.c-torture/compile/pta-1.c [new file with mode: 0644]
gcc/tree-ssa-alias.c
gcc/tree-ssa-structalias.c