Summary: | =dev-lang/perl-5.36.0-r1 fails to build with -Og (or other low optimization levels) w/ gcc-12 "error: inlining failed in call to 'always_inline' [...]: function not considered for inlining" | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Étienne Buira <etienne.buira> |
Component: | Current packages | Assignee: | Gentoo Perl team <perl> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | etienne.buira |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://github.com/Perl/perl5/issues/19776 https://github.com/Perl/perl5/pull/20562 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107931 https://bugs.gentoo.org/show_bug.cgi?id=902075 https://bugs.gentoo.org/show_bug.cgi?id=896444 https://bugs.gentoo.org/show_bug.cgi?id=911727 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 839906 | ||
Attachments: | build.log |
Description
Étienne Buira
2023-02-17 09:47:27 UTC
Created attachment 851994 [details]
build.log
Please also include emerge --info if not already working on it. Anyway, this is because of -Og. It's a valid bug that should be sent upstream (could you do it please?) but it's quite common when people use always_inline incorrectly. Thanks, trying with -O2 An upstream ticket already exists on this matter (#19776), and resolved by pull request #20562, didn't try this patch. (In reply to Étienne Buira from comment #3) > Thanks, trying with -O2 > An upstream ticket already exists on this matter (#19776), and resolved by > pull request #20562, didn't try this patch. (In reply to Sam James from comment #4) > (In reply to Étienne Buira from comment #3) > > Thanks, trying with -O2 > > An upstream ticket already exists on this matter (#19776), and resolved by > > pull request #20562, didn't try this patch. oops, didn't write anything: thank you! |