Snapshot gcc-9-20180603 is now available on
ftp://gcc.gnu.org/pub/gcc/snapshots/9-20180603/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 9 SVN branch
with the following options: svn://gcc.gnu.org/svn/gcc/trunk revision
On 2 June 2018 at 11:29, Paul Floyd wrote:
> Secondly I’ve been doing some work on adding support for C++14 and C++17
> sized/aligned new and delete operators.
Aren't they already supported? I thought Solaris had aligned_alloc
and/or posix_memalign?
> Hmm there would be a huge amount of code to check.
Compare the *build* with a known working version, not the code.
> BTW it is quite strange that both stage2 and stage3 didn't fail and the
> comparison was successful.
It's not the compiler build, it's the gnattools build (gnatdll to be precise
在 2018/6/2 18:11, Eric Botcazou 写道:
Any ideas about how to resolve this?
Compare with a known working version (e.g. GCC 7) and find the discrepancy.
Hmm there would be a huge amount of code to check. It seems to me that
it is GNATLINK that causes the error. As I have absolutely no knowledge