public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/112280] New: ICE building libgcrypt-1.10.2 on s390 (during GIMPLE pass: ccp)
@ 2023-10-29 20:48 sjames at gcc dot gnu.org
  2023-10-29 20:48 ` [Bug target/112280] " sjames at gcc dot gnu.org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: sjames at gcc dot gnu.org @ 2023-10-29 20:48 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 112280
           Summary: ICE building libgcrypt-1.10.2 on s390 (during GIMPLE
                    pass: ccp)
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: sjames at gcc dot gnu.org
  Target Milestone: ---

Created attachment 56471
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56471&action=edit
rijndael.i.xz

Reproduces with just s390-ibm-linux-gnu-gcc -c rijndael.i -O3 -march=native.

```
$ s390-ibm-linux-gnu-gcc -DHAVE_CONFIG_H -I.
-I/var/tmp/portage/dev-libs/libgcrypt-1.10.2/work/libgcrypt-1.10.2/cipher -I..
-I../src -I/var/tmp/portage/dev-libs/libgcrypt-1.10.2/work/libgcrypt-1.10.2/src
-I../mpi -I/var/tmp/portage/dev-libs/libgcrypt-1.10.2/work/libgcrypt-1.10.2/mpi
-O3 -pipe -march=native -fvisibility=hidden -fno-delete-null-pointer-checks
-Wall -c
/var/tmp/portage/dev-libs/libgcrypt-1.10.2/work/libgcrypt-1.10.2/cipher/rijndael.c
 -fPIC -DPIC -o .libs/rijndael.o
