public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/115110] New: [15 regression] several failures after r15-512-g9b7cad5884f21c
@ 2024-05-15 18:06 seurer at gcc dot gnu.org
  2024-05-15 18:07 ` [Bug other/115110] " seurer at gcc dot gnu.org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: seurer at gcc dot gnu.org @ 2024-05-15 18:06 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 115110
           Summary: [15 regression] several failures after
                    r15-512-g9b7cad5884f21c
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at gcc dot gnu.org
  Target Milestone: ---

g:9b7cad5884f21cc5783075be0043777448db3fab, r15-512-g9b7cad5884f21c: 1122
failures

I saw these on powerpc64 both BE and LE

FAIL: g++.dg/tree-ssa/pr83215.C  -std=gnu++14  scan-tree-dump-times fre1 "\\*i"
1
FAIL: g++.dg/tree-ssa/pr83215.C  -std=gnu++17  scan-tree-dump-times fre1 "\\*i"
1
FAIL: g++.dg/tree-ssa/pr83215.C  -std=gnu++20  scan-tree-dump-times fre1 "\\*i"
1
FAIL: g++.dg/tree-ssa/pr83215.C  -std=gnu++98  scan-tree-dump-times fre1 "\\*i"
1
FAIL: gcc.dg/tree-ssa/ssa-lim-15.c scan-tree-dump lim2 "Executing store motion"
FAIL: gfortran.dg/vect/vect-do-concurrent-1.f90   -O   at line 14 (test for
warnings, line )

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

* [Bug other/115110] [15 regression] several failures after r15-512-g9b7cad5884f21c
  2024-05-15 18:06 [Bug other/115110] New: [15 regression] several failures after r15-512-g9b7cad5884f21c seurer at gcc dot gnu.org
@ 2024-05-15 18:07 ` seurer at gcc dot gnu.org
  2024-05-15 18:13 ` jakub at gcc dot gnu.org
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: seurer at gcc dot gnu.org @ 2024-05-15 18:07 UTC (permalink / raw)
  To: gcc-bugs

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

seurer at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |powerpc64-linux-gnu,
                   |                            |powerpc64le-linux-gnu
                 CC|                            |bergner at gcc dot gnu.org,
                   |                            |hubicka at gcc dot gnu.org
               Host|                            |powerpc64-linux-gnu,
                   |                            |powerpc64le-linux-gnu
              Build|                            |powerpc64-linux-gnu,
                   |                            |powerpc64le-linux-gnu

--- Comment #1 from seurer at gcc dot gnu.org ---
commit 9b7cad5884f21cc5783075be0043777448db3fab (HEAD)
Author: Jan Hubicka <jh@suse.cz>
Date:   Wed May 15 14:14:27 2024 +0200

    Avoid pointer compares on TYPE_MAIN_VARIANT in TBAA

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

* [Bug other/115110] [15 regression] several failures after r15-512-g9b7cad5884f21c
  2024-05-15 18:06 [Bug other/115110] New: [15 regression] several failures after r15-512-g9b7cad5884f21c seurer at gcc dot gnu.org
  2024-05-15 18:07 ` [Bug other/115110] " seurer at gcc dot gnu.org
@ 2024-05-15 18:13 ` jakub at gcc dot gnu.org
  2024-05-15 20:56 ` law at gcc dot gnu.org
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: jakub at gcc dot gnu.org @ 2024-05-15 18:13 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I see those on x86_64-linux and i686-linux too.

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

* [Bug other/115110] [15 regression] several failures after r15-512-g9b7cad5884f21c
  2024-05-15 18:06 [Bug other/115110] New: [15 regression] several failures after r15-512-g9b7cad5884f21c seurer at gcc dot gnu.org
  2024-05-15 18:07 ` [Bug other/115110] " seurer at gcc dot gnu.org
  2024-05-15 18:13 ` jakub at gcc dot gnu.org
@ 2024-05-15 20:56 ` law at gcc dot gnu.org
  2024-05-16  7:07 ` [Bug middle-end/115110] " rguenth at gcc dot gnu.org
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: law at gcc dot gnu.org @ 2024-05-15 20:56 UTC (permalink / raw)
  To: gcc-bugs

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

Jeffrey A. Law <law at gcc dot gnu.org> changed:

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

--- Comment #3 from Jeffrey A. Law <law at gcc dot gnu.org> ---
I hate to pile on, but riscv64-linux-gnu:

FAIL: gcc.dg/tree-ssa/ssa-lim-15.c scan-tree-dump lim2 "Executing store motion"


