[Bug rtl-optimization/117712] [15 regression] ICE when building x265: internal compiler error: in expand_fix, at optabs.cc:5936 since r15-2890

2025-02-27 Thread csfore at posteo dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117712 --- Comment #13 from Christopher Fore --- Patch works in my test environment! x265 and the attached preprocessed files no longer cause an ICE. Thank you!

[Bug c++/117712] New: ICE when building x265: internal compiler error: in expand_fix, at optabs.cc:5936

2024-11-20 Thread csfore at posteo dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117712 Bug ID: 117712 Summary: ICE when building x265: internal compiler error: in expand_fix, at optabs.cc:5936 Product: gcc Version: 15.0 Status: UNCONFIRMED Severi

[Bug c++/117712] ICE when building x265: internal compiler error: in expand_fix, at optabs.cc:5936

2024-11-20 Thread csfore at posteo dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117712 --- Comment #1 from Christopher Fore --- Created attachment 59647 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59647&action=edit reduced file

[Bug c++/117519] LTO ICE when building gloox: lto1: internal compiler error: symtab_node::verify failed

2024-11-10 Thread csfore at posteo dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117519 --- Comment #1 from Christopher Fore --- Created attachment 59573 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59573&action=edit reduced preprocessed clientbase.ii and instantmucroom.ii

[Bug c++/117519] New: LTO ICE when building gloox: lto1: internal compiler error: symtab_node::verify failed

2024-11-10 Thread csfore at posteo dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117519 Bug ID: 117519 Summary: LTO ICE when building gloox: lto1: internal compiler error: symtab_node::verify failed Product: gcc Version: 15.0 Status: UNCONFIRMED S

[Bug c/114199] error: inlining failed in call to ‘always_inline’ ‘readlinkat.localalias’: function not inlinable

2024-03-01 Thread csfore at posteo dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114199 --- Comment #4 from Christopher Fore --- Created attachment 57593 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57593&action=edit original preprocessed file

[Bug c/114199] error: inlining failed in call to ‘always_inline’ ‘readlinkat.localalias’: function not inlinable

2024-03-01 Thread csfore at posteo dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114199 --- Comment #3 from Christopher Fore --- Created attachment 57592 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57592&action=edit minimized preprocessed file

[Bug c/114199] error: inlining failed in call to ‘always_inline’ ‘readlinkat.localalias’: function not inlinable

2024-03-01 Thread csfore at posteo dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114199 --- Comment #2 from Christopher Fore --- Got it, I believe I was missing a flag when attempting to reproduce on the lower versions, apologies!

[Bug c/114199] New: [14 regression] error: inlining failed in call to ‘always_inline’ ‘readlinkat.localalias’: function not inlinable

2024-03-01 Thread csfore at posteo dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114199 Bug ID: 114199 Summary: [14 regression] error: inlining failed in call to ‘always_inline’ ‘readlinkat.localalias’: function not inlinable Product: gcc Version: 1