during GIMPLE pass: ccp
/var/tmp/portage/dev-libs/libgcrypt-1.10.2/work/libgcrypt-1.10.2/cipher/rijndael.c:
In function ‘_gcry_aes_xts_crypt’:
/var/tmp/portage/dev-libs/libgcrypt-1.10.2/work/libgcrypt-1.10.2/cipher/rijndael.c:1467:1:
internal compiler error: Segmentation fault
 1467 | _gcry_aes_xts_crypt (void *context, unsigned char *tweak,
      | ^~~~~~~~~~~~~~~~~~~
0x578a8971 internal_error(char const*, ...)
        ???:0
0x561044b4 gen_rtx_SUBREG(machine_mode, rtx_def*, poly_int<1u, unsigned long
long>)
        ???:0
0x56cff0b5 s390_vectorize_vec_perm_const(machine_mode, machine_mode, rtx_def*,
rtx_def*, rtx_def*, vec_perm_indices const&)
        ???:0
0x56565995 can_vec_perm_const_p(machine_mode, machine_mode, vec_perm_indices
const&, bool)
        ???:0
0x5777c0bf gimple_simplify_VEC_PERM_EXPR(gimple_match_op*, gimple**, tree_node*
(*)(tree_node*), code_helper, tree_node*, tree_node*, tree_node*, tree_node*)
        ???:0
0x56ea311d gimple_simplify(gimple_match_op*, gimple**, tree_node*
(*)(tree_node*), code_helper, tree_node*, tree_node*, tree_node*, tree_node*)
        ???:0
0x56fa3df9 gimple_simplify(gimple*, gimple_match_op*, gimple**, tree_node*
(*)(tree_node*), tree_node* (*)(tree_node*))
        ???:0
0x56242f6f gimple_fold_stmt_to_constant_1(gimple*, tree_node* (*)(tree_node*),
tree_node* (*)(tree_node*))
        ???:0
0x56a19947 ssa_propagation_engine::simulate_stmt(gimple*)
        ???:0
0x56a19d8d ssa_propagation_engine::simulate_block(basic_block_def*)
        ???:0
0x56a1a411 ssa_propagation_engine::ssa_propagate()
        ???:0
Please submit a full bug report, with preprocessed source (by using
-freport-bug).
Please include the complete backtrace with any bug report.
See <https://bugs.gentoo.org/> for instructions.
```

```
$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/s390-ibm-linux-gnu/14/lto-wrapper
Target: s390-ibm-linux-gnu
Configured with:
/var/tmp/portage/sys-devel/gcc-14.0.0_pre20231022-r1/work/gcc-14-20231022/configure
--host=s390-ibm-linux-gnu --build=s390-ibm-linux-gnu --prefix=/usr
--bindir=/usr/s390-ibm-linux-gnu/gcc-bin/14
--includedir=/usr/lib/gcc/s390-ibm-linux-gnu/14/include
--datadir=/usr/share/gcc-data/s390-ibm-linux-gnu/14
--mandir=/usr/share/gcc-data/s390-ibm-linux-gnu/14/man
--infodir=/usr/share/gcc-data/s390-ibm-linux-gnu/14/info
--with-gxx-include-dir=/usr/lib/gcc/s390-ibm-linux-gnu/14/include/g++-v14
--disable-silent-rules --disable-dependency-tracking
--with-python-dir=/share/gcc-data/s390-ibm-linux-gnu/14/python
--enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt
--disable-werror --with-system-zlib --enable-nls --without-included-gettext
--disable-libunwind-exceptions --enable-checking=yes,extra,rtl
--with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo
14.0.0_pre20231022-r1 p7' --with-gcc-major-version-only --enable-libstdcxx-time
--enable-lto --disable-libstdcxx-pch --enable-shared --enable-threads=posix
--enable-__cxa_atexit --enable-clocale=gnu --disable-multilib
--disable-fixed-point --enable-libgomp --disable-libssp --disable-libada
--disable-cet --disable-systemtap --disable-valgrind-annotations
--disable-vtable-verify --disable-libvtv --without-zstd --without-isl
--disable-libsanitizer --enable-default-pie --enable-host-pie
--disable-host-bind-now --enable-default-ssp
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 14.0.0 20231022 (experimental) (Gentoo 14.0.0_pre20231022-r1 p7)
```

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

* [Bug target/112280] ICE building libgcrypt-1.10.2 on s390 (during GIMPLE pass: ccp)
  2023-10-29 20:48 [Bug target/112280] New: ICE building libgcrypt-1.10.2 on s390 (during GIMPLE pass: ccp) sjames at gcc dot gnu.org
@ 2023-10-29 20:48 ` sjames at gcc dot gnu.org
  2023-10-29 21:36 ` [Bug target/112280] [14 regression] " sjames at gcc dot gnu.org
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sjames at gcc dot gnu.org @ 2023-10-29 20:48 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Sam James <sjames at gcc dot gnu.org> ---
s390-ibm-linux-gnu-gcc -c rijndael.i -O3 -march=arch13 -mzarch is enough to
reproduce (getting rid of -march=native)

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

* [Bug target/112280] [14 regression] ICE building libgcrypt-1.10.2 on s390 (during GIMPLE pass: ccp)
  2023-10-29 20:48 [Bug target/112280] New: ICE building libgcrypt-1.10.2 on s390 (during GIMPLE pass: ccp) sjames at gcc dot gnu.org
  2023-10-29 20:48 ` [Bug target/112280] " sjames at gcc dot gnu.org
@ 2023-10-29 21:36 ` sjames at gcc dot gnu.org
  2023-10-29 21:36 ` sjames at gcc dot gnu.org
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sjames at gcc dot gnu.org @ 2023-10-29 21:36 UTC (permalink / raw)
  To: gcc-bugs

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

Sam James <sjames at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|ICE building                |[14 regression] ICE
                   |libgcrypt-1.10.2 on s390    |building libgcrypt-1.10.2
                   |(during GIMPLE pass: ccp)   |on s390 (during GIMPLE
                   |                            |pass: ccp)

--- Comment #2 from Sam James <sjames at gcc dot gnu.org> ---
I can't hit this with a 13 cross compiler.

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

* [Bug target/112280] [14 regression] ICE building libgcrypt-1.10.2 on s390 (during GIMPLE pass: ccp)
  2023-10-29 20:48 [Bug target/112280] New: ICE building libgcrypt-1.10.2 on s390 (during GIMPLE pass: ccp) sjames at gcc dot gnu.org
  2023-10-29 20:48 ` [Bug target/112280] " sjames at gcc dot gnu.org
  2023-10-29 21:36 ` [Bug target/112280] [14 regression] " sjames at gcc dot gnu.org
@ 2023-10-29 21:36 ` sjames at gcc dot gnu.org
  2023-10-30  8:01 ` sjames at gcc dot gnu.org
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sjames at gcc dot gnu.org @ 2023-10-29 21:36 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Sam James <sjames at gcc dot gnu.org> ---
(In reply to Sam James from comment #2)
> I can't hit this with a 13 cross compiler.

(-> 14 regression)

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

* [Bug target/112280] [14 regression] ICE building libgcrypt-1.10.2 on s390 (during GIMPLE pass: ccp)
  2023-10-29 20:48 [Bug target/112280] New: ICE building libgcrypt-1.10.2 on s390 (during GIMPLE pass: ccp) sjames at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2023-10-29 21:36 ` sjames at gcc dot gnu.org
@ 2023-10-30  8:01 ` sjames at gcc dot gnu.org
  2023-10-30 14:10 ` rguenth at gcc dot gnu.org
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sjames at gcc dot gnu.org @ 2023-10-30  8:01 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Sam James <sjames at gcc dot gnu.org> ---
Minimised.

```
$ gcc -O3 -c rijndael.i -march=arch13 -mzarch
rijndael.i:30:18: warning: passing argument 1 of ‘buf_put_le64’ makes pointer
from integer without a cast [-Wint-conversion]
   30 |     buf_put_le64(cipher_bulk_ops_t_outbuf_arg, __trans_tmp_5 ^
tweak_lo);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                  |
      |                  int
rijndael.i:8:25: note: expected ‘void *’ but argument is of type ‘int’
    8 | void buf_put_le64(void *_buf, long long val) {
      |                   ~~~~~~^~~~
rijndael.i:32:47: warning: passing argument 1 of ‘buf_put_le64’ makes pointer
from integer without a cast [-Wint-conversion]
   32 |     buf_put_le64(cipher_bulk_ops_t_outbuf_arg + 8, __trans_tmp_2 ^
tweak_hi);
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      |                                               |
      |                                               int
rijndael.i:8:25: note: expected ‘void *’ but argument is of type ‘int’
    8 | void buf_put_le64(void *_buf, long long val) {
      |                   ~~~~~~^~~~
during GIMPLE pass: ccp
rijndael.i:12:6: internal compiler error: Segmentation fault
   12 | void cipher_bulk_ops_t() {
      |      ^~~~~~~~~~~~~~~~~
0x578bc41b internal_error(char const*, ...)
        ???:0
0x5611d4f6 gen_rtx_SUBREG(machine_mode, rtx_def*, poly_int<1u, unsigned long
long>)
        ???:0
0x56cbfcbb s390_vectorize_vec_perm_const(machine_mode, machine_mode, rtx_def*,
rtx_def*, rtx_def*, vec_perm_indices const&)
        ???:0
0x5656e4b3 can_vec_perm_const_p(machine_mode, machine_mode, vec_perm_indices
const&, bool)
        ???:0
0x57784b87 gimple_simplify_VEC_PERM_EXPR(gimple_match_op*, gimple**, tree_node*
(*)(tree_node*), code_helper, tree_node*, tree_node*, tree_node*, tree_node*)
        ???:0
0x56e5b3cf gimple_simplify(gimple_match_op*, gimple**, tree_node*
(*)(tree_node*), code_helper, tree_node*, tree_node*, tree_node*, tree_node*)
        ???:0
0x56f95e7f gimple_simplify(gimple*, gimple_match_op*, gimple**, tree_node*
(*)(tree_node*), tree_node* (*)(tree_node*))
        ???:0
0x562568b1 gimple_fold_stmt_to_constant_1(gimple*, tree_node* (*)(tree_node*),
tree_node* (*)(tree_node*))
        ???:0
0x569fca5f ssa_propagation_engine::simulate_stmt(gimple*)
        ???:0
0x569fcdd3 ssa_propagation_engine::simulate_block(basic_block_def*)
        ???:0
0x569fd411 ssa_propagation_engine::ssa_propagate()
        ???:0
Please submit a full bug report, with preprocessed source (by using
-freport-bug).
Please include the complete backtrace with any bug report.
See <https://bugs.gentoo.org/> for instructions.
```

```
$ cat rijndael.i
typedef struct {
  long long a;
} bufhelp_u64_t;

int cipher_bulk_ops_t_outbuf_arg, cipher_bulk_ops_t_nblocks,
cipher_bulk_ops_t__buf;
long long cipher_bulk_ops_t___trans_tmp_4;
long long buf_get_le64(int _buf) { return __builtin_bswap64(((bufhelp_u64_t
*)_buf)->a); }
void buf_put_le64(void *_buf, long long val) {
  bufhelp_u64_t *out = _buf;
  out->a = __builtin_bswap64(val);
}
void cipher_bulk_ops_t() {
  long long __trans_tmp_5, __trans_tmp_3, __trans_tmp_2, tweak_lo, tweak_hi,
      tweak_next_lo, tweak_next_hi, carry;
  { __trans_tmp_3 = __builtin_bswap64(cipher_bulk_ops_t__buf); }
  tweak_next_lo = __trans_tmp_3;
  {
    int _buf;
    cipher_bulk_ops_t___trans_tmp_4 = __builtin_bswap64(_buf);
  }
  tweak_next_hi = cipher_bulk_ops_t___trans_tmp_4;
  while (cipher_bulk_ops_t_nblocks) {
    tweak_lo = tweak_next_lo;
    tweak_hi = tweak_next_hi;
    tweak_next_hi = tweak_next_lo = carry;
    {
      __trans_tmp_5 =
          __builtin_bswap64(((bufhelp_u64_t
*)cipher_bulk_ops_t_outbuf_arg)->a);
    }
    buf_put_le64(cipher_bulk_ops_t_outbuf_arg, __trans_tmp_5 ^ tweak_lo);
    __trans_tmp_2 = buf_get_le64(cipher_bulk_ops_t_outbuf_arg + 8);
    buf_put_le64(cipher_bulk_ops_t_outbuf_arg + 8, __trans_tmp_2 ^ tweak_hi);
    cipher_bulk_ops_t_nblocks--;
  }
}
```

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

* [Bug target/112280] [14 regression] ICE building libgcrypt-1.10.2 on s390 (during GIMPLE pass: ccp)
  2023-10-29 20:48 [Bug target/112280] New: ICE building libgcrypt-1.10.2 on s390 (during GIMPLE pass: ccp) sjames at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2023-10-30  8:01 ` sjames at gcc dot gnu.org
@ 2023-10-30 14:10 ` rguenth at gcc dot gnu.org
  2023-10-31 17:12 ` sjames at gcc dot gnu.org
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-10-30 14:10 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

* [Bug target/112280] [14 regression] ICE building libgcrypt-1.10.2 on s390 (during GIMPLE pass: ccp)
  2023-10-29 20:48 [Bug target/112280] New: ICE building libgcrypt-1.10.2 on s390 (during GIMPLE pass: ccp) sjames at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2023-10-30 14:10 ` rguenth at gcc dot gnu.org
@ 2023-10-31 17:12 ` sjames at gcc dot gnu.org
  2023-11-05 23:20 ` pinskia at gcc dot gnu.org
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sjames at gcc dot gnu.org @ 2023-10-31 17:12 UTC (permalink / raw)
  To: gcc-bugs

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

Sam James <sjames at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Build|s390-ibm-linux-gnu          |s390-ibm-linux-gnu,
                   |                            |s390x-ibm-linux-gnu
               Host|s390-ibm-linux-gnu          |s390-ibm-linux-gnu,
                   |                            |s390x-ibm-linux-gnu
             Target|s390-ibm-linux-gnu          |s390-ibm-linux-gnu,
                   |                            |s390x-ibm-linux-gnu

--- Comment #5 from Sam James <sjames at gcc dot gnu.org> ---
same on s390x, but slightly different bt:

```
during GIMPLE pass: ccp
/tmp/foo.c:12:6: internal compiler error: Segmentation fault
   12 | void cipher_bulk_ops_t() {
      |      ^~~~~~~~~~~~~~~~~
0x2aa184f30c9 crash_signal
       
/usr/src/debug/sys-devel/gcc-14.0.0_pre20231029/gcc-14-20231029/gcc/toplev.cc:315
0x2aa17e02af2 gen_rtx_SUBREG(machine_mode, rtx_def*, poly_int<1u, unsigned
long>)
       
/usr/src/debug/sys-devel/gcc-14.0.0_pre20231029/gcc-14-20231029/gcc/emit-rtl.cc:1031
0x2aa18ab2d43 expand_perm_as_a_vlbr_vstbr_candidate
       
/usr/src/debug/sys-devel/gcc-14.0.0_pre20231029/gcc-14-20231029/gcc/config/s390/s390.cc:17744
0x2aa18ab2d43 vectorize_vec_perm_const_1
       
/usr/src/debug/sys-devel/gcc-14.0.0_pre20231029/gcc-14-20231029/gcc/config/s390/s390.cc:17782
0x2aa18ab2d43 s390_vectorize_vec_perm_const(machine_mode, machine_mode,
rtx_def*, rtx_def*, rtx_def*, vec_perm_indices const&)
       
/usr/src/debug/sys-devel/gcc-14.0.0_pre20231029/gcc-14-20231029/gcc/config/s390/s390.cc:17835
0x2aa18ab2d43 s390_vectorize_vec_perm_const(machine_mode, machine_mode,
rtx_def*, rtx_def*, rtx_def*, vec_perm_indices const&)
       
/usr/src/debug/sys-devel/gcc-14.0.0_pre20231029/gcc-14-20231029/gcc/config/s390/s390.cc:17793
0x2aa182bc58b can_vec_perm_const_p(machine_mode, machine_mode, vec_perm_indices
const&, bool)
       
/usr/src/debug/sys-devel/gcc-14.0.0_pre20231029/gcc-14-20231029/gcc/optabs-query.cc:451
0x2aa18c0572b gimple_simplify_VEC_PERM_EXPR(gimple_match_op*, gimple**,
tree_node* (*)(tree_node*), code_helper, tree_node*, tree_node*, tree_node*,
tree_node*)
       
/usr/src/debug/sys-devel/gcc-14.0.0_pre20231029/build/gcc/gimple-match-6.cc:16580
0x2aa18d45359 gimple_simplify(gimple_match_op*, gimple**, tree_node*
(*)(tree_node*), code_helper, tree_node*, tree_node*, tree_node*, tree_node*)
       
/usr/src/debug/sys-devel/gcc-14.0.0_pre20231029/build/gcc/gimple-match-10.cc:16772
0x2aa18d49b31 gimple_resimplify3
       
/usr/src/debug/sys-devel/gcc-14.0.0_pre20231029/gcc-14-20231029/gcc/gimple-match-exports.cc:1077
0x2aa18d4cd39 gimple_simplify(gimple*, gimple_match_op*, gimple**, tree_node*
(*)(tree_node*), tree_node* (*)(tree_node*))
       
/usr/src/debug/sys-devel/gcc-14.0.0_pre20231029/gcc-14-20231029/gcc/gimple-match-exports.cc:868
0x2aa17f5780f gimple_fold_stmt_to_constant_1(gimple*, tree_node*
(*)(tree_node*), tree_node* (*)(tree_node*))
       
/usr/src/debug/sys-devel/gcc-14.0.0_pre20231029/gcc-14-20231029/gcc/gimple-fold.cc:7543
0x2aa186a3cfd ccp_fold
       
/usr/src/debug/sys-devel/gcc-14.0.0_pre20231029/gcc-14-20231029/gcc/tree-ssa-ccp.cc:1288
0x2aa186a3cfd evaluate_stmt
       
/usr/src/debug/sys-devel/gcc-14.0.0_pre20231029/gcc-14-20231029/gcc/tree-ssa-ccp.cc:2226
0x2aa186a6013 visit_assignment
       
/usr/src/debug/sys-devel/gcc-14.0.0_pre20231029/gcc-14-20231029/gcc/tree-ssa-ccp.cc:2860
0x2aa187b3fe3 ssa_propagation_engine::simulate_stmt(gimple*)
       
/usr/src/debug/sys-devel/gcc-14.0.0_pre20231029/gcc-14-20231029/gcc/tree-ssa-propagate.cc:221
0x2aa187b43ad ssa_propagation_engine::simulate_block(basic_block_def*)
       
/usr/src/debug/sys-devel/gcc-14.0.0_pre20231029/gcc-14-20231029/gcc/tree-ssa-propagate.cc:328
0x2aa187b4a1d ssa_propagation_engine::ssa_propagate()
       
/usr/src/debug/sys-devel/gcc-14.0.0_pre20231029/gcc-14-20231029/gcc/tree-ssa-propagate.cc:478
0x2aa1869953f do_ssa_ccp
       
/usr/src/debug/sys-devel/gcc-14.0.0_pre20231029/gcc-14-20231029/gcc/tree-ssa-ccp.cc:2979
0x2aa1869953f execute
       
/usr/src/debug/sys-devel/gcc-14.0.0_pre20231029/gcc-14-20231029/gcc/tree-ssa-ccp.cc:3025
Please submit a full bug report, with preprocessed source (by using
-freport-bug).
Please include the complete backtrace with any bug report.
See <https://bugs.gentoo.org/> for instructions.
```

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

* [Bug target/112280] [14 regression] ICE building libgcrypt-1.10.2 on s390 (during GIMPLE pass: ccp)
  2023-10-29 20:48 [Bug target/112280] New: ICE building libgcrypt-1.10.2 on s390 (during GIMPLE pass: ccp) sjames at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2023-10-31 17:12 ` sjames at gcc dot gnu.org
@ 2023-11-05 23:20 ` pinskia at gcc dot gnu.org
  2023-11-06  2:22 ` pinskia at gcc dot gnu.org
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-11-05 23:20 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=112393

--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Similar to PR 112393 but this is a s390 issue where
TARGET_VECTORIZE_VEC_PERM_CONST should NOT be causing RTL to be generated.

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

* [Bug target/112280] [14 regression] ICE building libgcrypt-1.10.2 on s390 (during GIMPLE pass: ccp)
  2023-10-29 20:48 [Bug target/112280] New: ICE building libgcrypt-1.10.2 on s390 (during GIMPLE pass: ccp) sjames at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2023-11-05 23:20 ` pinskia at gcc dot gnu.org
@ 2023-11-06  2:22 ` pinskia at gcc dot gnu.org
  2023-11-28 16:13 ` sjames at gcc dot gnu.org
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-11-06  2:22 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
           See Also|                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=63734

--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63734#c1

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

* [Bug target/112280] [14 regression] ICE building libgcrypt-1.10.2 on s390 (during GIMPLE pass: ccp)
  2023-10-29 20:48 [Bug target/112280] New: ICE building libgcrypt-1.10.2 on s390 (during GIMPLE pass: ccp) sjames at gcc dot gnu.org
                   ` (7 preceding siblings ...)
  2023-11-06  2:22 ` pinskia at gcc dot gnu.org
@ 2023-11-28 16:13 ` sjames at gcc dot gnu.org
  2024-01-11 14:00 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sjames at gcc dot gnu.org @ 2023-11-28 16:13 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from Sam James <sjames at gcc dot gnu.org> ---
I suspect I've just hit this when trying to build pixman on s390x too.

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

* [Bug target/112280] [14 regression] ICE building libgcrypt-1.10.2 on s390 (during GIMPLE pass: ccp)
  2023-10-29 20:48 [Bug target/112280] New: ICE building libgcrypt-1.10.2 on s390 (during GIMPLE pass: ccp) sjames at gcc dot gnu.org
                   ` (8 preceding siblings ...)
  2023-11-28 16:13 ` sjames at gcc dot gnu.org
@ 2024-01-11 14:00 ` rguenth at gcc dot gnu.org
  2024-01-12  6:58 ` cvs-commit at gcc dot gnu.org
  2024-01-12  6:59 ` rguenth at gcc dot gnu.org
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu.org @ 2024-01-11 14:00 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

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

* [Bug target/112280] [14 regression] ICE building libgcrypt-1.10.2 on s390 (during GIMPLE pass: ccp)
  2023-10-29 20:48 [Bug target/112280] New: ICE building libgcrypt-1.10.2 on s390 (during GIMPLE pass: ccp) sjames at gcc dot gnu.org
                   ` (9 preceding siblings ...)
  2024-01-11 14:00 ` rguenth at gcc dot gnu.org
@ 2024-01-12  6:58 ` cvs-commit at gcc dot gnu.org
  2024-01-12  6:59 ` rguenth at gcc dot gnu.org
  11 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-01-12  6:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #10 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:655b6cb1ea3a0e23124d77dccd5d174ac59c429c

commit r14-7166-g655b6cb1ea3a0e23124d77dccd5d174ac59c429c
Author: Richard Biener <rguenther@suse.de>
Date:   Thu Jan 11 14:55:50 2024 +0100

    target/112280 - properly guard permute query

    The following adds guards avoiding code generation to
    expand_perm_as_a_vlbr_vstbr_candidate when d.testing_p.

            PR target/112280
            * config/s390/s390.cc (expand_perm_as_a_vlbr_vstbr_candidate):
            Do not generate code when d.testing_p.

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

* [Bug target/112280] [14 regression] ICE building libgcrypt-1.10.2 on s390 (during GIMPLE pass: ccp)
  2023-10-29 20:48 [Bug target/112280] New: ICE building libgcrypt-1.10.2 on s390 (during GIMPLE pass: ccp) sjames at gcc dot gnu.org
                   ` (10 preceding siblings ...)
  2024-01-12  6:58 ` cvs-commit at gcc dot gnu.org
@ 2024-01-12  6:59 ` rguenth at gcc dot gnu.org
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu.org @ 2024-01-12  6:59 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

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

end of thread, other threads:[~2024-01-12  6:59 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-29 20:48 [Bug target/112280] New: ICE building libgcrypt-1.10.2 on s390 (during GIMPLE pass: ccp) sjames at gcc dot gnu.org
2023-10-29 20:48 ` [Bug target/112280] " sjames at gcc dot gnu.org
2023-10-29 21:36 ` [Bug target/112280] [14 regression] " sjames at gcc dot gnu.org
2023-10-29 21:36 ` sjames at gcc dot gnu.org
2023-10-30  8:01 ` sjames at gcc dot gnu.org
2023-10-30 14:10 ` rguenth at gcc dot gnu.org
2023-10-31 17:12 ` sjames at gcc dot gnu.org
2023-11-05 23:20 ` pinskia at gcc dot gnu.org
2023-11-06  2:22 ` pinskia at gcc dot gnu.org
2023-11-28 16:13 ` sjames at gcc dot gnu.org
2024-01-11 14:00 ` rguenth at gcc dot gnu.org
2024-01-12  6:58 ` cvs-commit at gcc dot gnu.org
2024-01-12  6:59 ` rguenth 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).