re PR middle-end/19382 (ACATS cxb4005 cxb5002 simple To_COBOL/To_Fortran test fails...
authorUlrich Weigand <uweigand@de.ibm.com>
Tue, 4 Oct 2005 16:14:52 +0000 (16:14 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Tue, 4 Oct 2005 16:14:52 +0000 (16:14 +0000)
commitbaab454a0a9fac4ea49d1b2761f64f5bba70d47c
tree12da54299f47090404a0a1212ec465c542c8ee64
parent84c2b4da3896367ec58a62a9decf7cb650047f79
re PR middle-end/19382 (ACATS cxb4005 cxb5002 simple To_COBOL/To_Fortran test fails at runtime on s390-linux)

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.

From-SVN: r104948
gcc/ChangeLog
gcc/builtins.c