https://sourceware.org/bugzilla/show_bug.cgi?id=32527
Phi changed:
What|Removed |Added
Resolution|--- |FIXED
Status|UNCONFIRMED
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
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
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'