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/50283] [4.7 Regression] FAIL: g++.dg/eh/simd-1.C execution test


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50283

--- Comment #8 from John David Anglin <danglin at gcc dot gnu.org> 2011-11-27 18:54:10 UTC ---
This is hack, but test doesn't fail if I interchange ldo and
.cfi_def_cfa_offset
lines:

    ldo 64(%r30),%r30
    .cfi_def_cfa_offset -64

How should a stack adjust in the final instruction of a delayed branch
be described?


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