public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/110036] New: [12/13/14 regression] riscv_asan_shadow_offset mismatch with libsanitizer
@ 2023-05-30  8:39 schwab@linux-m68k.org
  2023-05-30  9:19 ` [Bug target/110036] " cvs-commit at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: schwab@linux-m68k.org @ 2023-05-30  8:39 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 110036
           Summary: [12/13/14 regression] riscv_asan_shadow_offset
                    mismatch with libsanitizer
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Keywords: wrong-code
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: schwab@linux-m68k.org
  Target Milestone: ---
            Target: riscv64-*-*

With r12-763-gd0fee87e0ce24f libsanitizer was changed to uses a different ASAN
shadow offset, breaking -fsanitize=address.  All asan tests are failing.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/110036] [12/13/14 regression] riscv_asan_shadow_offset mismatch with libsanitizer
  2023-05-30  8:39 [Bug target/110036] New: [12/13/14 regression] riscv_asan_shadow_offset mismatch with libsanitizer schwab@linux-m68k.org
@ 2023-05-30  9:19 ` cvs-commit at gcc dot gnu.org
  2023-05-30 11:19 ` [Bug target/110036] [12/13 " cvs-commit at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-05-30  9:19 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Andreas Schwab <schwab@gcc.gnu.org>:

https://gcc.gnu.org/g:21a07620f4bfe38f12e6d5be8b1eeecc29fa6852

commit r14-1398-g21a07620f4bfe38f12e6d5be8b1eeecc29fa6852
Author: Andreas Schwab <schwab@suse.de>
Date:   Sun May 28 12:08:22 2023 +0200

    riscv: update riscv_asan_shadow_offset

    gcc/
            PR target/110036
            * config/riscv/riscv.cc (riscv_asan_shadow_offset): Update to
            match libsanitizer.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/110036] [12/13 regression] riscv_asan_shadow_offset mismatch with libsanitizer
  2023-05-30  8:39 [Bug target/110036] New: [12/13/14 regression] riscv_asan_shadow_offset mismatch with libsanitizer schwab@linux-m68k.org
  2023-05-30  9:19 ` [Bug target/110036] " cvs-commit at gcc dot gnu.org
@ 2023-05-30 11:19 ` cvs-commit at gcc dot gnu.org
  2023-05-30 11:23 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-05-30 11:19 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-13 branch has been updated by Andreas Schwab
<schwab@gcc.gnu.org>:

https://gcc.gnu.org/g:acf4fac6c5d14b30dca6cbde75f8b7db89850e04

commit r13-7389-gacf4fac6c5d14b30dca6cbde75f8b7db89850e04
Author: Andreas Schwab <schwab@suse.de>
Date:   Sun May 28 12:08:22 2023 +0200

    riscv: update riscv_asan_shadow_offset

    gcc/
            PR target/110036
            * config/riscv/riscv.cc (riscv_asan_shadow_offset): Update to
            match libsanitizer.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/110036] [12/13 regression] riscv_asan_shadow_offset mismatch with libsanitizer
  2023-05-30  8:39 [Bug target/110036] New: [12/13/14 regression] riscv_asan_shadow_offset mismatch with libsanitizer schwab@linux-m68k.org
  2023-05-30  9:19 ` [Bug target/110036] " cvs-commit at gcc dot gnu.org
  2023-05-30 11:19 ` [Bug target/110036] [12/13 " cvs-commit at gcc dot gnu.org
@ 2023-05-30 11:23 ` cvs-commit at gcc dot gnu.org
  2023-05-30 11:25 ` schwab@linux-m68k.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-05-30 11:23 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-12 branch has been updated by Andreas Schwab
<schwab@gcc.gnu.org>:

https://gcc.gnu.org/g:2910660f00c74d12d17e3114870e287804a3332c

commit r12-9661-g2910660f00c74d12d17e3114870e287804a3332c
Author: Andreas Schwab <schwab@suse.de>
Date:   Sun May 28 12:08:22 2023 +0200

    riscv: update riscv_asan_shadow_offset

    gcc/
            PR target/110036
            * config/riscv/riscv.cc (riscv_asan_shadow_offset): Update to
            match libsanitizer.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/110036] [12/13 regression] riscv_asan_shadow_offset mismatch with libsanitizer
  2023-05-30  8:39 [Bug target/110036] New: [12/13/14 regression] riscv_asan_shadow_offset mismatch with libsanitizer schwab@linux-m68k.org
                   ` (2 preceding siblings ...)
  2023-05-30 11:23 ` cvs-commit at gcc dot gnu.org
@ 2023-05-30 11:25 ` schwab@linux-m68k.org
  2023-09-28  6:21 ` pinskia at gcc dot gnu.org
  2023-09-28  6:22 ` pinskia at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: schwab@linux-m68k.org @ 2023-05-30 11:25 UTC (permalink / raw)
  To: gcc-bugs

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

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #4 from Andreas Schwab <schwab@linux-m68k.org> ---
Fixed on all branches.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/110036] [12/13 regression] riscv_asan_shadow_offset mismatch with libsanitizer
  2023-05-30  8:39 [Bug target/110036] New: [12/13/14 regression] riscv_asan_shadow_offset mismatch with libsanitizer schwab@linux-m68k.org
                   ` (3 preceding siblings ...)
  2023-05-30 11:25 ` schwab@linux-m68k.org
@ 2023-09-28  6:21 ` pinskia at gcc dot gnu.org
  2023-09-28  6:22 ` pinskia at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-09-28  6:21 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |12.4

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/110036] [12/13 regression] riscv_asan_shadow_offset mismatch with libsanitizer
  2023-05-30  8:39 [Bug target/110036] New: [12/13/14 regression] riscv_asan_shadow_offset mismatch with libsanitizer schwab@linux-m68k.org
                   ` (4 preceding siblings ...)
  2023-09-28  6:21 ` pinskia at gcc dot gnu.org
@ 2023-09-28  6:22 ` pinskia at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-09-28  6:22 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |akhilesh.k at samsung dot com

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 111620 has been marked as a duplicate of this bug. ***

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-09-28  6:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-30  8:39 [Bug target/110036] New: [12/13/14 regression] riscv_asan_shadow_offset mismatch with libsanitizer schwab@linux-m68k.org
2023-05-30  9:19 ` [Bug target/110036] " cvs-commit at gcc dot gnu.org
2023-05-30 11:19 ` [Bug target/110036] [12/13 " cvs-commit at gcc dot gnu.org
2023-05-30 11:23 ` cvs-commit at gcc dot gnu.org
2023-05-30 11:25 ` schwab@linux-m68k.org
2023-09-28  6:21 ` pinskia at gcc dot gnu.org
2023-09-28  6:22 ` pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).