[Bug target/113971] New: failure to build on arm64 musl (#error "Unsupported AArch64 platform for heap trampolines")

2024-02-17 Thread csfore at posteo dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113971 Bug ID: 113971 Summary: failure to build on arm64 musl (#error "Unsupported AArch64 platform for heap trampolines") Product: gcc Version: 14.0 Status: UNCONFIRMED

[Bug target/113652] [14 regression] Failed bootstrap on ppc unrecognized opcode: `lfiwzx' with -mcpu=7450

2024-02-12 Thread csfore at posteo dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113652 --- Comment #16 from Christopher Fore --- I tried to build older snapshots as well (back to 20231119) and it seems this assembler error still occurs back to there so I was wrong about this being a new thing.

[Bug target/113652] [14 regression] Failed bootstrap on ppc unrecognized opcode: `lfiwzx' with -mcpu=7450

2024-01-29 Thread csfore at posteo dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113652 --- Comment #5 from Christopher Fore --- I've managed to get the args down to the following as well: gcc -mcpu=7450 -O0 -ftree-coalesce-vars -mvsx -c _kf_to_sd.i -mcpu=7450 seems to be (one of) the root causes along with -ftree-coalesce-vars.

[Bug target/113652] [14 regression] Failed bootstrap on ppc unrecognized opcode: `lfiwzx' with -mcpu=7450

2024-01-29 Thread csfore at posteo dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113652 --- Comment #4 from Christopher Fore --- Created attachment 57255 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57255&action=edit minimized preprocessed file Here's the minimized file (still errors)

[Bug target/113652] [14 regression] Failed bootstrap on ppc unrecognized opcode: `lfiwzx' with -mcpu=7450

2024-01-29 Thread csfore at posteo dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113652 --- Comment #2 from Christopher Fore --- I've tried with both 2.40 and 2.41

[Bug target/113652] New: ppc: unrecognized opcode: `lfiwzx'

2024-01-29 Thread csfore at posteo dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113652 Bug ID: 113652 Summary: ppc: unrecognized opcode: `lfiwzx' Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug c++/113547] [13 Regression] c++: In function ‘std::vector package_b_info()’: cc1plus: internal compiler error: Segmentation fault

2024-01-22 Thread csfore at posteo dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113547 --- Comment #3 from Christopher Fore --- Backtrace: In function ‘std::vector package_b_info()’: cc1plus: internal compiler error: Segmentation fault 0xe4dfcf crash_signal /var/tmp/portage/sys-devel/gcc-13.2.1_p20240113-r1/work/gcc-13-20

[Bug c++/113547] c++: In function ‘std::vector package_b_info()’: cc1plus: internal compiler error: Segmentation fault

2024-01-22 Thread csfore at posteo dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113547 --- Comment #1 from Christopher Fore --- Created attachment 57185 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57185&action=edit minimized file with cvise

[Bug c++/113547] New: c++: In function ‘std::vector package_b_info()’: cc1plus: internal compiler error: Segmentation fault

2024-01-22 Thread csfore at posteo dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113547 Bug ID: 113547 Summary: c++: In function ‘std::vector package_b_info()’: cc1plus: internal compiler error: Segmentation fault Product: gcc Version: 13.2.1 Status: UNCONF

[Bug c/112924] New: [14 regression] ICE when building util-linux (error: gimple_bb (stmt) is set to a wrong basic block)

2023-12-08 Thread csfore at posteo dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112924 Bug ID: 112924 Summary: [14 regression] ICE when building util-linux (error: gimple_bb (stmt) is set to a wrong basic block) Product: gcc Version: 14.0 Status: UNCONFIRM

[Bug target/112707] [14 regression] gcc 14 outputs invalid assembly on ppc: Error: unrecognized opcode: `fctid'

2023-11-26 Thread csfore at posteo dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112707 --- Comment #7 from Christopher Fore --- Created attachment 56691 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56691&action=edit build log of the original compile

[Bug target/112707] [14 regression] gcc 14 outputs invalid assembly on ppc: Error: unrecognized opcode: `fctid'

2023-11-26 Thread csfore at posteo dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112707 --- Comment #6 from Christopher Fore --- The original example in the wild was with -mcpu=7450 -O2 -maltivec -mabi=altivec -pipe, plus the flags the build system added, then I minimised it to the attachment above, where I only needed: -O3 -ffast-

[Bug target/112707] [14 regression] gcc 14 outputs invalid assembly on ppc: Error: unrecognized opcode: `fctid'

2023-11-26 Thread csfore at posteo dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112707 --- Comment #5 from Christopher Fore --- It's a PowerPC 7447A and the assembler version is: GNU assembler version 2.40.0 (powerpc-unknown-linux-gnu) using BFD version (Gentoo 2.40 p5) 2.40.0

[Bug target/112707] [14 regression] gcc 14 outputs invalid assembly on ppc: Error: unrecognized opcode: `fctid'

2023-11-24 Thread csfore at posteo dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112707 --- Comment #2 from Christopher Fore --- Created attachment 56684 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56684&action=edit assembly output of sharedbook.i

[Bug target/112707] [14 regression] gcc 14 outputs invalid assembly on ppc: Error: unrecognized opcode: `fctid'

2023-11-24 Thread csfore at posteo dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112707 --- Comment #1 from Christopher Fore --- Created attachment 56683 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56683&action=edit trimmed file with cvise

[Bug c/112707] New: gcc 14 outputs invalid assembly on ppc: Error: unrecognized opcode: `fctid'

2023-11-24 Thread csfore at posteo dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112707 Bug ID: 112707 Summary: gcc 14 outputs invalid assembly on ppc: Error: unrecognized opcode: `fctid' Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: no