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 sanitizer/62132] [5 Regression] FAIL: c-c++-common/asan/misalign-[12].c after r213807 on x86_64-apple-darwin13 with -m32


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

--- Comment #6 from Iain Sandoe <iains at gcc dot gnu.org> ---
(In reply to Yury Gribov from comment #2)
> s/unwind with fp/unwind without fp/

it should be possible to do this, if m32 code is compiled with
"-funwind-tables".

for m64, that's already the default and, also for m32 when -fexceptions is
given.


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