Hi Eric, I have a slightly different issue, last week it was still okay, but now I get (using gcc-4.8 as bootstrap compiler):
gcc -std=gnu99 -c -g -gnatpg -gnatwns -gnata -W -Wall -nostdinc -I- -I. -Iada/generated -Iada -Iada/gcc-interface -I../../gcc-trunk/gcc/ada -I../../gcc-trunk/gcc/ada/gcc-interface -Iada/libgnat -I../../gcc-trunk/gcc/ada/libgnat ../../gcc-trunk/gcc/ada/atree.adb -o ada/atree.o atree.adb:569:30: "Shift_Right" is not visible (more references follow) atree.adb:569:30: non-visible declaration at interfac.ads:147 atree.adb:569:30: non-visible declaration at interfac.ads:127 atree.adb:569:30: non-visible declaration at interfac.ads:107 atree.adb:569:30: non-visible declaration at interfac.ads:87 atree.adb:569:30: non-visible declaration at s-unstyp.ads:220 atree.adb:569:30: non-visible declaration at s-unstyp.ads:200 atree.adb:569:30: non-visible declaration at s-unstyp.ads:180 atree.adb:569:30: non-visible declaration at s-unstyp.ads:160 atree.adb:569:30: non-visible declaration at s-unstyp.ads:140 atree.adb:569:30: non-visible declaration at s-unstyp.ads:120 atree.adb:631:26: "Shift_Left" is not visible (more references follow) atree.adb:631:26: non-visible declaration at interfac.ads:143 atree.adb:631:26: non-visible declaration at interfac.ads:123 atree.adb:631:26: non-visible declaration at interfac.ads:103 atree.adb:631:26: non-visible declaration at interfac.ads:83 atree.adb:631:26: non-visible declaration at s-unstyp.ads:216 atree.adb:631:26: non-visible declaration at s-unstyp.ads:196 atree.adb:631:26: non-visible declaration at s-unstyp.ads:176 atree.adb:631:26: non-visible declaration at s-unstyp.ads:156 atree.adb:631:26: non-visible declaration at s-unstyp.ads:136 atree.adb:631:26: non-visible declaration at s-unstyp.ads:116 make[3]: *** [ada/atree.o] Error 1 make[3]: *** Waiting for unfinished jobs.... On 5/10/21 10:51 AM, Eric Botcazou wrote: >> Ready for master? > > This breaks the build for me: > > make[3]: *** No rule to make target '/home/eric/cvs/gcc/gcc/version.c', > needed > by 'ada/stamp-sdefault'. Stop. > make[3]: *** Waiting for unfinished jobs.... > Thanks Bernd.