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/71083] [5/6/7 Regression] Unaligned bit-field address when predictive commoning


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

Mikael Pettersson <mikpelinux at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikpelinux at gmail dot com

--- Comment #5 from Mikael Pettersson <mikpelinux at gmail dot com> ---
Just adding that this test case fails with a SIGBUS on SPARC, using a recent
trunk gcc:

foo:
        ld      [%o0+1], %g3

(Checked by adding a main() and calling foo() with a struct lock_chain array.)

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