trans.c (gnat_to_gnu): Deal with a missing library unit instead of calling gnat_to_gn...
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 9 Nov 2012 11:07:30 +0000 (11:07 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 9 Nov 2012 11:07:30 +0000 (11:07 +0000)
commit4e568a151c146de62c58f35cd4620145600e4bf2
tree416759c1516f6513f952d4883ad51ceb994c8e4e
parent4993465992b6711d8bda90247122135d01ed6f3d
trans.c (gnat_to_gnu): Deal with a missing library unit instead of calling gnat_to_gnu on Emtpy.

* gcc-interface/trans.c (gnat_to_gnu) <N_Subprogram_Body_Stub>: Deal
with a missing library unit instead of calling gnat_to_gnu on Emtpy.
Remove last bits of support for SCIL nodes.  Add cases for nodes that
should only be present when annotating types.  Add default abort.

From-SVN: r193357
gcc/ada/ChangeLog
gcc/ada/gcc-interface/trans.c