Remove superfluous call to Base_Type
authorEric Botcazou <ebotcazou@adacore.com>
Wed, 11 Nov 2020 14:24:28 +0000 (15:24 +0100)
committerEric Botcazou <ebotcazou@adacore.com>
Wed, 11 Nov 2020 14:24:28 +0000 (15:24 +0100)
commitce2d0ce29312a50296919565818edbb98543ae18
treeef5dc21faa268e8f472fa3ee601c4ba2ddd7f316
parent4e1a215870a4194c9ca884ef838103c094aa38c8
Remove superfluous call to Base_Type

gcc/ada/ChangeLog:
* gcc-interface/gigi.h: Remove ^L characters throughout.
* gcc-interface/decl.c: Likewise.
* gcc-interface/utils.c: Likewise.
* gcc-interface/utils2.c: Likewise.
* gcc-interface/trans.c (gnat_to_gnu) <N_Allocator>: Do not explicitly
go to the base type for the Has_Constrained_Partial_View flag.
gcc/ada/gcc-interface/decl.c
gcc/ada/gcc-interface/gigi.h
gcc/ada/gcc-interface/trans.c
gcc/ada/gcc-interface/utils.c
gcc/ada/gcc-interface/utils2.c