[Bug general/32527] elfutils build warnings when building GCC -O3

2025-01-11 Thread phi.debian at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32527 Phi changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug general/32527] elfutils build warnings when building GCC -O3

2025-01-07 Thread phi.debian at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32527 --- Comment #3 from Phi --- Hi Sam, Sorry I didn't saw your email, I did reply directly in the bugzilla ticket, the problem is not flex as I first thought but more GCC -O3, I let you read what I wrote there. I think the propose fix is harmle

[Bug general/32527] elfutils build warnings when building GCC -O3

2025-01-07 Thread phi.debian at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32527 --- Comment #2 from Phi --- Actually flex is not at fault, I overlooked the skeleton, each yyalloc() (i.e malloc() ) are protected by a if(!b)YY_FATAL_ERROR()... The bug is more in GCC -O3 inhability to track that b is never NULL when calling

[Bug general/32527] New: elfutils build warnings when building GCC -O3

2025-01-06 Thread phi.debian at gmail dot com
Component: general Assignee: unassigned at sourceware dot org Reporter: phi.debian at gmail dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- Hi I used the component 'General' because the component 'libcpu'