re PR tree-optimization/18184 (Tree optimizers ignore pointer modes)
authorUlrich Weigand <uweigand@de.ibm.com>
Thu, 4 Nov 2004 20:11:13 +0000 (20:11 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Thu, 4 Nov 2004 20:11:13 +0000 (20:11 +0000)
commit106f5de5a5069c016b6e2c1929ffe217bf9a3c84
tree0db24bfe2b9a4c70fca52c98ad9f0fd1dd54004d
parentac8b3d9d72d430fb12d78f51938eb57cfa860754
re PR tree-optimization/18184 (Tree optimizers ignore pointer modes)

ChangeLog:

PR tree-optimization/18184
* c-typeck.c (comptypes): Do not treat pointers of different
modes or alias-all flags as equivalent.
* tree-ssa.c (tree_ssa_useless_type_conversion_1): Likewise.

cp/ChangeLog:

PR tree-optimization/18184
* cp-objcp-common.c (cxx_types_compatible_p): Do not treat pointers
of different modes or alias-all flags as equivalent.
* typeck.c (comptypes): Likewise.

From-SVN: r90078
gcc/ChangeLog
gcc/c-typeck.c
gcc/cp/ChangeLog
gcc/cp/cp-objcp-common.c
gcc/cp/typeck.c
gcc/tree-ssa.c