I'm certainly willing to believe that perhaps we can't do this store motion
without using TBAA to disambiguate certain objects.  I haven't actually dug
into the regression to determine if that's the case or not.

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

* [Bug middle-end/115110] [15 regression] several failures after r15-512-g9b7cad5884f21c
  2024-05-15 18:06 [Bug other/115110] New: [15 regression] several failures after r15-512-g9b7cad5884f21c seurer at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2024-05-15 20:56 ` law at gcc dot gnu.org
@ 2024-05-16  7:07 ` rguenth at gcc dot gnu.org
  2024-05-16  8:49 ` ro at gcc dot gnu.org
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: rguenth at gcc dot gnu.org @ 2024-05-16  7:07 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2024-05-16
           Keywords|                            |testsuite-fail
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
   Target Milestone|---                         |15.0
          Component|other                       |middle-end

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed.

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

* [Bug middle-end/115110] [15 regression] several failures after r15-512-g9b7cad5884f21c
  2024-05-15 18:06 [Bug other/115110] New: [15 regression] several failures after r15-512-g9b7cad5884f21c seurer at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2024-05-16  7:07 ` [Bug middle-end/115110] " rguenth at gcc dot gnu.org
@ 2024-05-16  8:49 ` ro at gcc dot gnu.org
  2024-05-16 10:07 ` acarlotti at gcc dot gnu.org
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ro at gcc dot gnu.org @ 2024-05-16  8:49 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=115106
                 CC|                            |ro at gcc dot gnu.org

--- Comment #5 from Rainer Orth <ro at gcc dot gnu.org> ---
There's also PR ada/115106 where this patch broke 32-bit Solaris/x86 Ada
bootstrap.

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

* [Bug middle-end/115110] [15 regression] several failures after r15-512-g9b7cad5884f21c
  2024-05-15 18:06 [Bug other/115110] New: [15 regression] several failures after r15-512-g9b7cad5884f21c seurer at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2024-05-16  8:49 ` ro at gcc dot gnu.org
@ 2024-05-16 10:07 ` acarlotti at gcc dot gnu.org
  2024-05-17  9:05 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: acarlotti at gcc dot gnu.org @ 2024-05-16 10:07 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Carlotti <acarlotti at gcc dot gnu.org> changed:

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

--- Comment #6 from Andrew Carlotti <acarlotti at gcc dot gnu.org> ---
I'm seeing a bootstrap failure on aarch64-none-linux-gnu as well, bisected to
this commit. The error, in Stage 2, is:


In file included from ../../src/gcc/system.h:726,
                 from ../../src/gcc/tree-affine.cc:21:
In member function 'long int* widest_int_storage<N>::write_val(unsigned int)
[with int N = 131072]',
    inlined from 'typename wi::binary_traits<T, T>::result_type wi::sext(const
T&, unsigned int) [with T = generic_wide_int<widest_int_storage<131072> >]' at
../../src/gcc/wide-int.h:2582:28,
    inlined from 'poly_int<N, typename poly_result<Ca, Ca>::type>
wi::sext(const poly_int<N, C>&, unsigned int) [with unsigned int N = 2; Ca =
generic_wide_int<widest_int_storage<131072> >]' at
../../src/gcc/poly-int.h:746:5,
    inlined from 'poly_widest_int wide_int_ext_for_comb(const poly_widest_int&,
tree)' at ../../src/gcc/tree-affine.cc:49:46:
../../src/gcc/../include/libiberty.h:370:38: error: 'void free(void*)' called
on a pointer to an unallocated object '13450750900837400303'
[-Werror=free-nonheap-object]
  370 | #define XDELETEVEC(P)           free ((void*) (P))
      |                                 ~~~~~^~~~~~~~~~~~~
../../src/gcc/wide-int.h:1630:5: note: in expansion of macro 'XDELETEVEC'
 1630 |     XDELETEVEC (u.valp);
      |     ^~~~~~~~~~
../../src/gcc/../include/libiberty.h:370:38: error: 'void free(void*)' called
on a pointer to an unallocated object '13450750900837400303'
[-Werror=free-nonheap-object]
  370 | #define XDELETEVEC(P)           free ((void*) (P))
      |                                 ~~~~~^~~~~~~~~~~~~
../../src/gcc/wide-int.h:1630:5: note: in expansion of macro 'XDELETEVEC'
 1630 |     XDELETEVEC (u.valp);
      |     ^~~~~~~~~~

Our regression testing also shows the test failures reported in the first
comment for powerpc64.

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

