This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/78879] -fprofile-generate causes undefined reference to `____ilog2_NaN'


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78879

Jeffrey A. Law <law at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #9 from Jeffrey A. Law <law at redhat dot com> ---
The posted patch is just papering over the problem by changing the iteration
order of jump threads we examine.  Since realization of some jump threads will
cause others to not be realized, changing the iteration order can cause
different jump threads to be realized.

As discussed PR72785, this is a kernel bug in that the kernel code assumes that
paths leading to a __builtin_object_size will not be duplicated/isolated.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]