[Bug other/120905] Unable to compile GCC 6.5.0 with GCC 5.5.0 on Solaris 10 SPARC (linker error?)

2025-07-18 Thread tch at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120905 --- Comment #18 from TCH --- Created attachment 61915 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61915&action=edit Fixes all of the errors of compiling GCC6 on Solaris 10 SPARC GCC 7 is also buildable with this configuration and fixes

[Bug other/120905] Unable to compile GCC 6.5.0 with GCC 5.5.0 on Solaris 10 SPARC (linker error?)

2025-07-08 Thread tch at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120905 --- Comment #17 from TCH --- Okay, GCC6 now compiles and the resulting compiler can compile too. So, this is the right way to do: untxz gcc-6.5.0.tar.xz cd gcc-6.5.0 patch -p0 < ../gcc6_solaris10.patch cd .. mkdir gcc6 cd gcc6 export LD_LIBRARY

[Bug other/120905] Unable to compile GCC 6.5.0 with GCC 5.5.0 on Solaris 10 SPARC (linker error?)

2025-07-05 Thread tch at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120905 --- Comment #15 from TCH --- I'll try to recompile GCC 6.5 with GCC 5.5 again, but this time not with just '--with-gnu-as', buth with also '--with-as=/usr/local/bin/as'. Perhaps that will fix this.

[Bug bootstrap/56954] Bootstrap failure: ./auto-host.h:1994:16: error: declaration does not declare anything [-fpermissive]

2025-07-05 Thread tch at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56954 TCH changed: What|Removed |Added CC||tch at protonmail dot com --- Comment #5 from TCH

[Bug other/120905] Unable to compile GCC 6.5.0 with GCC 5.5.0 on Solaris 10 SPARC (linker error?)

2025-07-05 Thread tch at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120905 --- Comment #14 from TCH --- The resulting binary however has a problem: it tries to use the non-GNU assembler under '/usr/ccs/bin/as', instead of using the GNU assembler under '/usr/local/as', despite being configured to use the GNU assembler a

[Bug other/120905] Unable to compile GCC 6.5.0 with GCC 5.5.0 on Solaris 10 SPARC (linker error?)

2025-07-05 Thread tch at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120905 --- Comment #13 from TCH --- @Eric Botcazou: You were right: using the GNU assembler, but not using the GNU linker did the trick. (I tried to compile GCC6 without using neither of the GNU assembler nor the linker before, but then the assembler e

[Bug other/120905] Unable to compile GCC 6.5.0 with GCC 5.5.0 on Solaris 10 SPARC (linker error?)

2025-07-05 Thread tch at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120905 --- Comment #12 from TCH --- Created attachment 61805 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61805&action=edit Fixes all of the errors of compiling GCC6 on Solaris 10 SPARC The fix of the 'NAN' and 'INFINITY' problem is an ugly 'u

[Bug bootstrap/86615] gcc build failure: auto-host.h error: declaration does not declare anything [-fpermissive]

2025-07-05 Thread tch at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86615 TCH changed: What|Removed |Added CC||tch at protonmail dot com --- Comment #3 from TCH

[Bug other/120905] Unable to compile GCC 6.5.0 with GCC 5.5.0 on Solaris 10 SPARC (linker error?)

2025-06-30 Thread tch at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120905 --- Comment #10 from TCH --- If i cannot fix this problem myself, then it would be asinine for me to step up as a maintainer. I came here with the question, not the answer; i asked for support, not offered it. (I have nothing to offer anyways.)

[Bug other/120905] Unable to compile GCC 6.5.0 with GCC 5.5.0 on Solaris 10 SPARC (linker error?)

2025-06-30 Thread tch at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120905 --- Comment #8 from TCH --- What is the right place then, if the only occurrence of this error message is here? (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30819)

[Bug other/120905] Unable to compile GCC 6.5.0 with GCC 5.5.0 on Solaris 10 SPARC (linker error?)

2025-06-30 Thread tch at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120905 --- Comment #6 from TCH --- (And i also do not understand why was Solaris 10 support removed, just because it is "old", when it is still officially supported: https://en.wikipedia.org/wiki/Oracle_Solaris#Version_history)

[Bug other/120905] Unable to compile GCC 6.5.0 with GCC 5.5.0 on Solaris 10 SPARC (linker error?)

2025-06-30 Thread tch at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120905 --- Comment #5 from TCH --- GCC9 would most probably suit my needs. I understand that this will not be fixed, but if i try to fix it myself, then why cannot i ask help from experts if they are willing to help?

[Bug other/120905] Unable to compile GCC 6.5.0 with GCC 5.5.0 on Solaris 10 SPARC (linker error?)

2025-06-30 Thread tch at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120905 --- Comment #2 from TCH --- I assume this linker error would appear if i would try to compile GCC 13 with GCC 12, if the fault is not in GCC, but in Binutils, or the environment, or the config. And i know the software is old. This is why i try

[Bug other/120905] New: Unable to compile GCC 6.5.0 with GCC 5.5.0 on Solaris 10 SPARC (linker error?)

2025-06-30 Thread tch at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120905 Bug ID: 120905 Summary: Unable to compile GCC 6.5.0 with GCC 5.5.0 on Solaris 10 SPARC (linker error?) Product: gcc Version: unknown Status: UNCONFIRMED Severi