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 tree-optimization/70130] [6 Regression] h264ref fails with verification error starting with r231674


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

--- Comment #5 from Bill Schmidt <wschmidt at gcc dot gnu.org> ---
We also verified that the vectorized version of the loop is never entered
during the application, since the output array is never properly aligned.

Other experiments also point to a linker issue.  When compiling everything with
-O1 except for the file containing this code, and that file at -O3, the problem
disappears.  Also as noted, the original code works fine with an older linker. 
It looks like a linker corner case that's sensitive to code or data
positioning.

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