]> git.ipfire.org Git - thirdparty/gcc.git/commit
* tree.c (type_with_interoperable_signedness): New.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 10 Oct 2015 19:43:49 +0000 (19:43 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 10 Oct 2015 19:43:49 +0000 (19:43 +0000)
commit37f21d1fad625bd5937cfcaada295a9db9c6fd62
treea70d4b968b6a34668f485e3a39033f4dc68cf53c
parent42476750535bfac998463b3fb26046911d252dce
* tree.c (type_with_interoperable_signedness): New.
(gimple_canonical_types_compatible_p): Use it.
* tree.h (type_with_interoperable_signedness): Declare

* lto.c (hash_canonical_type): Honor
type_with_interoperable_signedness.

* gfortran.dg/lto/bind_c-2_0.f90: New testcase.
* gfortran.dg/lto/bind_c-2_1.c: New testcase.
* gfortran.dg/lto/bind_c-3_0.f90: New testcase.
* gfortran.dg/lto/bind_c-3_1.c: New testcase.
* gfortran.dg/lto/bind_c-4_0.f90: New testcase.
* gfortran.dg/lto/bind_c-4_1.c: New testcase.
* gfortran.dg/lto/bind_c-5_0.f90: New testcase.
* gfortran.dg/lto/bind_c-5_1.c: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228680 138bc75d-0d04-0410-961f-82ee72b054a4
13 files changed:
gcc/lto/ChangeLog
gcc/lto/lto.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/lto/bind_c-2_0.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/lto/bind_c-2_1.c [new file with mode: 0644]
gcc/testsuite/gfortran.dg/lto/bind_c-3_0.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/lto/bind_c-3_1.c [new file with mode: 0644]
gcc/testsuite/gfortran.dg/lto/bind_c-4_0.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/lto/bind_c-4_1.c [new file with mode: 0644]
gcc/testsuite/gfortran.dg/lto/bind_c-5_0.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/lto/bind_c-5_1.c [new file with mode: 0644]
gcc/tree.c
gcc/tree.h