[Bug bootstrap/120145] Can't bootstrap gcc11 on OpenBSD / sparc64

2025-08-06 Thread kirill at korins dot ky via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120145 --- Comment #10 from Kirill A. Korinsky --- and when I build it by clang, I do have: Type "apropos word" to search for commands related to "word"... Reading symbols from /usr/ports/pobj/gcc-15.1.0/build-sparc64/gcc/cc1... [New process 452166] C

[Bug bootstrap/120145] Can't bootstrap gcc11 on OpenBSD / sparc64

2025-08-05 Thread kirill at korins dot ky via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120145 --- Comment #9 from Kirill A. Korinsky --- Meanwhile, I had a confirmation that GCC-15.1.0 fails the same way. echo timestamp > stmp-int-hdrs LC_ALL=C GCC_COLORS= /usr/ports/pobj/gcc-15.1.0/buil

[Bug middle-end/120544] [15/16 Regression] extend.texi causes a build failure for makeinfo 4.13 (and before)

2025-08-05 Thread kirill at korins dot ky via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120544 --- Comment #13 from Kirill A. Korinsky --- Created attachment 62055 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=62055&action=edit gcc-15-fortran-docs.diff Here a few more pices which I needed to be able to use makeinfo 4.8.

[Bug bootstrap/121407] Patches to fix building docs under makeinfo 4.8

2025-08-04 Thread kirill at korins dot ky via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121407 --- Comment #2 from Kirill A. Korinsky --- Andrew, not sure. A hunk for intrinsic.texi and gfortran.texi probably new.

[Bug bootstrap/121407] New: Patches to fix building docs under makeinfo 4.8

2025-08-04 Thread kirill at korins dot ky via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121407 Bug ID: 121407 Summary: Patches to fix building docs under makeinfo 4.8 Product: gcc Version: 15.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug bootstrap/121400] Gcc fails to bootstrap on OpenBSD/aarch64 due to missed #ifdef MD_ARCH_FRAME_STATE_T

2025-08-04 Thread kirill at korins dot ky via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121400 Kirill A. Korinsky changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug bootstrap/121400] Gcc fails to bootstrap on OpenBSD/aarch64 due to missed #ifdef MD_ARCH_FRAME_STATE_T

2025-08-04 Thread kirill at korins dot ky via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121400 --- Comment #3 from Kirill A. Korinsky --- Andrew, thanks for pointing to gas. After I've updated it to 2.45, it works. Just for the records, the right definition of target which allows to build gcc is: aarch64-*-openbsd*) extra_parts=

[Bug bootstrap/121400] Gcc fails to bootstrap on OpenBSD/aarch64 due to missed #ifdef MD_ARCH_FRAME_STATE_T

2025-08-04 Thread kirill at korins dot ky via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121400 --- Comment #1 from Kirill A. Korinsky --- Ok, the issue was related to not correct (old) definition target in libgcc/config.host. After making it similar with NetBSD: aarch64*-*-netbsd*) extra_parts="$extra_parts crtfastmath.o"

[Bug libgcc/121397] [15/16 Regression] build fails in libgcc for aarch64-openbsd due to unused static function in enable-execute-stack-mprotect.c

2025-08-04 Thread kirill at korins dot ky via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121397 --- Comment #4 from Kirill A. Korinsky --- Andrew, a trivial patch: Index: libgcc/enable-execute-stack-mprotect.c --- libgcc/enable-execute-stack-mprotect.c.orig +++ libgcc/enable-execute-stack-mprotect.c @@ -30,7 +30,6 @@ static int need_ena

[Bug bootstrap/121400] New: Gcc fails to bootstrap on OpenBSD/aarch64 due to missed #ifdef MD_ARCH_FRAME_STATE_T

2025-08-04 Thread kirill at korins dot ky via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121400 Bug ID: 121400 Summary: Gcc fails to bootstrap on OpenBSD/aarch64 due to missed #ifdef MD_ARCH_FRAME_STATE_T Product: gcc Version: 15.1.0 Status: UNCONFIRMED S

[Bug bootstrap/121397] New: Bootstrap by clang 19.1.7 fails due to unused static function

2025-08-04 Thread kirill at korins dot ky via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121397 Bug ID: 121397 Summary: Bootstrap by clang 19.1.7 fails due to unused static function Product: gcc Version: 15.1.0 Status: UNCONFIRMED Severity: normal

[Bug ada/121387] Ada fails to build on OpenBSD -current/amd64 due to missed locks?

