[Bug 1223820] New: GCC 14 fails to build libstorage-ng
https://bugzilla.suse.com/show_bug.cgi?id=1223820 Bug ID: 1223820 Summary: GCC 14 fails to build libstorage-ng Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Other Assignee: screening-team-bugs@suse.de Reporter: aschnell@suse.com QA Contact: qa-bugs@suse.de Target Milestone: --- Found By: --- Blocker: --- Created attachment 874637 --> https://bugzilla.suse.com/attachment.cgi?id=874637&action=edit tiny program to reproduce problem The testsuite of libstorage-ng fails with gcc14: double free or corruption (fasttop) I have created a small program to reproduce the problem. Could that be a gcc bug? Or is the program wrong? -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1223820 Arvin Schnell <aschnell@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aschnell@suse.com, | |mjambor@suse.cz Found By|--- |Development -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1223820 https://bugzilla.suse.com/show_bug.cgi?id=1223820#c1 --- Comment #1 from Arvin Schnell <aschnell@suse.com> --- Created attachment 874638 --> https://bugzilla.suse.com/attachment.cgi?id=874638&action=edit even shorter program -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1223820 https://bugzilla.suse.com/show_bug.cgi?id=1223820#c2 Martin Jambor <mjambor@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |1220574 CC|mjambor@suse.cz |mjambor@suse.com --- Comment #2 from Martin Jambor <mjambor@suse.com> --- I'll have a look. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1223820 https://bugzilla.suse.com/show_bug.cgi?id=1223820#c3 --- Comment #3 from Richard Biener <rguenther@suse.com> --- Shorter: #include <string> #include <initializer_list> void __attribute__((noipa)) tata(std::initializer_list<std::string> init) { throw 1; } int main() { try { tata({ "0123456789012346" }); // using shorter string or "..."s works } catch (...) { } } -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1223820 https://bugzilla.suse.com/show_bug.cgi?id=1223820#c5 Richard Biener <rguenther@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #5 from Richard Biener <rguenther@suse.com> --- Fixed in 14.1.0. openSUSE:Factory:Staging:N (forgot to add a bugzilla ref). Thanks for reporting. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com