]> gcc.gnu.org Git - gcc.git/commit
re PR middle-end/38505 (Revision 142061 caused ICE on __builtin_memcpy)
authorJakub Jelinek <jakub@redhat.com>
Thu, 18 Dec 2008 07:52:07 +0000 (08:52 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 18 Dec 2008 07:52:07 +0000 (08:52 +0100)
commit9f68560cb5dd86f27ed0df035cc4821b39885887
tree91fd1cf626b84fa232d2aee6cfc4d4636ae95b43
parent18430d277c64c6a61a818890fd6a7be69f288ae8
re PR middle-end/38505 (Revision 142061 caused ICE on  __builtin_memcpy)

PR middle-end/38505
* tree-ssa.c (useless_type_conversion_p_1): Return
false if inner_type is incomplete and outer_type is complete.

* gcc.c-torture/compile/pr38505.c: New test.

From-SVN: r142806
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr38505.c [new file with mode: 0644]
gcc/tree-ssa.c
This page took 0.057812 seconds and 5 git commands to generate.