https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273291

--- Comment #35 from Tomoaki AOKI <junch...@dec.sakura.ne.jp> ---
(In reply to Tatsuki Makino from comment #34)

Found this [1] by Texas Instruments for their arm processors.
Not sure if it's generic enough that is applicable to llvm/clang13 on FreeBSD,
notably other than arm arch.

Oh...too excessibly many even for -O1. We should try narrowing down possibly
affected options to try. Firefox is too large to try every options. :-(

Maybe what is affecting this would be something related with alignment and/or
bounds of objects, including segments, structs, arrays and something more.

At least for me, the failure mode is SIGSEGV, usualy means out of bounds
accesses.

[1]
https://software-dl.ti.com/codegen/docs/tiarmclang/compiler_tools_user_guide/compiler_manual/using_compiler/compiler_options/optimization_options.html

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to