public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug sanitizer/112644] New: [14 Regression] Some of the hwasan testcase fail after the recent merge
@ 2023-11-21  1:01 pinskia at gcc dot gnu.org
  2023-11-21  1:01 ` [Bug sanitizer/112644] " pinskia at gcc dot gnu.org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-11-21  1:01 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 112644
           Summary: [14 Regression] Some of the hwasan testcase fail after
                    the recent merge
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Keywords: testsuite-fail
          Severity: normal
          Priority: P3
         Component: sanitizer
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pinskia at gcc dot gnu.org
                CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org,
                    jakub at gcc dot gnu.org, kcc at gcc dot gnu.org, marxin at gcc dot gnu.org
  Target Milestone: ---

+FAIL: c-c++-common/hwasan/halt_on_error-1.c   -O0  output pattern test
+FAIL: c-c++-common/hwasan/halt_on_error-1.c   -O1  output pattern test
+FAIL: c-c++-common/hwasan/halt_on_error-1.c   -O2  output pattern test
+FAIL: c-c++-common/hwasan/halt_on_error-1.c   -O2 -flto -fno-use-linker-plugin
-flto-partition=none  output pattern test
+FAIL: c-c++-common/hwasan/halt_on_error-1.c   -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  output pattern test
+FAIL: c-c++-common/hwasan/halt_on_error-1.c   -O3 -g  output pattern test
+FAIL: c-c++-common/hwasan/halt_on_error-1.c   -Os  output pattern test
+FAIL: c-c++-common/hwasan/hwasan-thread-clears-stack.c   -O0  output pattern
test
+FAIL: c-c++-common/hwasan/hwasan-thread-clears-stack.c   -O1  output pattern
test
+FAIL: c-c++-common/hwasan/hwasan-thread-clears-stack.c   -O2  output pattern
test
+FAIL: c-c++-common/hwasan/hwasan-thread-clears-stack.c   -O2 -flto
-fno-use-linker-plugin -flto-partition=none  output pattern test
+FAIL: c-c++-common/hwasan/hwasan-thread-clears-stack.c   -O2 -flto
-fuse-linker-plugin -fno-fat-lto-objects  output pattern test
+FAIL: c-c++-common/hwasan/hwasan-thread-clears-stack.c   -O3 -g  output
pattern test
+FAIL: c-c++-common/hwasan/hwasan-thread-clears-stack.c   -Os  output pattern
test

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

* [Bug sanitizer/112644] [14 Regression] Some of the hwasan testcase fail after the recent merge
  2023-11-21  1:01 [Bug sanitizer/112644] New: [14 Regression] Some of the hwasan testcase fail after the recent merge pinskia at gcc dot gnu.org
@ 2023-11-21  1:01 ` pinskia at gcc dot gnu.org
  2023-11-21  1:04 ` pinskia at gcc dot gnu.org
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-11-21  1:01 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |14.0

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

* [Bug sanitizer/112644] [14 Regression] Some of the hwasan testcase fail after the recent merge
  2023-11-21  1:01 [Bug sanitizer/112644] New: [14 Regression] Some of the hwasan testcase fail after the recent merge pinskia at gcc dot gnu.org
  2023-11-21  1:01 ` [Bug sanitizer/112644] " pinskia at gcc dot gnu.org
@ 2023-11-21  1:04 ` pinskia at gcc dot gnu.org
  2023-11-21  1:10 ` pinskia at gcc dot gnu.org
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-11-21  1:04 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
for halt_on_error-1.c, it is trying to match:
WRITE of size 17 at 0x[0-9a-f]+.*READ of size 1 at 0x[0-9a-f]+.*WRITE of size 1
at 0x[0-9a-f]+.*READ of size 1 at 0x[0-9a-f]+.*


But we get just:
WRITE of size 17 at 0xffffffff8d60 tags: 01/00 (ptr/mem) in thread T0
...
SUMMARY: HWAddressSanitizer: tag-mismatch
gcc/libsanitizer/hwasan/hwasan_checks.h:107 in
SigTrap<(__hwasan::ErrorAction)0, (__hwasan::AccessType)1>

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

