public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/96280] New: g++.dg/cpp2a/nontype-subob1.C FAILs
@ 2020-07-22  8:32 ro at gcc dot gnu.org
  2020-07-22  8:32 ` [Bug c++/96280] " ro at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ro at gcc dot gnu.org @ 2020-07-22  8:32 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 96280
           Summary: g++.dg/cpp2a/nontype-subob1.C FAILs
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ro at gcc dot gnu.org
                CC: jason at gcc dot gnu.org
  Target Milestone: ---
            Target: i386-pc-solaris2.11, sparc-sun-solaris2.11

The new g++.dg/cpp2a/nontype-subob1.C test FAILs on 32-bit Solaris/SPARC and
x86
(and probably other 32-bit targets):

+FAIL: g++.dg/cpp2a/nontype-subob1.C  -std=c++2a  scan-assembler
_Z1g1AIXadixdtL_Z1bE1jLl1EEE

The .s file has

        .globl  _Z1g1AIXadixdtL_Z1bE1jLi1EEE
        .type   _Z1g1AIXadixdtL_Z1bE1jLi1EEE, @function
_Z1g1AIXadixdtL_Z1bE1jLi1EEE:
        .size   _Z1g1AIXadixdtL_Z1bE1jLi1EEE, .-_Z1g1AIXadixdtL_Z1bE1jLi1EEE

instead.

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

* [Bug c++/96280] g++.dg/cpp2a/nontype-subob1.C FAILs
  2020-07-22  8:32 [Bug c++/96280] New: g++.dg/cpp2a/nontype-subob1.C FAILs ro at gcc dot gnu.org
@ 2020-07-22  8:32 ` ro at gcc dot gnu.org
  2021-04-27 11:39 ` jakub at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ro at gcc dot gnu.org @ 2020-07-22  8:32 UTC (permalink / raw)
  To: gcc-bugs

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

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |11.0

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

* [Bug c++/96280] g++.dg/cpp2a/nontype-subob1.C FAILs
  2020-07-22  8:32 [Bug c++/96280] New: g++.dg/cpp2a/nontype-subob1.C FAILs ro at gcc dot gnu.org
  2020-07-22  8:32 ` [Bug c++/96280] " ro at gcc dot gnu.org
@ 2021-04-27 11:39 ` jakub at gcc dot gnu.org
  2021-07-28  7:04 ` rguenth at gcc dot gnu.org
  2021-09-03  5:38 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-04-27 11:39 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|11.0                        |11.2

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 11.1 has been released, retargeting bugs to GCC 11.2.

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

* [Bug c++/96280] g++.dg/cpp2a/nontype-subob1.C FAILs
  2020-07-22  8:32 [Bug c++/96280] New: g++.dg/cpp2a/nontype-subob1.C FAILs ro at gcc dot gnu.org
  2020-07-22  8:32 ` [Bug c++/96280] " ro at gcc dot gnu.org
  2021-04-27 11:39 ` jakub at gcc dot gnu.org
@ 2021-07-28  7:04 ` rguenth at gcc dot gnu.org
  2021-09-03  5:38 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-07-28  7:04 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|11.2                        |---

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

* [Bug c++/96280] g++.dg/cpp2a/nontype-subob1.C FAILs
  2020-07-22  8:32 [Bug c++/96280] New: g++.dg/cpp2a/nontype-subob1.C FAILs ro at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2021-07-28  7:04 ` rguenth at gcc dot gnu.org
@ 2021-09-03  5:38 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-03  5:38 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |11.0
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Fixed by r11-2380.

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

end of thread, other threads:[~2021-09-03  5:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-22  8:32 [Bug c++/96280] New: g++.dg/cpp2a/nontype-subob1.C FAILs ro at gcc dot gnu.org
2020-07-22  8:32 ` [Bug c++/96280] " ro at gcc dot gnu.org
2021-04-27 11:39 ` jakub at gcc dot gnu.org
2021-07-28  7:04 ` rguenth at gcc dot gnu.org
2021-09-03  5:38 ` 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).