2025-08-04 Thread kirill at korins dot ky via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121387 --- Comment #4 from Kirill A. Korinsky --- Yeah, and the root cause of this because OpenBSD has quite a few patches which includes this one. I just commited into OpenBSD ports WIP repository my WIP port update for GCC up to 15.1.0 with many pat

[Bug bootstrap/121386] [14/15 Regression] Can't build on OpenBSD -current/amd64 with the prebuilt flex sources

2025-08-03 Thread kirill at korins dot ky via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121386 --- Comment #5 from Kirill A. Korinsky --- Created attachment 62040 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=62040&action=edit gengtype-lex.cc from OpenBSD -current

[Bug ada/121387] Adda fails to build on OpenBSD -current/amd64 due to missed locks?

2025-08-03 Thread kirill at korins dot ky via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121387 --- Comment #1 from Kirill A. Korinsky --- This is invalid bug because the issue related to OpenBSD patches, and not GCC

[Bug ada/121387] New: Adda fails to build on OpenBSD -current/amd64 due to missed locks?

2025-08-03 Thread kirill at korins dot ky via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121387 Bug ID: 121387 Summary: Adda fails to build on OpenBSD -current/amd64 due to missed locks? Product: gcc Version: 15.1.0 Status: UNCONFIRMED Severity: normal

[Bug bootstrap/121386] New: Can't build on OpenBSD -current/amd64

2025-08-03 Thread kirill at korins dot ky via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121386 Bug ID: 121386 Summary: Can't build on OpenBSD -current/amd64 Product: gcc Version: 15.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstra

[Bug bootstrap/120145] Can't bootstrap gcc11 on OpenBSD / sparc64

2025-05-09 Thread kirill at korins dot ky via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120145 --- Comment #8 from Kirill A. Korinsky --- Just finished the test with gcc-12.5.0. It fails. My test was: build gcc-12.5.0 by clang18, and try to use gcc12 to build gcc12. gdb session: (gdb) r

[Bug bootstrap/120145] Can't bootstrap gcc11 on OpenBSD / sparc64

2025-05-07 Thread kirill at korins dot ky via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120145 --- Comment #7 from Kirill A. Korinsky --- For that it worth I had tried to remove 'const' by moving definition into .c file and use 'extern' in .h. Crashed the same way.

[Bug bootstrap/120145] Can't bootstrap gcc11 on OpenBSD / sparc64

2025-05-07 Thread kirill at korins dot ky via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120145 --- Comment #6 from Kirill A. Korinsky --- I have backported both patch to used 8.4.0 as bootstrap compiler and 11.2.0 as target. It crashed the same way: Type "apropos word" to search for commands related to "word"... Reading symbols from /us

[Bug bootstrap/120145] Can't bootstrap gcc11 on OpenBSD / sparc64

2025-05-06 Thread kirill at korins dot ky via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120145 --- Comment #5 from Kirill A. Korinsky --- Thanks, https://gcc.gnu.org/cgit/gcc/commit/?id=dfe7b5e9e7010f10e9737d5f15f5b48ba536e8f5 and https://gcc.gnu.org/cgit/gcc/commit/?id=29ac92436aa5c702e9e02c206e7590ebd806398e looks quite trivial to back

[Bug bootstrap/120145] Can't bootstrap gcc11 on OpenBSD / sparc64

2025-05-06 Thread kirill at korins dot ky via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120145 --- Comment #2 from Kirill A. Korinsky --- Andrew, thanks for reply. I'll try to backport OpenBSD patches to 12.4.0 and try to bootsrap it, but it needs some time. Am I right that it doesn't ring any bell?

[Bug bootstrap/120145] New: Can't bootstrap gcc11 on OpenBSD / sparc64

2025-05-06 Thread kirill at korins dot ky via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120145 Bug ID: 120145 Summary: Can't bootstrap gcc11 on OpenBSD / sparc64 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: bo

[Bug target/100340] Bootstrap fails with Clang 12.0.5 (XCode 12.5)

2022-04-19 Thread kirill at korins dot ky via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100340 --- Comment #31 from Kirill A. Korinsky --- Iain, you're right. This is a differnt things vecause it uses xcode 7.2.1.

[Bug target/100340] Bootstrap fails with Clang 12.0.5 (XCode 12.5)

2022-04-19 Thread kirill at korins dot ky via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100340 Kirill A. Korinsky changed: What|Removed |Added CC||kirill at korins dot ky --- Commen