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!
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
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
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
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
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
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
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!
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
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
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.
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.
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)
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
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
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
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
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
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
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
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-
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
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
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
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
25 matches
Mail list logo