Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 893984

Summary: dev-cpp/abseil-cpp-20220623.1 gcc-13 Static assertion failures compiling AllocatorTraits.Rebind test
Product: Gentoo Linux Reporter: Ninpo <ninpo>
Component: Current packagesAssignee: Paul Zander <negril.nx+gentoo>
Status: UNCONFIRMED ---    
Severity: normal CC: sam
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/abseil/abseil-cpp/issues/1366
https://github.com/abseil/abseil-cpp/issues/1369
https://bugs.gentoo.org/show_bug.cgi?id=898634
https://bugs.gentoo.org/show_bug.cgi?id=907305
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 865117    
Attachments: dev-cpp/abseil-cpp-20220623.1/temp/build.log

Description Ninpo 2023-02-12 01:44:58 UTC
Created attachment 850414 [details]
dev-cpp/abseil-cpp-20220623.1/temp/build.log

Fixed upstream: https://github.com/abseil/abseil-cpp/issues/1366
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-02-12 01:46:22 UTC
Note there's two bugs with GCC 13:
1. The compile failure reported in this bug, see https://github.com/abseil/abseil-cpp/issues/1366
2. A test failure, see https://github.com/abseil/abseil-cpp/issues/1369
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-03-27 07:05:34 UTC
https://github.com/abseil/abseil-cpp/issues/1366#issuecomment-1399154508

"Thank you! I have backported this as a patch to 20220623.1 and can confirm that it fixes the two static assertion failures without introducing any regressions in the test suite."