public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/riscv/heads/gcc-13-with-riscv-opts)] riscv: add work around for PR sanitizer/82501
@ 2023-05-30 13:58 Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2023-05-30 13:58 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:2b61af4712020897ed07a1c829322d72a412f02b

commit 2b61af4712020897ed07a1c829322d72a412f02b
Author: Andreas Schwab <schwab@suse.de>
Date:   Mon May 29 09:33:52 2023 +0200

    riscv: add work around for PR sanitizer/82501
    
    gcc/testsuite/
            PR sanitizer/82501
            * c-c++-common/asan/pointer-compare-1.c: Disable use of small data
            on RISC-V.

Diff:
---
 gcc/testsuite/c-c++-common/asan/pointer-compare-1.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/c-c++-common/asan/pointer-compare-1.c b/gcc/testsuite/c-c++-common/asan/pointer-compare-1.c
index 4b558bf8179..fb9126d6df1 100644
--- a/gcc/testsuite/c-c++-common/asan/pointer-compare-1.c
+++ b/gcc/testsuite/c-c++-common/asan/pointer-compare-1.c
@@ -5,6 +5,7 @@
 /* FIXME: remove me after PR sanitizer/82501 is resolved.  */
 /* { dg-additional-options "-fno-section-anchors" } */
 /* { dg-additional-options "-msdata=none" { target { powerpc*-*-* } } } */
+/* { dg-additional-options "-msmall-data-limit=0" { target { riscv*-*-* } } } */
 
 volatile int v;

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

* [gcc(refs/vendors/riscv/heads/gcc-13-with-riscv-opts)] riscv: add work around for PR sanitizer/82501
@ 2023-07-14  2:40 Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2023-07-14  2:40 UTC (permalink / raw)
  To: gcc-cvs

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

commit b21a9209e683b52551d74e934b09f982c669c97e
Author: Andreas Schwab <schwab@suse.de>
Date:   Mon May 29 09:33:52 2023 +0200

    riscv: add work around for PR sanitizer/82501
    
    gcc/testsuite/
            PR sanitizer/82501
            * c-c++-common/asan/pointer-compare-1.c: Disable use of small data
            on RISC-V.

Diff:
---
 gcc/testsuite/c-c++-common/asan/pointer-compare-1.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/c-c++-common/asan/pointer-compare-1.c b/gcc/testsuite/c-c++-common/asan/pointer-compare-1.c
index 4b558bf8179..fb9126d6df1 100644
--- a/gcc/testsuite/c-c++-common/asan/pointer-compare-1.c
+++ b/gcc/testsuite/c-c++-common/asan/pointer-compare-1.c
@@ -5,6 +5,7 @@
 /* FIXME: remove me after PR sanitizer/82501 is resolved.  */
 /* { dg-additional-options "-fno-section-anchors" } */
 /* { dg-additional-options "-msdata=none" { target { powerpc*-*-* } } } */
+/* { dg-additional-options "-msmall-data-limit=0" { target { riscv*-*-* } } } */
 
 volatile int v;

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

end of thread, other threads:[~2023-07-14  2:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-30 13:58 [gcc(refs/vendors/riscv/heads/gcc-13-with-riscv-opts)] riscv: add work around for PR sanitizer/82501 Jeff Law
2023-07-14  2:40 Jeff Law

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).