diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-05-02 19:38:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-02 19:38:51 +0000 |
commit | 694114ea9567d1d7bc96b3d5ce287daede11b941 (patch) | |
tree | 4fc4f47dcd5b4268c5161ddd6747f36ec7456049 /gcc/rust/backend/rust-compile-expr.h | |
parent | fb136314f9584744ccc7b09ace3cea99129b7cf4 (diff) | |
parent | cf9d65a913640ecb4f839fbe2e7683ee00dc07f3 (diff) | |
download | gcc-694114ea9567d1d7bc96b3d5ce287daede11b941.zip gcc-694114ea9567d1d7bc96b3d5ce287daede11b941.tar.gz gcc-694114ea9567d1d7bc96b3d5ce287daede11b941.tar.bz2 |
Merge #1201
1201: Generic functions should not be TREE_PUBLIC r=philberty a=philberty
Generic functions cannot be public since the symbols could overlap in
linking other crates reusing the same generic. The other benefit here is
that when optimizations are turned on we can eliminate more code since the
symbol does not _need_ to be public.
Co-authored-by: Philip Herron <philip.herron@embecosm.com>
Diffstat (limited to 'gcc/rust/backend/rust-compile-expr.h')
0 files changed, 0 insertions, 0 deletions