[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#717014: reassign to gnat-9



Control: reassign 717014 gnat-9 9.1.0-8
Control: reassign 760211 gnat-9 9.1.0-8

Checked on armel.
Gnatmake does not support projects anymore, a new reproducer follows.

BV=9
# Reproducer for 717014
echo 'with Ada.Numerics.Generic_Elementary_Functions;' > a.ads
echo 'package A is new Ada.Numerics.Generic_Elementary_Functions (Float);' >> a.ads
gcc-$BV -fPIC -c a.ads
gcc-$BV -shared -Wl,-soname,liba.so.1 -o liba.so.1 -Wl,-z,defs a.o -lgnarl-$BV -lgnat-$BV
# Reproducer for 760211
echo 'with Ada.Task_Attributes;' > b.ads
echo 'package B is new Ada.Task_Attributes (Integer, 0);' >> b.ads
gcc-$BV -fPIC -c b.ads -O1 -gnatn
gcc-$BV -shared -Wl,-soname,libb.so.1 -o libb.so.1 -Wl,-z,defs b.o -lgnarl-$BV -lgnat-$BV


Reply to: