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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW

--- Comment #3 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> # echo "procedure Nope is begin null; end Nope;" > nope.adb
> # gnatmake nope.adb -largs -v -Wl,-rpath,rpath1 -Wl,-rpath,rpath2
> (Please adapt the run path option on non-Linux architectures.) 
> The linker command then contains "-Wl,-rpath,rpath1 -Wl,-rpath,rpath2".
> The test in gnatlink.adb:1263 should instead succeed, and the linker command
> should contain "-Wl,-rpath,path1:path2".

The code indeed doesn't behave as specified, thanks.

Reply via email to