public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ipa/98351] New: [11 regression] gcc.target/powerpc/sse-andnps-1.c and sse2-andnpd-1.c fail after r11-3308
@ 2020-12-17 15:58 seurer at gcc dot gnu.org
  2021-01-05  8:31 ` [Bug ipa/98351] " rguenth at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: seurer at gcc dot gnu.org @ 2020-12-17 15:58 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 98351
           Summary: [11 regression] gcc.target/powerpc/sse-andnps-1.c and
                    sse2-andnpd-1.c fail after r11-3308
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ipa
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at gcc dot gnu.org
                CC: marxin at gcc dot gnu.org
  Target Milestone: ---

g:d119f34c952f8718fdbabc63e2f369a16e92fa07, r11-3308

make  -k check-gcc RUNTESTFLAGS="powerpc.exp=gcc.target/powerpc/sse-andnps-1.c"
FAIL: gcc.target/powerpc/sse-andnps-1.c execution test
# of expected passes            1
# of unexpected failures        1

and

make  -k check-gcc
RUNTESTFLAGS="powerpc.exp=gcc.target/powerpc/sse2-andnpd-1.c"
FAIL: gcc.target/powerpc/sse2-andnpd-1.c execution test
# of expected passes            1
# of unexpected failures        1


(gdb) run
Starting program: /home/seurer/gcc/git/build/gcc-test/sse2-andnpd-1.exe 

Program received signal SIGABRT, Aborted.
0x00007ffff7c20468 in raise () from /lib/powerpc64le-linux-gnu/libc.so.6
(gdb) where
#0  0x00007ffff7c20468 in raise () from /lib/powerpc64le-linux-gnu/libc.so.6
#1  0x00007ffff7bf7cd0 in abort () from /lib/powerpc64le-linux-gnu/libc.so.6
#2  0x0000000010000778 in sse2_test () at
/home/seurer/gcc/git/gcc-test/gcc/testsuite/gcc.target/powerpc/sse2-andnpd-1.c:40
#3  do_test () at
/home/seurer/gcc/git/gcc-test/gcc/testsuite/gcc.target/powerpc/sse2-check.h:20
#4  0x0000000010000518 in main () at
/home/seurer/gcc/git/gcc-test/gcc/testsuite/gcc.target/powerpc/sse2-check.h:26


NOTE: also see pr38949 for a similar failure (albeit from a different revision)

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

* [Bug ipa/98351] [11 regression] gcc.target/powerpc/sse-andnps-1.c and sse2-andnpd-1.c fail after r11-3308
  2020-12-17 15:58 [Bug ipa/98351] New: [11 regression] gcc.target/powerpc/sse-andnps-1.c and sse2-andnpd-1.c fail after r11-3308 seurer at gcc dot gnu.org
@ 2021-01-05  8:31 ` rguenth at gcc dot gnu.org
  2021-01-14 11:09 ` [Bug testsuite/98351] " rguenth at gcc dot gnu.org
  2021-01-27 16:53 ` jakub at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-01-05  8:31 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
likely some TBAA issue in the testcases

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

* [Bug testsuite/98351] [11 regression] gcc.target/powerpc/sse-andnps-1.c and sse2-andnpd-1.c fail after r11-3308
  2020-12-17 15:58 [Bug ipa/98351] New: [11 regression] gcc.target/powerpc/sse-andnps-1.c and sse2-andnpd-1.c fail after r11-3308 seurer at gcc dot gnu.org
  2021-01-05  8:31 ` [Bug ipa/98351] " rguenth at gcc dot gnu.org
@ 2021-01-14 11:09 ` rguenth at gcc dot gnu.org
  2021-01-27 16:53 ` jakub at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-01-14 11:09 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|ipa                         |testsuite
           Priority|P3                          |P1

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

* [Bug testsuite/98351] [11 regression] gcc.target/powerpc/sse-andnps-1.c and sse2-andnpd-1.c fail after r11-3308
  2020-12-17 15:58 [Bug ipa/98351] New: [11 regression] gcc.target/powerpc/sse-andnps-1.c and sse2-andnpd-1.c fail after r11-3308 seurer at gcc dot gnu.org
  2021-01-05  8:31 ` [Bug ipa/98351] " rguenth at gcc dot gnu.org
  2021-01-14 11:09 ` [Bug testsuite/98351] " rguenth at gcc dot gnu.org
@ 2021-01-27 16:53 ` jakub at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-01-27 16:53 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Should be fixed with r11-6869-gd08677c11dc4b43cc8bab862d1c986563897ce3f and
r11-6871-g70ab52b8cafffedb05b55c68c847173ff80f2652 and
https://gcc.gnu.org/g:e80f1f6b7a339bce1db03567e497658ae32d135e                  

commit r11-6917-ge80f1f6b7a339bce1db03567e497658ae32d135e                       
Author: Jakub Jelinek <jakub@redhat.com>                                        
Date:   Tue Jan 26 20:02:29 2021 +0100                                          

    testsuite: Fix TBAA in sse*and*p[sd]*.c tests                               

    This patch drops the no-strict-aliasing hack in m128-check.h and instead    
    ensures the tests read objects with the right dynamic type.                 

    2021-01-26  Jakub Jelinek  <jakub@redhat.com>                               

            * gcc.target/powerpc/m128-check.h (CHECK_EXP): Remove               
            optimize ("no-strict-aliasing") attribute.                          
            * gcc.target/powerpc/sse-andnps-1.c (TEST): Copy e into float[4]    
            array to avoid violating TBAA.                                      
            * gcc.target/powerpc/sse2-andpd-1.c (TEST): Copy e.d into double[2] 
            array to avoid violating TBAA.                                      
            * gcc.target/powerpc/sse-andps-1.c (TEST): Copy e.f into float[4]   
            array to avoid violating TBAA.                                      
            * gcc.target/powerpc/sse2-andnpd-1.c (TEST): Copy e into double[2]  
            array to avoid violating TBAA.

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

end of thread, other threads:[~2021-01-27 16:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-17 15:58 [Bug ipa/98351] New: [11 regression] gcc.target/powerpc/sse-andnps-1.c and sse2-andnpd-1.c fail after r11-3308 seurer at gcc dot gnu.org
2021-01-05  8:31 ` [Bug ipa/98351] " rguenth at gcc dot gnu.org
2021-01-14 11:09 ` [Bug testsuite/98351] " rguenth at gcc dot gnu.org
2021-01-27 16:53 ` jakub 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).