Re: [OpenIndiana-discuss] GCC 5.4 added to the repository

2016-09-06 Thread Alexander Pyhalov
Thomas Wagner писал 06.09.2016 20:53: Thank you Alex! Looks good for libgcc_s.so and libstdc++.so.6 Only it makes me wonder, why the elfdump output for none of the other (non-gcc-runtime-)libs prints "[ LAZY ]" the line right before the lib. Interesting is, that even 4.9 has none of the libs

Re: [OpenIndiana-discuss] GCC 5.4 added to the repository

2016-09-06 Thread Alexander
Some time ago I had an attempt to build illumos with clang. The main problem is inline assembly, where clang produces a bit different code. Alex > On 06 Sep 2016, at 20:51, Aurélien Larcher wrote: > > On Tue, Sep 6, 2016 at 7:32 PM, Dmitry Kozhinov

Re: [OpenIndiana-discuss] GCC 5.4 added to the repository

2016-09-06 Thread Thomas Wagner
Thank you Alex! Looks good for libgcc_s.so and libstdc++.so.6 Only it makes me wonder, why the elfdump output for none of the other (non-gcc-runtime-)libs prints "[ LAZY ]" the line right before the lib. Interesting is, that even 4.9 has none of the libs with "[ LAZY ]". As having "lazy load"

Re: [OpenIndiana-discuss] GCC 5.4 added to the repository

2016-09-06 Thread Aurélien Larcher
On Tue, Sep 6, 2016 at 7:32 PM, Dmitry Kozhinov wrote: > How about LLVM/Clang? I understand that building OI with it sounds > unrealistic, but maybe someone doing some research in this direction? Clang 3.8.1 is already in the repo. > > >

Re: [OpenIndiana-discuss] GCC 5.4 added to the repository

2016-09-06 Thread Dmitry Kozhinov
How about LLVM/Clang? I understand that building OI with it sounds unrealistic, but maybe someone doing some research in this direction? ___ openindiana-discuss mailing list openindiana-discuss@openindiana.org

Re: [OpenIndiana-discuss] GCC 5.4 added to the repository

2016-09-06 Thread Alexander Pyhalov
On 09/ 6/16 04:57 PM, Thomas Wagner wrote: Hi Aurelien, it would be very cool if someone could send me / the list the output of "elfdump -d" on a compiled binary with C++ code. If that is not available, then regular C-code is okay too. e.g. gcc -o hello hello.c I have no test system at hand

Re: [OpenIndiana-discuss] GCC 5.4 added to the repository

2016-09-06 Thread Thomas Wagner
Hi Aurelien, it would be very cool if someone could send me / the list the output of "elfdump -d" on a compiled binary with C++ code. If that is not available, then regular C-code is okay too. e.g. gcc -o hello hello.c I have no test system at hand (have only older hipster on disk). What I would

[OpenIndiana-discuss] GCC 5.4 added to the repository

2016-09-06 Thread Aurélien Larcher
Hello, I wrote a short post about it: https://www.openindiana.org/2016/09/06/gcc-5-4-now-available-as-testing-compiler/ Thanks go to Rich Lowe for his fixes to the linker and to Alexander for patches and thorough testing. Please comment if you think about additional information which should be