* [Bug sanitizer/112644] [14 Regression] Some of the hwasan testcase fail after the recent merge
  2023-11-21  1:01 [Bug sanitizer/112644] New: [14 Regression] Some of the hwasan testcase fail after the recent merge pinskia at gcc dot gnu.org
  2023-11-21  1:01 ` [Bug sanitizer/112644] " pinskia at gcc dot gnu.org
  2023-11-21  1:04 ` pinskia at gcc dot gnu.org
@ 2023-11-21  1:10 ` pinskia at gcc dot gnu.org
  2023-11-21 10:26 ` jakub at gcc dot gnu.org
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-11-21  1:10 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
hwasan-thread-clears-stack.c looks like it now able to describe the location.
So that seems like only a testsuite issue.

halt_on_error-1.c does look like we just halt on a failure instead of continue
...

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

* [Bug sanitizer/112644] [14 Regression] Some of the hwasan testcase fail after the recent merge
  2023-11-21  1:01 [Bug sanitizer/112644] New: [14 Regression] Some of the hwasan testcase fail after the recent merge pinskia at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2023-11-21  1:10 ` pinskia at gcc dot gnu.org
@ 2023-11-21 10:26 ` jakub at gcc dot gnu.org
  2023-11-22 11:19 ` tnfchris at gcc dot gnu.org
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: jakub at gcc dot gnu.org @ 2023-11-21 10:26 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tnfchris at gcc dot gnu.org

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I'm afraid I know nothing about hwasan, so we'll need somebody familiar with
it.

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

* [Bug sanitizer/112644] [14 Regression] Some of the hwasan testcase fail after the recent merge
  2023-11-21  1:01 [Bug sanitizer/112644] New: [14 Regression] Some of the hwasan testcase fail after the recent merge pinskia at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2023-11-21 10:26 ` jakub at gcc dot gnu.org
@ 2023-11-22 11:19 ` tnfchris at gcc dot gnu.org
  2023-11-22 11:20 ` jakub at gcc dot gnu.org
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tnfchris at gcc dot gnu.org @ 2023-11-22 11:19 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Tamar Christina <tnfchris at gcc dot gnu.org> ---
I've asked Matthew to take a look since he wrote the initial support.

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

* [Bug sanitizer/112644] [14 Regression] Some of the hwasan testcase fail after the recent merge
  2023-11-21  1:01 [Bug sanitizer/112644] New: [14 Regression] Some of the hwasan testcase fail after the recent merge pinskia at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2023-11-22 11:19 ` tnfchris at gcc dot gnu.org
@ 2023-11-22 11:20 ` jakub at gcc dot gnu.org
  2023-12-01 10:40 ` tnfchris at gcc dot gnu.org
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: jakub at gcc dot gnu.org @ 2023-11-22 11:20 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Thanks.

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

* [Bug sanitizer/112644] [14 Regression] Some of the hwasan testcase fail after the recent merge
  2023-11-21  1:01 [Bug sanitizer/112644] New: [14 Regression] Some of the hwasan testcase fail after the recent merge pinskia at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2023-11-22 11:20 ` jakub at gcc dot gnu.org
@ 2023-12-01 10:40 ` tnfchris at gcc dot gnu.org
  2023-12-01 10:41 ` tnfchris at gcc dot gnu.org
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tnfchris at gcc dot gnu.org @ 2023-12-01 10:40 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Tamar Christina <tnfchris at gcc dot gnu.org> ---
Matthew has been working on this and so far has concluded:

Summary of main problem:

New libhwasan runtime libraries have added interceptors for various mem*, str*
functions (and I think others -- I do not have full list).

With old runtime libraries these were not intercepted, and we emitted inline
instrumentation to accommodate.
Removing our instrumentation is fine (though with the caveat that we need to
ensure we have the full list of functions which are now intercepted).

However, the libraries hard-code the choice to abort on error, which means the
HWASAN_OPTIONS environment variable can no longer be used to ensure recover on
error (-fsanitize-recover=hwaddress option).

