* gcc-interface/trans.c (Compilation_Unit_to_gnu): Skip subprograms on
commitf1d18beb85022f1617f53b01aef77689e562cc2f
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 May 2017 08:27:44 +0000 (15 08:27 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 May 2017 08:27:44 +0000 (15 08:27 +0000)
tree4c9ba6b6fbac20d5aef34f719eac44d35b061cc7
parentc70836501f965f06299c495c7b595efa2e7807b1
* gcc-interface/trans.c (Compilation_Unit_to_gnu): Skip subprograms on
the inlined list that are not public.
* gcc-interface/utils.c (create_subprog_decl): Clear TREE_PUBLIC if
there is a pragma Inline_Always on the subprogram.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@248051 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/ChangeLog
gcc/ada/gcc-interface/trans.c
gcc/ada/gcc-interface/utils.c