PR ada/19382
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Oct 2005 16:14:52 +0000 (16:14 +0000)
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Oct 2005 16:14:52 +0000 (16:14 +0000)
commit4f1b71c0be664fd5f019779170a28a5f8b3b5dfa
tree12da54299f47090404a0a1212ec465c542c8ee64
parentf27642b4e24ba896205504a6968166c3d860e361
PR ada/19382
* builtins.c (fold_builtin_memcmp): When constructing the pointer
type used to access data in the inlined length == 1 case, use
build_pointer_type_for_mode with CAN_ALIAS_ALL set to true.
(fold_builtin_strcmp, fold_builtin_strncmp): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104948 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/builtins.c