public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/95035] New: [11 regression] gnat.dg/sso/p10.adb FAILs
@ 2020-05-10 11:01 ro at gcc dot gnu.org
  2020-05-10 11:01 ` [Bug ada/95035] " ro at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ro at gcc dot gnu.org @ 2020-05-10 11:01 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 95035
           Summary: [11 regression] gnat.dg/sso/p10.adb FAILs
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ro at gcc dot gnu.org
  Target Milestone: ---
              Host: sparc-sun-solaris2.11
            Target: sparc-sun-solaris2.11
             Build: sparc-sun-solaris2.11

Between 20200508 (a229f9b3737062c6e853879be6683f3f3e4a6661) and 20200510
(4ae915cdbf0d8aec5bf4db9a6b37306e84f99766), gnat.dg/sso/p10.adb started to FAIL
on Solaris/SPARC (both 32 and 64-bit):

+FAIL: gnat.dg/sso/p10.adb   -O0  output pattern test
+FAIL: gnat.dg/sso/p10.adb   -O1 -fno-inline  output pattern test
+FAIL: gnat.dg/sso/p10.adb   -O2  output pattern test
+FAIL: gnat.dg/sso/p10.adb   -O3 -finline-functions  output pattern test
+FAIL: gnat.dg/sso/p10.adb   -Og -g  output pattern test
+FAIL: gnat.dg/sso/p10.adb   -Os  output pattern test
+FAIL: gnat.dg/sso/q10.adb   -O0  output pattern test
+FAIL: gnat.dg/sso/q10.adb   -O1 -fno-inline  output pattern test
+FAIL: gnat.dg/sso/q10.adb   -O2  output pattern test
+FAIL: gnat.dg/sso/q10.adb   -O3 -finline-functions  output pattern test
+FAIL: gnat.dg/sso/q10.adb   -Og -g  output pattern test
+FAIL: gnat.dg/sso/q10.adb   -Os  output pattern test
+FAIL: gnat.dg/sso/t10.adb   -O0  output pattern test
+FAIL: gnat.dg/sso/t10.adb   -O1 -fno-inline  output pattern test
+FAIL: gnat.dg/sso/t10.adb   -O2  output pattern test
+FAIL: gnat.dg/sso/t10.adb   -O3 -finline-functions  output pattern test
+FAIL: gnat.dg/sso/t10.adb   -Og -g  output pattern test
+FAIL: gnat.dg/sso/t10.adb   -Os  output pattern test

Output was:
My_R1    : 78 56 34 12
My_R2    : 78 56 34 12
Local_R1 : 78 56 34 12
Local_R2 : 78 56 34 12
Local_R1 : 78 56 34 12
Local_R2 : 78 56 34 12
Local_R1 : 78 56 34 12
Local_R2 : 78 56 34 12

Should match:
My_R1    : 78 56 34 12.*
My_R2    : 12 34 56 78.*
Local_R1 : 78 56 34 12.*
Local_R2 : 12 34 56 78.*
Local_R1 : 78 56 34 12.*
Local_R2 : 12 34 56 78.*
Local_R1 : 78 56 34 12.*
Local_R2 : 12 34 56 78.*

Looks like an endianess issue.

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

* [Bug ada/95035] [11 regression] gnat.dg/sso/p10.adb FAILs
  2020-05-10 11:01 [Bug ada/95035] New: [11 regression] gnat.dg/sso/p10.adb FAILs ro at gcc dot gnu.org
@ 2020-05-10 11:01 ` ro at gcc dot gnu.org
  2020-05-11  9:52 ` ebotcazou at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ro at gcc dot gnu.org @ 2020-05-10 11:01 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

* [Bug ada/95035] [11 regression] gnat.dg/sso/p10.adb FAILs
  2020-05-10 11:01 [Bug ada/95035] New: [11 regression] gnat.dg/sso/p10.adb FAILs ro at gcc dot gnu.org
  2020-05-10 11:01 ` [Bug ada/95035] " ro at gcc dot gnu.org
@ 2020-05-11  9:52 ` ebotcazou at gcc dot gnu.org
  2020-05-11  9:52 ` ebotcazou at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2020-05-11  9:52 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #1 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
I can reproduce.

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

* [Bug ada/95035] [11 regression] gnat.dg/sso/p10.adb FAILs
  2020-05-10 11:01 [Bug ada/95035] New: [11 regression] gnat.dg/sso/p10.adb FAILs ro at gcc dot gnu.org
  2020-05-10 11:01 ` [Bug ada/95035] " ro at gcc dot gnu.org
  2020-05-11  9:52 ` ebotcazou at gcc dot gnu.org
@ 2020-05-11  9:52 ` ebotcazou at gcc dot gnu.org
  2020-05-12 11:17 ` cvs-commit at gcc dot gnu.org
  2020-05-12 11:18 ` ebotcazou at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2020-05-11  9:52 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |ebotcazou at gcc dot gnu.org

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

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

* [Bug ada/95035] [11 regression] gnat.dg/sso/p10.adb FAILs
  2020-05-10 11:01 [Bug ada/95035] New: [11 regression] gnat.dg/sso/p10.adb FAILs ro at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2020-05-11  9:52 ` ebotcazou at gcc dot gnu.org
@ 2020-05-12 11:17 ` cvs-commit at gcc dot gnu.org
  2020-05-12 11:18 ` ebotcazou at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-05-12 11:17 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from CVS 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:90aea3e8d4f6119a9b666275b274bc4c251a7c91

commit r11-317-g90aea3e8d4f6119a9b666275b274bc4c251a7c91
Author: Eric Botcazou <ebotcazou@gcc.gnu.org>
Date:   Tue May 12 13:14:20 2020 +0200

    Fix incorrect scalar storage order handling

    This fixes an oversight in the new canonicalization code for packable
    types: it does not take into account the scalar storage order.

            PR ada/95035
            * gcc-interface/utils.c (packable_type_hasher::equal): Also compare
            the scalar storage order.
            (hash_packable_type): Also hash the scalar storage order.
            (hash_pad_type): Likewise.

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

* [Bug ada/95035] [11 regression] gnat.dg/sso/p10.adb FAILs
  2020-05-10 11:01 [Bug ada/95035] New: [11 regression] gnat.dg/sso/p10.adb FAILs ro at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2020-05-12 11:17 ` cvs-commit at gcc dot gnu.org
@ 2020-05-12 11:18 ` ebotcazou at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2020-05-12 11:18 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #4 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Thanks for reporting the problem.

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

end of thread, other threads:[~2020-05-12 11:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-10 11:01 [Bug ada/95035] New: [11 regression] gnat.dg/sso/p10.adb FAILs ro at gcc dot gnu.org
2020-05-10 11:01 ` [Bug ada/95035] " ro at gcc dot gnu.org
2020-05-11  9:52 ` ebotcazou at gcc dot gnu.org
2020-05-11  9:52 ` ebotcazou at gcc dot gnu.org
2020-05-12 11:17 ` cvs-commit at gcc dot gnu.org
2020-05-12 11:18 ` 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).