diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2014-12-16 22:53:38 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2014-12-16 22:53:38 +0000 |
commit | e0d475db10f8976060a964517a64cd7b4508cefa (patch) | |
tree | 745f7d8d71a7a467de39d8220fc043eb29373144 /gcc/fortran/check.c | |
parent | c0f15a3f249fa7ec0a210e540c0d3af7f642ccfa (diff) | |
download | gcc-e0d475db10f8976060a964517a64cd7b4508cefa.zip gcc-e0d475db10f8976060a964517a64cd7b4508cefa.tar.gz gcc-e0d475db10f8976060a964517a64cd7b4508cefa.tar.bz2 |
compiler: Don't built hash/equality functions for thunk structs.
They are never necessary, and they can cause problems when a
thunk is used to pass an unexported type from a different
package to a function defined in that package. The resulting
struct type may need to call the comparison routine from the
other package, which will fail because the type is not
exported. This will be bug492 in the master testsuite.
From-SVN: r218798
Diffstat (limited to 'gcc/fortran/check.c')
0 files changed, 0 insertions, 0 deletions