[Bug libstdc++/105730] [12 Regression] Issue with commit - Allow std::condition_variable waits to be cancelled

2023-01-17 Thread lancethepants at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105730 Lance Fredrickson changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug target/106581] [Aarch64] libstdc++ segfault at end of execution

2022-08-10 Thread lancethepants at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106581 --- Comment #12 from Lance Fredrickson --- I will send an email to their mailing list and inform them of this thread as well. I've queried on buildroot mailing list and irc if anyone uses aarch64 + uclibc-ng. thanks for your attention and

[Bug libstdc++/106581] [Aarch64] libstdc++ segfault at end of execution

2022-08-10 Thread lancethepants at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106581 --- Comment #10 from Lance Fredrickson --- (gdb) disassemble 0x7fb7eae3b8 Dump of assembler code for function (anonymous namespace)::get_global(): 0x007fb7eae3b8 <+0>: stp x29, x30, [sp, #-16]! 0x007fb7eae3bc <+4>: mov

[Bug libstdc++/106581] [Aarch64] libstdc++ segfault at end of execution

2022-08-10 Thread lancethepants at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106581 --- Comment #8 from Lance Fredrickson --- Here is 'info proc mappings' (gdb) info proc mappings process 16896 Mapped address spaces: Start Addr End Addr Size Offset objfile 0x555000 0x556000

[Bug libstdc++/106581] [Aarch64] libstdc++ segfault at end of execution

2022-08-10 Thread lancethepants at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106581 --- Comment #6 from Lance Fredrickson --- info mem gives (gdb) info mem Using memory regions provided by the target. There are no memory regions defined.

[Bug libstdc++/106581] [Aarch64] libstdc++ segfault at end of execution

2022-08-10 Thread lancethepants at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106581 --- Comment #4 from Lance Fredrickson --- Here you go. (gdb) info registers x0 0xff6fea06f01097094268656 x1 0x7fb7ffa6c0548547831488 x2 0x0 0 x3 0x0

[Bug libstdc++/106581] [Aarch64] libstdc++ segfault at end of execution

2022-08-10 Thread lancethepants at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106581 --- Comment #2 from Lance Fredrickson --- Here is the disassemble (gdb) disassemble Dump of assembler code for function _ZSt18uncaught_exceptionv: 0x007fb7eae2a8 <+0>: stp x29, x30, [sp, #-16]! 0x007fb7eae2ac <+4>:

[Bug libstdc++/106581] New: [Aarch64] libstdc++ segfault at end of execution

2022-08-10 Thread lancethepants at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106581 Bug ID: 106581 Summary: [Aarch64] libstdc++ segfault at end of execution Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug target/106356] static-pie for arm not implemented

2022-07-20 Thread lancethepants at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106356 --- Comment #2 from Lance Fredrickson --- Submission made here. https://gcc.gnu.org/pipermail/gcc-patches/2022-July/598610.html

[Bug driver/106356] New: static-pie for arm not implemented

2022-07-19 Thread lancethepants at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106356 Bug ID: 106356 Summary: static-pie for arm not implemented Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: driver

[Bug libstdc++/105730] New: Issue with commit - Allow std::condition_variable waits to be cancelled

2022-05-25 Thread lancethepants at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105730 Bug ID: 105730 Summary: Issue with commit - Allow std::condition_variable waits to be cancelled Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity:

[Bug libcc1/104799] Header issue with x86_64-linux-musl based cross-compiler

2022-05-25 Thread lancethepants at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104799 Lance Fredrickson changed: What|Removed |Added CC||lancethepants at gmail dot com ---

[Bug libcc1/105632] Canadian Cross build failure - error: attempt to use poisoned "malloc"

2022-05-23 Thread lancethepants at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105632 --- Comment #2 from Lance Fredrickson --- Seems similar to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104799

[Bug libcc1/105632] Canadian Cross build failure - error: attempt to use poisoned "malloc"

2022-05-19 Thread lancethepants at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105632 --- Comment #1 from Lance Fredrickson --- Created attachment 52999 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52999=edit Avoids using poisoned malloc in libcc1 Adds to libcc1plugin.cc and libcp1plugin.cc #define INCLUDE_MEMORY to

[Bug preprocessor/105632] New: Canadian Cross build failure - error: attempt to use poisoned "malloc"

2022-05-17 Thread lancethepants at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105632 Bug ID: 105632 Summary: Canadian Cross build failure - error: attempt to use poisoned "malloc" Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity:

[Bug go/101246] gccgo cross-compiler targeting arm fails to build with gcc 11. Missing structs in runtime.inc. Using uclibc-ng

2022-03-04 Thread lancethepants at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101246 --- Comment #9 from Lance Fredrickson --- Thanks a bunch!

[Bug go/101246] gccgo cross-compiler targeting arm fails to build with gcc 11. Missing structs in runtime.inc. Using uclibc-ng

2022-02-23 Thread lancethepants at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101246 --- Comment #7 from Lance Fredrickson --- So this is the patch I'm using to build gccgo for uclibc arm. https://raw.githubusercontent.com/lancethepants/tomatoware/master/patches/gcc/0006-fix-libgo-uclibc-ng.patch In a seperate discussion you

[Bug go/101246] gccgo cross-compiler targeting arm fails to build with gcc 11. Missing structs in runtime.inc. Using uclibc-ng

2021-08-19 Thread lancethepants at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101246 --- Comment #6 from Lance Fredrickson --- So I compared runtime.inc in gcc 10.3 and gcc 11.1, and they have quite a bit different. I tried using the runtime.inc file from 10.3 in 11.1, and it does allow it to finish compiling, and I appear to

[Bug go/101246] gccgo cross-compiler targeting arm fails to build with gcc 11. Missing structs in runtime.inc. Using uclibc-ng

2021-07-08 Thread lancethepants at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101246 --- Comment #5 from Lance Fredrickson --- Just to check another architecture, I tried building gccgo-11 for x86_64 and uclibc-ng. With gcc-11 I get the same build-time error with x86_64 as I did with arm. gccgo-10 for x86_64 & uclibc-ng did

[Bug go/101246] gccgo cross-compiler targeting arm fails to build with gcc 11. Missing structs in runtime.inc. Using uclibc-ng

2021-06-28 Thread lancethepants at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101246 --- Comment #4 from Lance Fredrickson --- Created attachment 51077 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51077=edit runtime.inc oops, I've attached runtime.inc

[Bug go/101246] gccgo cross-compiler targeting arm fails to build with gcc 11. Missing structs in runtime.inc. Using uclibc-ng

2021-06-28 Thread lancethepants at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101246 --- Comment #2 from Lance Fredrickson --- echo timestamp > unicode.s-gox f="runtime.o"; if test ! -f $f; then f="./.libs/runtime.o"; fi; /opt/tomatoware/arm-soft-mmc/arm-tomatoware-linux-uclibcgnueabi/bin/objcopy -j .go_export $f

[Bug go/101246] New: gccgo cross-compiler targeting arm fails to build with gcc 11. Missing structs in runtime.inc. Using uclibc-ng

2021-06-28 Thread lancethepants at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101246 Bug ID: 101246 Summary: gccgo cross-compiler targeting arm fails to build with gcc 11. Missing structs in runtime.inc. Using uclibc-ng Product: gcc Version: