public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/113451] New: [14 regression] 32-bit g++.dg/abi/mangle-regparm1a.C FAILs
@ 2024-01-17 15:10 ro at gcc dot gnu.org
  2024-01-17 15:11 ` [Bug c++/113451] " ro at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ro at gcc dot gnu.org @ 2024-01-17 15:10 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 113451
           Summary: [14 regression] 32-bit g++.dg/abi/mangle-regparm1a.C
                    FAILs
           Product: gcc
           Version: 14.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, i686-pc-linux-tnu

Since 20231222, the 32-bit g++.dg/abi/mangle-regparm1a.C test FAILs on both
Solaris/x86 and Linux/x86:

+FAIL: g++.dg/abi/mangle-regparm1a.C  -std=gnu++14  (test for warnings, line 6)
+FAIL: g++.dg/abi/mangle-regparm1a.C  -std=gnu++17  (test for warnings, line 6)
+FAIL: g++.dg/abi/mangle-regparm1a.C  -std=gnu++20  (test for warnings, line 6)
+FAIL: g++.dg/abi/mangle-regparm1a.C  -std=gnu++98  (test for warnings, line 6)

This is no doubt due to

commit 2fa122cae50cd87c1262c4ec18a783ee9bbbdaaa
Author: Jason Merrill <jason@redhat.com>
Date:   Thu Dec 21 16:16:37 2023 -0500

    testsuite: suppress mangling compatibility aliases

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

* [Bug c++/113451] [14 regression] 32-bit g++.dg/abi/mangle-regparm1a.C FAILs
  2024-01-17 15:10 [Bug c++/113451] New: [14 regression] 32-bit g++.dg/abi/mangle-regparm1a.C FAILs ro at gcc dot gnu.org
@ 2024-01-17 15:11 ` ro at gcc dot gnu.org
  2024-01-17 17:12 ` jakub at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ro at gcc dot gnu.org @ 2024-01-17 15:11 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

* [Bug c++/113451] [14 regression] 32-bit g++.dg/abi/mangle-regparm1a.C FAILs
  2024-01-17 15:10 [Bug c++/113451] New: [14 regression] 32-bit g++.dg/abi/mangle-regparm1a.C FAILs ro at gcc dot gnu.org
  2024-01-17 15:11 ` [Bug c++/113451] " ro at gcc dot gnu.org
@ 2024-01-17 17:12 ` jakub at gcc dot gnu.org
  2024-01-30 16:36 ` jason at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2024-01-17 17:12 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Even just
make check-g++ RUNTESTFLAGS='--target_board=unix\{-m32,-m64\}
dg.exp=mangle-regparm*'
reproduces it on x86_64-linux.

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

* [Bug c++/113451] [14 regression] 32-bit g++.dg/abi/mangle-regparm1a.C FAILs
  2024-01-17 15:10 [Bug c++/113451] New: [14 regression] 32-bit g++.dg/abi/mangle-regparm1a.C FAILs ro at gcc dot gnu.org
  2024-01-17 15:11 ` [Bug c++/113451] " ro at gcc dot gnu.org
  2024-01-17 17:12 ` jakub at gcc dot gnu.org
@ 2024-01-30 16:36 ` jason at gcc dot gnu.org
  2024-01-30 16:40 ` cvs-commit at gcc dot gnu.org
  2024-01-30 16:41 ` jason at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jason at gcc dot gnu.org @ 2024-01-30 16:36 UTC (permalink / raw)
  To: gcc-bugs

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

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever confirmed|0                           |1
           Assignee|unassigned at gcc dot gnu.org      |jason at gcc dot gnu.org
   Last reconfirmed|                            |2024-01-30

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

* [Bug c++/113451] [14 regression] 32-bit g++.dg/abi/mangle-regparm1a.C FAILs
  2024-01-17 15:10 [Bug c++/113451] New: [14 regression] 32-bit g++.dg/abi/mangle-regparm1a.C FAILs ro at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2024-01-30 16:36 ` jason at gcc dot gnu.org
@ 2024-01-30 16:40 ` cvs-commit at gcc dot gnu.org
  2024-01-30 16:41 ` jason at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-01-30 16:40 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Jason Merrill <jason@gcc.gnu.org>:

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

commit r14-8632-gdd7aa986fd12fc24e9d2efb8a8b267acb2bf19ea
Author: Jason Merrill <jason@redhat.com>
Date:   Tue Jan 30 11:36:53 2024 -0500

    testsuite: mangle-reparm1a options [PR113451]

    When I added -fabi-compat-version=8 to avoid mangling aliases it also
    suppressed the -Wabi warning.

            PR c++/113451

    gcc/testsuite/ChangeLog:

            * g++.dg/abi/mangle-regparm1a.C: Use -Wabi=0.

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

* [Bug c++/113451] [14 regression] 32-bit g++.dg/abi/mangle-regparm1a.C FAILs
  2024-01-17 15:10 [Bug c++/113451] New: [14 regression] 32-bit g++.dg/abi/mangle-regparm1a.C FAILs ro at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2024-01-30 16:40 ` cvs-commit at gcc dot gnu.org
@ 2024-01-30 16:41 ` jason at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jason at gcc dot gnu.org @ 2024-01-30 16:41 UTC (permalink / raw)
  To: gcc-bugs

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

Jason Merrill <jason at gcc dot gnu.org> changed:

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

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> ---
Fixed.

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

end of thread, other threads:[~2024-01-30 16:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-17 15:10 [Bug c++/113451] New: [14 regression] 32-bit g++.dg/abi/mangle-regparm1a.C FAILs ro at gcc dot gnu.org
2024-01-17 15:11 ` [Bug c++/113451] " ro at gcc dot gnu.org
2024-01-17 17:12 ` jakub at gcc dot gnu.org
2024-01-30 16:36 ` jason at gcc dot gnu.org
2024-01-30 16:40 ` cvs-commit at gcc dot gnu.org
2024-01-30 16:41 ` jason 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).