Changes I believe should happen:
- LLVM upstream libsanitizer code be changed to allow recovery -- AFAIK there
is no functional loss from using ErrorAction::Recover in the checking.
- We find the list of functions which are now instrumented, and update
asan_instrumented_p accordingly (plus a testcase or two for this).

The first one was discussed on the LLVM discourse and it was deemed a bug
https://discourse.llvm.org/t/hwasan-question-about-the-recent-interceptors-being-added/75351/4
and a PR made to fix it https://github.com/llvm/llvm-project/pull/74000

Once that's merged we can re-sync and we need to update the list of intercepted
functions in asan_intercepted_p (in gcc/asan.h).  One of the reasons for the
change is that LLVM now replaces calls to e.g. memset with __hwasan_memset to
avoid later passes optimizing the call.  It looks like we need to do that for
GCC as well.

Matthew will be away for a while so will take over the patch from him in
stage-4.

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

* [Bug sanitizer/112644] [14 Regression] Some of the hwasan testcase fail after the recent merge
  2023-11-21  1:01 [Bug sanitizer/112644] New: [14 Regression] Some of the hwasan testcase fail after the recent merge pinskia at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2023-12-01 10:40 ` tnfchris at gcc dot gnu.org
@ 2023-12-01 10:41 ` tnfchris at gcc dot gnu.org
  2023-12-05 10:18 ` tnfchris at gcc dot gnu.org
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tnfchris at gcc dot gnu.org @ 2023-12-01 10:41 UTC (permalink / raw)
  To: gcc-bugs

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

Tamar Christina <tnfchris at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2023-12-01

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

* [Bug sanitizer/112644] [14 Regression] Some of the hwasan testcase fail after the recent merge
  2023-11-21  1:01 [Bug sanitizer/112644] New: [14 Regression] Some of the hwasan testcase fail after the recent merge pinskia at gcc dot gnu.org
                   ` (7 preceding siblings ...)
  2023-12-01 10:41 ` tnfchris at gcc dot gnu.org
@ 2023-12-05 10:18 ` tnfchris at gcc dot gnu.org
  2024-01-29 17:26 ` tnfchris at gcc dot gnu.org
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tnfchris at gcc dot gnu.org @ 2023-12-05 10:18 UTC (permalink / raw)
  To: gcc-bugs

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

Tamar Christina <tnfchris at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |tnfchris at gcc dot gnu.org
           Keywords|testsuite-fail              |missed-optimization
             Status|NEW                         |ASSIGNED

--- Comment #7 from Tamar Christina <tnfchris at gcc dot gnu.org> ---
Upstream fixed, will prepare GCC patch.

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

* [Bug sanitizer/112644] [14 Regression] Some of the hwasan testcase fail after the recent merge
  2023-11-21  1:01 [Bug sanitizer/112644] New: [14 Regression] Some of the hwasan testcase fail after the recent merge pinskia at gcc dot gnu.org
                   ` (8 preceding siblings ...)
  2023-12-05 10:18 ` tnfchris at gcc dot gnu.org
@ 2024-01-29 17:26 ` tnfchris at gcc dot gnu.org
  2024-01-31 14:49 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tnfchris at gcc dot gnu.org @ 2024-01-29 17:26 UTC (permalink / raw)
  To: gcc-bugs

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

Tamar Christina <tnfchris at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |acoplan at gcc dot gnu.org

--- Comment #8 from Tamar Christina <tnfchris at gcc dot gnu.org> ---
*** Bug 113661 has been marked as a duplicate of this bug. ***

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

* [Bug sanitizer/112644] [14 Regression] Some of the hwasan testcase fail after the recent merge
  2023-11-21  1:01 [Bug sanitizer/112644] New: [14 Regression] Some of the hwasan testcase fail after the recent merge pinskia at gcc dot gnu.org
                   ` (9 preceding siblings ...)
  2024-01-29 17:26 ` tnfchris at gcc dot gnu.org
