public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug sanitizer/90347] [UBSAN] __attribute__((weak))__ results in "declared weak after being used" error
       [not found] <bug-90347-4@http.gcc.gnu.org/bugzilla/>
@ 2020-05-07 11:56 ` jakub at gcc dot gnu.org
  2020-07-23  6:51 ` rguenth at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-05-07 11:56 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.0                        |10.2

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 10.1 has been released.

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

* [Bug sanitizer/90347] [UBSAN] __attribute__((weak))__ results in "declared weak after being used" error
       [not found] <bug-90347-4@http.gcc.gnu.org/bugzilla/>
  2020-05-07 11:56 ` [Bug sanitizer/90347] [UBSAN] __attribute__((weak))__ results in "declared weak after being used" error jakub at gcc dot gnu.org
@ 2020-07-23  6:51 ` rguenth at gcc dot gnu.org
  2021-04-08 12:02 ` rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-07-23  6:51 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.2                        |10.3

--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 10.2 is released, adjusting target milestone.

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

* [Bug sanitizer/90347] [UBSAN] __attribute__((weak))__ results in "declared weak after being used" error
       [not found] <bug-90347-4@http.gcc.gnu.org/bugzilla/>
  2020-05-07 11:56 ` [Bug sanitizer/90347] [UBSAN] __attribute__((weak))__ results in "declared weak after being used" error jakub at gcc dot gnu.org
  2020-07-23  6:51 ` rguenth at gcc dot gnu.org
@ 2021-04-08 12:02 ` rguenth at gcc dot gnu.org
  2021-12-03  9:21 ` dimhen at gmail dot com
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-04-08 12:02 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.3                        |10.4

--- Comment #6 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 10.3 is being released, retargeting bugs to GCC 10.4.

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

* [Bug sanitizer/90347] [UBSAN] __attribute__((weak))__ results in "declared weak after being used" error
       [not found] <bug-90347-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2021-04-08 12:02 ` rguenth at gcc dot gnu.org
@ 2021-12-03  9:21 ` dimhen at gmail dot com
  2021-12-03  9:30 ` pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: dimhen at gmail dot com @ 2021-12-03  9:21 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Dmitry G. Dyachenko <dimhen at gmail dot com> ---
r12-5761 PASS for me

r12-5648 FAIL
r12-5761 PASS

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

* [Bug sanitizer/90347] [UBSAN] __attribute__((weak))__ results in "declared weak after being used" error
       [not found] <bug-90347-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2021-12-03  9:21 ` dimhen at gmail dot com
@ 2021-12-03  9:30 ` pinskia at gcc dot gnu.org
  2021-12-08 17:22 ` marxin at gcc dot gnu.org
  2022-04-28 23:23 ` mpolacek at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-12-03  9:30 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Dmitry G. Dyachenko from comment #7)
> r12-5761 PASS for me
> 
> r12-5648 FAIL
> r12-5761 PASS

Most likely r12-5696-g53caa4723d8de .

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

* [Bug sanitizer/90347] [UBSAN] __attribute__((weak))__ results in "declared weak after being used" error
       [not found] <bug-90347-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2021-12-03  9:30 ` pinskia at gcc dot gnu.org
@ 2021-12-08 17:22 ` marxin at gcc dot gnu.org
  2022-04-28 23:23 ` mpolacek at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-12-08 17:22 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at gcc dot gnu.org,
                   |                            |marxin at gcc dot gnu.org
           See Also|                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=103310
           Keywords|needs-bisection             |

--- Comment #9 from Martin Liška <marxin at gcc dot gnu.org> ---
Yes, fixed with r12-5696-g53caa4723d8de73f.

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

* [Bug sanitizer/90347] [UBSAN] __attribute__((weak))__ results in "declared weak after being used" error
       [not found] <bug-90347-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2021-12-08 17:22 ` marxin at gcc dot gnu.org
@ 2022-04-28 23:23 ` mpolacek at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2022-04-28 23:23 UTC (permalink / raw)
  To: gcc-bugs

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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |mpolacek at gcc dot gnu.org
         Resolution|---                         |FIXED

--- Comment #10 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Fixed.

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

end of thread, other threads:[~2022-04-28 23:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-90347-4@http.gcc.gnu.org/bugzilla/>
2020-05-07 11:56 ` [Bug sanitizer/90347] [UBSAN] __attribute__((weak))__ results in "declared weak after being used" error jakub at gcc dot gnu.org
2020-07-23  6:51 ` rguenth at gcc dot gnu.org
2021-04-08 12:02 ` rguenth at gcc dot gnu.org
2021-12-03  9:21 ` dimhen at gmail dot com
2021-12-03  9:30 ` pinskia at gcc dot gnu.org
2021-12-08 17:22 ` marxin at gcc dot gnu.org
2022-04-28 23:23 ` mpolacek 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).