]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Add Is_Rep_To_Pos predicate and export it for use in gigi
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 10 Sep 2024 12:58:21 +0000 (14:58 +0200)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Tue, 8 Oct 2024 08:37:13 +0000 (10:37 +0200)
commit9ca4d98d0349882510b1ae705087a00ee9dcb0f5
treee6effd5efd106fccae2b963075fa3fb5d7f6ad4c
parent7a5f6f764dda359385fb97d8eebe61cab092a200
ada: Add Is_Rep_To_Pos predicate and export it for use in gigi

This is modeled on the existing Is_Init_Proc predicate.

gcc/ada/ChangeLog:
* exp_tss.ads (Is_Rep_To_Pos): New function declaration.
* exp_tss.adb (Is_Rep_To_Pos): New function body.
* fe.h (Is_Rep_To_Pos): New macro and extern declaration.
gcc/ada/exp_tss.adb
gcc/ada/exp_tss.ads
gcc/ada/fe.h