@ 2024-01-31 14:49 ` cvs-commit at gcc dot gnu.org
  2024-01-31 14:50 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-01-31 14:49 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tamar Christina <tnfchris@gcc.gnu.org>:

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

commit r14-8659-ga73421bcf301911f2cbdb1c58316ddf3473ea6d5
Author: Tamar Christina <tamar.christina@arm.com>
Date:   Wed Jan 31 14:44:35 2024 +0000

    libsanitizer: Sync fixes for asan interceptors from upstream

    This cherry-picks and squashes the differences between commits

   
d3e5c20ab846303874a2a25e5877c72271fc798b..76e1e45922e6709392fb82aac44bebe3dbc2ea63
    from LLVM upstream from compiler-rt/lib/hwasan/ to GCC on the changes
relevant
    for GCC.

    This is required to fix the linked PR.

    As mentioned in the PR the last sync brought in a bug from upstream[1]
where
    operations became non-recoverable and as such the tests in AArch64 started
    failing.  This cherry picks the fix and there are minor updates needed to
GCC
    after this to fix the cases.

    [1] https://github.com/llvm/llvm-project/pull/74000

    PR sanitizer/112644
    Cherry-pick llvm-project revision
    672b71cc1003533460a82f06b7d24fbdc02ffd58,
    5fcf3bbb1acfe226572474636714ede86fffcce8,
    3bded112d02632209bd55fb28c6c5c234c23dec3 and
    76e1e45922e6709392fb82aac44bebe3dbc2ea63.

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

* [Bug sanitizer/112644] [14 Regression] Some of the hwasan testcase fail after the recent merge
  2023-11-21  1:01 [Bug sanitizer/112644] New: [14 Regression] Some of the hwasan testcase fail after the recent merge pinskia at gcc dot gnu.org
                   ` (10 preceding siblings ...)
  2024-01-31 14:49 ` cvs-commit at gcc dot gnu.org
@ 2024-01-31 14:50 ` cvs-commit at gcc dot gnu.org
  2024-01-31 14:52 ` cvs-commit at gcc dot gnu.org
  2024-01-31 14:54 ` tnfchris at gcc dot gnu.org
  13 siblings, 0 replies; 15+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-01-31 14:50 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tamar Christina <tnfchris@gcc.gnu.org>:

https://gcc.gnu.org/g:0debaceb11dee9781f9a8b320cb5893836324878

commit r14-8660-g0debaceb11dee9781f9a8b320cb5893836324878
Author: Tamar Christina <tamar.christina@arm.com>
Date:   Wed Jan 31 14:50:33 2024 +0000

    hwasan: instrument new memory and string functions [PR112644]

    Recent libhwasan updates[1] intercept various string and memory functions.
    These functions have checking in them, which means there's no need to
    inline the checking.

    This patch marks said functions as intercepted, and adjusts a testcase
    to handle the difference.  It also looks for HWASAN in a check in
    expand_builtin.  This check originally is there to avoid using expand to
    inline the behaviour of builtins like memset which are intercepted by
    ASAN and hence which we rely on the function call staying as a function
    call.  With the new reliance on function calls in HWASAN we need to do
    the same thing for HWASAN too.

    HWASAN and ASAN don't seem to however instrument the same functions.

    Looking into
libsanitizer/sanitizer_common/sanitizer_common_interceptors_memintrinsics.inc
    it looks like the common ones are memset, memmove and memcpy.

    The rest of the routines for asan seem to be defined in
    compiler-rt/lib/asan/asan_interceptors.h however compiler-rt/lib/hwasan/
    does not have such a file but it does have
    compiler-rt/lib/hwasan/hwasan_platform_interceptors.h which it looks like
is
    forcing off everything but memset, memmove, memcpy, memcmp and bcmp.

    As such I've taken those as the final list that hwasan currently supports.
    This also means that on future updates this list should be cross checked.

    [1]
https://discourse.llvm.org/t/hwasan-question-about-the-recent-interceptors-being-added/75351

    gcc/ChangeLog:

            PR sanitizer/112644
            * asan.h (asan_intercepted_p): Incercept memset, memmove, memcpy
and
            memcmp.
            * builtins.cc (expand_builtin): Include HWASAN when checking for
            builtin inlining.

    gcc/testsuite/ChangeLog:

            PR sanitizer/112644
            * c-c++-common/hwasan/builtin-special-handling.c: Update testcase.

    Co-Authored-By: Matthew Malcomson <matthew.malcomson@arm.com>

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

