]> gcc.gnu.org Git - gcc.git/commit
utils.c (update_pointer_to): Clear TYPE_POINTER_TO and TYPE_REFERENCE_TO of the old...
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 25 Oct 2010 17:44:05 +0000 (17:44 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 25 Oct 2010 17:44:05 +0000 (17:44 +0000)
commit3bd6ca3f11e73f380b4bfa327fa84eb3ea7c68fa
tree67216bfc58d92117407b469fde87c6996575c7b9
parent8c211c83bba629be6318b5b3fba7137cf633ef9a
utils.c (update_pointer_to): Clear TYPE_POINTER_TO and TYPE_REFERENCE_TO of the old type after redirecting...

* gcc-interface/utils.c (update_pointer_to): Clear TYPE_POINTER_TO and
TYPE_REFERENCE_TO of the old type after redirecting its pointer and
reference types.

From-SVN: r165926
gcc/ada/ChangeLog
gcc/ada/gcc-interface/utils.c
gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/pointer_discr1.adb [new file with mode: 0644]
gcc/testsuite/gnat.dg/pointer_discr1_pkg1.ads [new file with mode: 0644]
gcc/testsuite/gnat.dg/pointer_discr1_pkg2.ads [new file with mode: 0644]
gcc/testsuite/gnat.dg/pointer_discr1_pkg3.ads [new file with mode: 0644]
This page took 0.062518 seconds and 5 git commands to generate.