This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/82141] [8 Regression] raised RTSFIND.RE_NOT_AVAILABLE : rtsfind.adb:851 on darwin


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

--- Comment #18 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> As said in comment 3, I do (this PR) with darwin16: caused by r251781
> ada/sem_ch7.adb, i.e., your change.

This doesn't make much sense though since it only changes the set of symbols
declared public in packages.  But it would be interesting to find out what it
really changes for the Rtsfind package.

Since I have a working compiler on Darwin with this change:

Target: x86_64-apple-darwin14.5.0
Configured with: ../src/configure --enable-languages=ada,c,c++,objc
--enable-lto --with-stage1-ldflags=-static-libstdc++
--with-boot-ldflags=-static-libstdc++ --disable-libcilkrts
--with-bugurl=URL:mailto:report@adacore.com --disable-nls
--without-libiconv-prefix --disable-libstdcxx-pch --disable-libada
--enable-checking=release --disable-multilib
--with-mpfr=/gnatmail/sandbox/wave/x86_64-darwin/mpfr_stable/install
--with-gmp=/gnatmail/sandbox/wave/x86_64-darwin/gmp_stable/install
--with-mpc=/gnatmail/sandbox/wave/x86_64-darwin/mpc_stable/install
--with-build-time-tools=/gnatmail/sandbox/wave/x86_64-darwin/gcc/build/buildtools/bin
--prefix=/gnatmail/sandbox/wave/x86_64-darwin/gcc/pkg
--build=x86_64-apple-darwin14.5.0
Thread model: posix

I'm going to conduct some investigation on my side.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]