* lto.c (hash_canonical_type): Drop hashing of TYPE_STRING_FLAG.
commit1ed0cc85d178b3944cbdacd4546907b212e83684
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 8 Jun 2015 22:24:57 +0000 (8 22:24 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 8 Jun 2015 22:24:57 +0000 (8 22:24 +0000)
tree35be7a92fc2dbe146f3c69e913968b9856f0f396
parent43f418e78cde465b04610d23837c385e666ef8fb
* lto.c (hash_canonical_type): Drop hashing of TYPE_STRING_FLAG.
* tree.c (gimple_canonical_types_compatible_p): Drop comparsion of
TYPE_STRING_FLAG.

* gfortran.dg/lto/bind_c-2b_0.f90: New testcase
* gfortran.dg/lto/bind_c-2b_1.c: New testcase

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224252 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/lto/ChangeLog
gcc/lto/lto.c
gcc/testsuite/gfortran.dg/lto/bind_c-2b_0.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/lto/bind_c-2b_1.c [new file with mode: 0644]
gcc/tree.c