https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96302

Arnaud Charlet <charlet at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |WORKSFORME
                 CC|                            |charlet at gcc dot gnu.org

--- Comment #1 from Arnaud Charlet <charlet at gcc dot gnu.org> ---
It shouldn't fail since the error is supposed to be ignored:

-if [ -f gnat1$(exeext) ] ; \
[...]

as you can imagine, everyone else would have reported it already if this was
indeed failing. Instead you should have:

<<
/usr/bin/install: cannot stat 'gnatdll': No such file or directory
[...]gcc/ada/gcc-interface/Make-lang.in:749: recipe for target
'ada.install-common' failed
make[4]: [ada.install-common] Error 1 (ignored)
>>

Reply via email to