public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/115250] New: [15 regression] gnat.dg/opt58.adb FAILs
@ 2024-05-27 14:45 ro at gcc dot gnu.org
  2024-05-27 14:46 ` [Bug ada/115250] " ro at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ro at gcc dot gnu.org @ 2024-05-27 14:45 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 115250
           Summary: [15 regression] gnat.dg/opt58.adb FAILs
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ro at gcc dot gnu.org
                CC: dkm at gcc dot gnu.org
  Target Milestone: ---
            Target: sparc-sun-solaris2.11

Between 20240520 (591bc70139d898c06b1d605ff4fed591ffd2e2e7) and20240521 
(232a86f9640cde6908d0875b8df52c36030c5b5e),
the gnat.dg/opt58.adb test began to FAIL on 32-bit Solaris/SPARC:

FAIL: gnat.dg/opt58.adb (test for excess errors)

Excess errors: 
opt58.adb:13:34: warning: unchecked conversion implemented by copy [enabled by
default]
opt58.adb:13:34: warning: use pragma Universal_Aliasing on either type [enabled
by default]
opt58.adb:13:34: warning: to enable RM 13.9(12) implementation permission
[enabled by default]

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

* [Bug ada/115250] [15 regression] gnat.dg/opt58.adb FAILs
  2024-05-27 14:45 [Bug ada/115250] New: [15 regression] gnat.dg/opt58.adb FAILs ro at gcc dot gnu.org
@ 2024-05-27 14:46 ` ro at gcc dot gnu.org
  2024-09-09 10:21 ` ebotcazou at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ro at gcc dot gnu.org @ 2024-05-27 14:46 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |15.0

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

* [Bug ada/115250] [15 regression] gnat.dg/opt58.adb FAILs
  2024-05-27 14:45 [Bug ada/115250] New: [15 regression] gnat.dg/opt58.adb FAILs ro at gcc dot gnu.org
  2024-05-27 14:46 ` [Bug ada/115250] " ro at gcc dot gnu.org
@ 2024-09-09 10:21 ` ebotcazou at gcc dot gnu.org
  2024-09-09 10:32 ` cvs-commit at gcc dot gnu.org
  2024-09-09 10:32 ` ebotcazou at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2024-09-09 10:21 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
                 CC|                            |ebotcazou at gcc dot gnu.org
   Last reconfirmed|                            |2024-09-09
             Status|UNCONFIRMED                 |NEW

--- Comment #1 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
The warning can be suppressed.

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

* [Bug ada/115250] [15 regression] gnat.dg/opt58.adb FAILs
  2024-05-27 14:45 [Bug ada/115250] New: [15 regression] gnat.dg/opt58.adb FAILs ro at gcc dot gnu.org
  2024-05-27 14:46 ` [Bug ada/115250] " ro at gcc dot gnu.org
  2024-09-09 10:21 ` ebotcazou at gcc dot gnu.org
@ 2024-09-09 10:32 ` cvs-commit at gcc dot gnu.org
  2024-09-09 10:32 ` ebotcazou at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-09-09 10:32 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Eric Botcazou <ebotcazou@gcc.gnu.org>:

https://gcc.gnu.org/g:0171793aca4c0d4e9c8020c539bb4d3abfb91da7

commit r15-3546-g0171793aca4c0d4e9c8020c539bb4d3abfb91da7
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Mon Sep 9 12:27:25 2024 +0200

    Silence warning for 32-bit targets

    gcc/testsuite
            PR ada/115250
            * gnat.dg/opt58_pkg.ads: Convert to Unix line ending.
            * gnat.dg/opt58.adb: Likewise and pass -gnatws to the compiler.

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

* [Bug ada/115250] [15 regression] gnat.dg/opt58.adb FAILs
  2024-05-27 14:45 [Bug ada/115250] New: [15 regression] gnat.dg/opt58.adb FAILs ro at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2024-09-09 10:32 ` cvs-commit at gcc dot gnu.org
@ 2024-09-09 10:32 ` ebotcazou at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2024-09-09 10:32 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

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

--- Comment #3 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
.

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

end of thread, other threads:[~2024-09-09 10:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-27 14:45 [Bug ada/115250] New: [15 regression] gnat.dg/opt58.adb FAILs ro at gcc dot gnu.org
2024-05-27 14:46 ` [Bug ada/115250] " ro at gcc dot gnu.org
2024-09-09 10:21 ` ebotcazou at gcc dot gnu.org
2024-09-09 10:32 ` cvs-commit at gcc dot gnu.org
2024-09-09 10:32 ` ebotcazou 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).