]> gcc.gnu.org Git - gcc.git/commit
decl.c (gnat_to_gnu_entity): Reuse the TYPE_DECL of the equivalent type instead of...
authorEric Botcazou <ebotcazou@adacore.com>
Sun, 30 May 2010 12:01:55 +0000 (12:01 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 30 May 2010 12:01:55 +0000 (12:01 +0000)
commite6bdd0396c69b8f08da394aca0687fb46c188b4a
tree5828204a3c6b0360ef04bfe89a699185c8995230
parentc01fe45120921336cd37363f723fbf04e29b28a7
decl.c (gnat_to_gnu_entity): Reuse the TYPE_DECL of the equivalent type instead of building a new one.

* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Task_Type>: Reuse the
TYPE_DECL of the equivalent type instead of building a new one.

From-SVN: r160049
gcc/ada/ChangeLog
gcc/ada/gcc-interface/decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/prot2.adb [new file with mode: 0644]
gcc/testsuite/gnat.dg/prot2.ads [new file with mode: 0644]
gcc/testsuite/gnat.dg/prot2_pkg1.ads [new file with mode: 0644]
gcc/testsuite/gnat.dg/prot2_pkg2.adb [new file with mode: 0644]
gcc/testsuite/gnat.dg/prot2_pkg2.ads [new file with mode: 0644]
This page took 0.062159 seconds and 5 git commands to generate.