* [Bug middle-end/115110] [15 regression] several failures after r15-512-g9b7cad5884f21c
  2024-05-15 18:06 [Bug other/115110] New: [15 regression] several failures after r15-512-g9b7cad5884f21c seurer at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2024-05-16 10:07 ` acarlotti at gcc dot gnu.org
@ 2024-05-17  9:05 ` rguenth at gcc dot gnu.org
  2024-05-17 10:04 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: rguenth at gcc dot gnu.org @ 2024-05-17  9:05 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #7 from Richard Biener <rguenth at gcc dot gnu.org> ---
I have a patch.

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

* [Bug middle-end/115110] [15 regression] several failures after r15-512-g9b7cad5884f21c
  2024-05-15 18:06 [Bug other/115110] New: [15 regression] several failures after r15-512-g9b7cad5884f21c seurer at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2024-05-17  9:05 ` rguenth at gcc dot gnu.org
@ 2024-05-17 10:04 ` cvs-commit at gcc dot gnu.org
  2024-05-17 10:04 ` rguenth at gcc dot gnu.org
  2024-05-17 17:22 ` hp at gcc dot gnu.org
  9 siblings, 0 replies; 11+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-05-17 10:04 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rguenth@gcc.gnu.org>:

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

commit r15-626-ga5b3721c06646bf5b9b50a22964e8e2bd4d03f5f
Author: Richard Biener <rguenther@suse.de>
Date:   Fri May 17 11:02:29 2024 +0200

    middle-end/115110 - Fix view_converted_memref_p

    view_converted_memref_p was checking the reference type against the
    pointer type of the offset operand rather than its pointed-to type
    which leads to all refs being subject to view-convert treatment
    in get_alias_set causing numerous testsuite fails but with its
    new uses from r15-512-g9b7cad5884f21c is also a wrong-code issue.

            PR middle-end/115110
            * tree-ssa-alias.cc (view_converted_memref_p): Fix.

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

* [Bug middle-end/115110] [15 regression] several failures after r15-512-g9b7cad5884f21c
  2024-05-15 18:06 [Bug other/115110] New: [15 regression] several failures after r15-512-g9b7cad5884f21c seurer at gcc dot gnu.org
                   ` (7 preceding siblings ...)
  2024-05-17 10:04 ` cvs-commit at gcc dot gnu.org
@ 2024-05-17 10:04 ` rguenth at gcc dot gnu.org
  2024-05-17 17:22 ` hp at gcc dot gnu.org
  9 siblings, 0 replies; 11+ messages in thread
From: rguenth at gcc dot gnu.org @ 2024-05-17 10:04 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #9 from Richard Biener <rguenth at gcc dot gnu.org> ---
Fixed.

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

* [Bug middle-end/115110] [15 regression] several failures after r15-512-g9b7cad5884f21c
  2024-05-15 18:06 [Bug other/115110] New: [15 regression] several failures after r15-512-g9b7cad5884f21c seurer at gcc dot gnu.org
                   ` (8 preceding siblings ...)
  2024-05-17 10:04 ` rguenth at gcc dot gnu.org
@ 2024-05-17 17:22 ` hp at gcc dot gnu.org
  9 siblings, 0 replies; 11+ messages in thread
From: hp at gcc dot gnu.org @ 2024-05-17 17:22 UTC (permalink / raw)
  To: gcc-bugs

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

Hans-Peter Nilsson <hp at gcc dot gnu.org> changed:

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

--- Comment #10 from Hans-Peter Nilsson <hp at gcc dot gnu.org> ---
*** Bug 115141 has been marked as a duplicate of this bug. ***

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

end of thread, other threads:[~2024-05-17 17:22 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-15 18:06 [Bug other/115110] New: [15 regression] several failures after r15-512-g9b7cad5884f21c seurer at gcc dot gnu.org
2024-05-15 18:07 ` [Bug other/115110] " seurer at gcc dot gnu.org
2024-05-15 18:13 ` jakub at gcc dot gnu.org
2024-05-15 20:56 ` law at gcc dot gnu.org
2024-05-16  7:07 ` [Bug middle-end/115110] " rguenth at gcc dot gnu.org
2024-05-16  8:49 ` ro at gcc dot gnu.org
2024-05-16 10:07 ` acarlotti at gcc dot gnu.org
2024-05-17  9:05 ` rguenth at gcc dot gnu.org
2024-05-17 10:04 ` cvs-commit at gcc dot gnu.org
2024-05-17 10:04 ` rguenth at gcc dot gnu.org
2024-05-17 17:22 ` hp 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).