[Bug driver/105340] xgcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found

2022-04-21 Thread szy_mailbox at 126 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105340 --- Comment #4 from okay --- When compiling gcc from source code, which parameter should give to configure script? such as ${BINUTILS_SOURCE_DIR}/configure --prefix=${NATIVE_PREFIX} --with-sysroot=${CROSS_PREFIX} etc.

[Bug driver/105340] xgcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found

2022-04-21 Thread szy_mailbox at 126 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105340 --- Comment #2 from okay --- [root]# cat main.c int main() { return 0; } [root]# /home/gcc-7.5.0/host-aarch64-unknown-linux-gnu/gcc/xgcc -o main main.c xgcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found compilation terminate

[Bug c/105340] New: xgcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found

2022-04-21 Thread szy_mailbox at 126 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105340 Bug ID: 105340 Summary: xgcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found Product: gcc Version: 7.5.0 Status: UNCONFIRMED Severity: normal

[Bug c++/105317] How to deal with this: internal compiler error: in process_init_constructor_array, at cp/typeck2.c:1308?

2022-04-20 Thread szy_mailbox at 126 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105317 okay changed: What|Removed |Added Resolution|--- |WONTFIX Status|WAITING

[Bug c++/105317] How to deal with this: internal compiler error: in process_init_constructor_array, at cp/typeck2.c:1308?

2022-04-20 Thread szy_mailbox at 126 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105317 --- Comment #14 from okay --- Btw, does the problem cause by lower gcc version 7.3? If using 7.5, can problem be solved? The same mysql source code in x86 with gcc 7.5, it can be compiled successfully.

[Bug c++/105317] How to deal with this: internal compiler error: in process_init_constructor_array, at cp/typeck2.c:1308?

2022-04-20 Thread szy_mailbox at 126 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105317 --- Comment #13 from okay --- Suppose using newer gcc, where can i download binary package or if compiling from source gcc code, how to do?

[Bug c++/105317] How to deal with this: internal compiler error: in process_init_constructor_array, at cp/typeck2.c:1308?

2022-04-20 Thread szy_mailbox at 126 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105317 --- Comment #11 from okay --- I am not sure which one. Could you tell me both, thanks!

[Bug c++/105317] How to deal with this: internal compiler error: in process_init_constructor_array, at cp/typeck2.c:1308?

2022-04-20 Thread szy_mailbox at 126 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105317 --- Comment #9 from okay --- 1 SMP Fri Jan 8 13:18:01 UTC 2021 aarch64 aarch64 aarch64 GNU/Linux

[Bug c++/105317] How to deal with this: internal compiler error: in process_init_constructor_array, at cp/typeck2.c:1308?

2022-04-20 Thread szy_mailbox at 126 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105317 --- Comment #7 from okay --- using: yum install gCc-C++ libstdc++- devel

[Bug c++/105317] How to deal with this: internal compiler error: in process_init_constructor_array, at cp/typeck2.c:1308?

2022-04-20 Thread szy_mailbox at 126 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105317 --- Comment #5 from okay --- The target is arm + euler.

[Bug c++/105317] How to deal with this: internal compiler error: in process_init_constructor_array, at cp/typeck2.c:1308?

2022-04-20 Thread szy_mailbox at 126 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105317 --- Comment #3 from okay --- Two consideration: 1) If i compile with high gcc version successfully, the code put on another machine with low version libstdc++.so, the code may not run. 2) How to compile high gcc version source code on arm? Whe

[Bug c++/105317] How to deal with this: internal compiler error: in process_init_constructor_array, at cp/typeck2.c:1308?

2022-04-20 Thread szy_mailbox at 126 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105317 --- Comment #2 from okay --- Two consideration: 1) If i compile with high gcc version successfully, the code put on another machine with low version libstdc++.so, the code may not run. 2) How to compile high gcc version source code on arm? Whe

[Bug c++/105317] New: How to deal with this: internal compiler error: in process_init_constructor_array, at cp/typeck2.c:1308?

2022-04-20 Thread szy_mailbox at 126 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105317 Bug ID: 105317 Summary: How to deal with this: internal compiler error: in process_init_constructor_array, at cp/typeck2.c:1308? Product: gcc Version: 7.3.0 Status: UNCO