* [Bug sanitizer/112644] [14 Regression] Some of the hwasan testcase fail after the recent merge
  2023-11-21  1:01 [Bug sanitizer/112644] New: [14 Regression] Some of the hwasan testcase fail after the recent merge pinskia at gcc dot gnu.org
                   ` (11 preceding siblings ...)
  2024-01-31 14:50 ` cvs-commit at gcc dot gnu.org
@ 2024-01-31 14:52 ` cvs-commit at gcc dot gnu.org
  2024-01-31 14:54 ` tnfchris at gcc dot gnu.org
  13 siblings, 0 replies; 15+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-01-31 14:52 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #11 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tamar Christina <tnfchris@gcc.gnu.org>:

https://gcc.gnu.org/g:0a640455928a050315f6addd88ace5d945eba130

commit r14-8661-g0a640455928a050315f6addd88ace5d945eba130
Author: Tamar Christina <tamar.christina@arm.com>
Date:   Wed Jan 31 14:51:36 2024 +0000

    hwasan: Remove testsuite check for a complaint message [PR112644]

    With recent updates to hwasan runtime libraries, the error reporting for
    this particular check is has been reworked.

    I would question why it has lost this message.  To me it looks strange
    that num_descriptions_printed is incremented whenever we call
    PrintHeapOrGlobalCandidate whether that function prints anything or not.
    (See PrintAddressDescription in libsanitizer/hwasan/hwasan_report.cpp).

    The message is no longer printed because we increment this
    num_descriptions_printed variable indicating that we have found some
    description.

    I would like to question this upstream, but it doesn't look that much of
    a problem and if pressed for time we should just change our testsuite.
    Bootstrapped Regtested on aarch64-none-linux-gnu and no issues.

    gcc/testsuite/ChangeLog:

            PR sanitizer/112644
            * c-c++-common/hwasan/hwasan-thread-clears-stack.c: Update
testcase.

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

* [Bug sanitizer/112644] [14 Regression] Some of the hwasan testcase fail after the recent merge
  2023-11-21  1:01 [Bug sanitizer/112644] New: [14 Regression] Some of the hwasan testcase fail after the recent merge pinskia at gcc dot gnu.org
                   ` (12 preceding siblings ...)
  2024-01-31 14:52 ` cvs-commit at gcc dot gnu.org
@ 2024-01-31 14:54 ` tnfchris at gcc dot gnu.org
  13 siblings, 0 replies; 15+ messages in thread
From: tnfchris at gcc dot gnu.org @ 2024-01-31 14:54 UTC (permalink / raw)
  To: gcc-bugs

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

Tamar Christina <tnfchris at gcc dot gnu.org> changed:

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

--- Comment #12 from Tamar Christina <tnfchris at gcc dot gnu.org> ---
Fixed. Thanks

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

end of thread, other threads:[~2024-01-31 14:54 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-21  1:01 [Bug sanitizer/112644] New: [14 Regression] Some of the hwasan testcase fail after the recent merge pinskia at gcc dot gnu.org
2023-11-21  1:01 ` [Bug sanitizer/112644] " pinskia at gcc dot gnu.org
2023-11-21  1:04 ` pinskia at gcc dot gnu.org
2023-11-21  1:10 ` pinskia at gcc dot gnu.org
2023-11-21 10:26 ` jakub at gcc dot gnu.org
2023-11-22 11:19 ` tnfchris at gcc dot gnu.org
2023-11-22 11:20 ` jakub at gcc dot gnu.org
2023-12-01 10:40 ` tnfchris at gcc dot gnu.org
2023-12-01 10:41 ` tnfchris at gcc dot gnu.org
2023-12-05 10:18 ` tnfchris at gcc dot gnu.org
2024-01-29 17:26 ` tnfchris at gcc dot gnu.org
2024-01-31 14:49 ` cvs-commit at gcc dot gnu.org
2024-01-31 14:50 ` cvs-commit at gcc dot gnu.org
2024-01-31 14:52 ` cvs-commit at gcc dot gnu.org
2024-01-31 14:54 ` tnfchris 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).