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/82183] gcc.dg/sancov/cmp0.c fails on aarch64


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

Tom de Vries <vries at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|aarch64                     |aarch64,nvptx
                 CC|                            |vries at gcc dot gnu.org

--- Comment #2 from Tom de Vries <vries at gcc dot gnu.org> ---
(In reply to Steve Ellcey from comment #0)
> I am not sure if any other platforms are affected by this.

nvptx as well:
...
FAIL: gcc.dg/sancov/cmp0.c   -O0   scan-tree-dump-times optimized
"__builtin___sanitizer_cov_trace_const_cmp" 7
FAIL: gcc.dg/sancov/cmp0.c   -O0   scan-tree-dump-times optimized
"__builtin___sanitizer_cov_trace_switch \\(" 2
FAIL: gcc.dg/sancov/cmp0.c   -O0 -g   scan-tree-dump-times optimized
"__builtin___sanitizer_cov_trace_const_cmp" 7
FAIL: gcc.dg/sancov/cmp0.c   -O0 -g   scan-tree-dump-times optimized
"__builtin___sanitizer_cov_trace_switch \\(" 2
...

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