public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/111435] New: [14 Regression] gimple_zero_one_valued_p() infinite recursion
@ 2023-09-16 19:54 slyfox at gcc dot gnu.org
  2023-09-16 19:55 ` [Bug tree-optimization/111435] " pinskia at gcc dot gnu.org
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: slyfox at gcc dot gnu.org @ 2023-09-16 19:54 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 111435
           Summary: [14 Regression] gimple_zero_one_valued_p() infinite
                    recursion
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: slyfox at gcc dot gnu.org
  Target Milestone: ---

Created attachment 55911
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55911&action=edit
tree-ssa-loop-niter.cc.cc.gz

Noticed on i686-linux gcc bootstrap when building r14-4077-g86451305d8b2a2.

Reproduced on x86_64-linux -m32 as well.

r14-4038-gb975c0dc3be285 looks suspicious. The reduction is a bit slow.
Attaching partially reduced.

How to crash:

$ gcc/xg++ -Bgcc ~/dev/bugs/gcc-14-i686-ICE/tree-ssa-loop-niter.cc.cc -O2 -m32
--verbose

Or:

$ gcc/cc1plus -quiet -imultilib . -iprefix
/tmp/gb/gcc/../lib/gcc/x86_64-pc-linux-gnu/14.0.0/ -isystem gcc/include
-isystem gcc/include-fixed -D_GNU_SOURCE
/home/slyfox/dev/bugs/gcc-14-i686-ICE/tree-ssa-loop-niter.cc.cc -quiet -dumpdir
a- -dumpbase tree-ssa-loop-niter.cc.cc -dumpbase-ext .cc -m32 -mtune=generic
-march=x86-64 -O2 -version -o /run/user/1000/ccgZ63HD.s
GNU C++17 (GCC) version 14.0.0 20230916 (experimental) (x86_64-pc-linux-gnu)
        compiled by GNU C version 14.0.0 20230916 (experimental), GMP version
6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.20-GMP

GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Compiler executable checksum: 7c2c55b6bcbe18476b6d2c66d34ac4cc
Segmentation fault (core dumped)

Backtrace:

Program received signal SIGSEGV, Segmentation fault.
0x000000000150a239 in get_nonzero_bits (name=0x7fffe8c02240) at
/home/slyfox/dev/git/gcc/gcc/tree-ssanames.cc:494
494       unsigned int precision = element_precision (TREE_TYPE (name));
(gdb) bt
#0  0x000000000150a239 in get_nonzero_bits (name=0x7fffe8c02240) at
/home/slyfox/dev/git/gcc/gcc/tree-ssanames.cc:494
#1  0x000000000150ad4c in get_nonzero_bits (name=<optimized out>) at
/home/slyfox/dev/git/gcc/gcc/tree-ssanames.cc:489
#2  0x0000000000f04105 in tree_nonzero_bits (t=t@entry=0x7fffe8c02240) at
/home/slyfox/dev/git/gcc/gcc/fold-const.cc:16792
#3  0x00000000021de3ce in gimple_zero_one_valued_p (t=0x7fffe8c02240,
valueize=valueize@entry=0x14a18c0 <rpo_vn_valueize(tree_node*)>) at
gimple-match-3.cc:19
#4  0x00000000021de537 in gimple_zero_one_valued_p (t=0x7fffe8c02090,
valueize=valueize@entry=0x14a18c0 <rpo_vn_valueize(tree_node*)>) at
gimple-match-3.cc:70
#5  0x00000000021de537 in gimple_zero_one_valued_p (t=0x7fffe8c02240,
valueize=valueize@entry=0x14a18c0 <rpo_vn_valueize(tree_node*)>) at
gimple-match-3.cc:70
#6  0x00000000021de537 in gimple_zero_one_valued_p (t=0x7fffe8c02090,
valueize=valueize@entry=0x14a18c0 <rpo_vn_valueize(tree_node*)>) at
gimple-match-3.cc:70
...

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

* [Bug tree-optimization/111435] [14 Regression] gimple_zero_one_valued_p() infinite recursion
  2023-09-16 19:54 [Bug tree-optimization/111435] New: [14 Regression] gimple_zero_one_valued_p() infinite recursion slyfox at gcc dot gnu.org
@ 2023-09-16 19:55 ` pinskia at gcc dot gnu.org
  2023-09-16 19:59 ` pinskia at gcc dot gnu.org
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-09-16 19:55 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2023-09-16
           Keywords|                            |build, ice-on-valid-code
           Assignee|unassigned at gcc dot gnu.org      |pinskia at gcc dot gnu.org
   Target Milestone|---                         |14.0

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Must be something 32bit related ...

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

* [Bug tree-optimization/111435] [14 Regression] gimple_zero_one_valued_p() infinite recursion
  2023-09-16 19:54 [Bug tree-optimization/111435] New: [14 Regression] gimple_zero_one_valued_p() infinite recursion slyfox at gcc dot gnu.org
  2023-09-16 19:55 ` [Bug tree-optimization/111435] " pinskia at gcc dot gnu.org
@ 2023-09-16 19:59 ` pinskia at gcc dot gnu.org
  2023-09-16 20:08 ` pinskia at gcc dot gnu.org
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-09-16 19:59 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
So Basically you can't have a recusive match because of the way VN works ...
I should have figured that out when I was adding bitwise_inverted_equal_p .

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

* [Bug tree-optimization/111435] [14 Regression] gimple_zero_one_valued_p() infinite recursion
  2023-09-16 19:54 [Bug tree-optimization/111435] New: [14 Regression] gimple_zero_one_valued_p() infinite recursion slyfox at gcc dot gnu.org
  2023-09-16 19:55 ` [Bug tree-optimization/111435] " pinskia at gcc dot gnu.org
  2023-09-16 19:59 ` pinskia at gcc dot gnu.org
@ 2023-09-16 20:08 ` pinskia at gcc dot gnu.org
  2023-09-16 21:37 ` slyfox at gcc dot gnu.org
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-09-16 20:08 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Changing the match pattern for conversions to non-recusive fixes the issue.

That is:
/* A conversion from an zero_one_valued_p is still a [0,1].
   This is useful when the range of a variable is not known */
/* Note this matches can't be recusive because of the way VN handles
   nop conversions being equivalent and then recusive between them. */
(match zero_one_valued_p
 (convert@0 @1)
 (if (INTEGRAL_TYPE_P (TREE_TYPE (@1))
      && (TYPE_UNSIGNED (TREE_TYPE (@1))
          || TYPE_PRECISION (TREE_TYPE (@1)) > 1)
      && wi::leu_p (tree_nonzero_bits (@1), 1))))

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

* [Bug tree-optimization/111435] [14 Regression] gimple_zero_one_valued_p() infinite recursion
  2023-09-16 19:54 [Bug tree-optimization/111435] New: [14 Regression] gimple_zero_one_valued_p() infinite recursion slyfox at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2023-09-16 20:08 ` pinskia at gcc dot gnu.org
@ 2023-09-16 21:37 ` slyfox at gcc dot gnu.org
  2023-09-16 21:47 ` pinskia at gcc dot gnu.org
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: slyfox at gcc dot gnu.org @ 2023-09-16 21:37 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Sergei Trofimovich <slyfox at gcc dot gnu.org> ---
Meanwhile cvise extracted this test:

// $ cat tree-ssa-loop-niter.cc.cc
int discover_iteration_bound_by_body_walk_queue_index, m_vec;
int *address();
unsigned length();
int deref(unsigned ix) {
  int __trans_tmp_1 = address()[ix];
  return __trans_tmp_1;
}
unsigned discover_iteration_bound_by_body_walk___trans_tmp_4;
void discover_iteration_bound_by_body_walk() {
  bool __trans_tmp_3 = m_vec;
  if (!__trans_tmp_3)
    return;
  discover_iteration_bound_by_body_walk___trans_tmp_4 = m_vec ? length() : 0;
  discover_iteration_bound_by_body_walk_queue_index =
      discover_iteration_bound_by_body_walk___trans_tmp_4;
  for (;;)
    deref(discover_iteration_bound_by_body_walk_queue_index);
}

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

* [Bug tree-optimization/111435] [14 Regression] gimple_zero_one_valued_p() infinite recursion
  2023-09-16 19:54 [Bug tree-optimization/111435] New: [14 Regression] gimple_zero_one_valued_p() infinite recursion slyfox at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2023-09-16 21:37 ` slyfox at gcc dot gnu.org
@ 2023-09-16 21:47 ` pinskia at gcc dot gnu.org
  2023-09-16 21:54 ` pinskia at gcc dot gnu.org
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-09-16 21:47 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Here is a better testcase:
```
void find_slot_with_hash(const int &,int, int);
void put(const int &k, const int &v) {
    find_slot_with_hash(k, 0, 1);
    __builtin_unreachable();
}
unsigned len();
int *address();
void h(int header, int **bounds) {
  if (!*bounds)
    return;
  unsigned t = *bounds ? len() : 0;
  int queue_index = t;
  address()[(unsigned)queue_index] = 0;
  put(header, queue_index);
}
```

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

* [Bug tree-optimization/111435] [14 Regression] gimple_zero_one_valued_p() infinite recursion
  2023-09-16 19:54 [Bug tree-optimization/111435] New: [14 Regression] gimple_zero_one_valued_p() infinite recursion slyfox at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2023-09-16 21:47 ` pinskia at gcc dot gnu.org
@ 2023-09-16 21:54 ` pinskia at gcc dot gnu.org
  2023-09-16 22:28 ` pinskia at gcc dot gnu.org
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-09-16 21:54 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Note my testcase needs exceptions turned on ...

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

* [Bug tree-optimization/111435] [14 Regression] gimple_zero_one_valued_p() infinite recursion
  2023-09-16 19:54 [Bug tree-optimization/111435] New: [14 Regression] gimple_zero_one_valued_p() infinite recursion slyfox at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2023-09-16 21:54 ` pinskia at gcc dot gnu.org
@ 2023-09-16 22:28 ` pinskia at gcc dot gnu.org
  2023-09-17  1:45 ` pinskia at gcc dot gnu.org
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-09-16 22:28 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Created attachment 55912
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55912&action=edit
Patch which I am testing

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

* [Bug tree-optimization/111435] [14 Regression] gimple_zero_one_valued_p() infinite recursion
  2023-09-16 19:54 [Bug tree-optimization/111435] New: [14 Regression] gimple_zero_one_valued_p() infinite recursion slyfox at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2023-09-16 22:28 ` pinskia at gcc dot gnu.org
@ 2023-09-17  1:45 ` pinskia at gcc dot gnu.org
  2023-09-17  9:02 ` pinskia at gcc dot gnu.org
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-09-17  1:45 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch
                URL|                            |https://gcc.gnu.org/piperma
                   |                            |il/gcc-patches/2023-Septemb
                   |                            |er/630668.html

--- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Patch posted:
https://gcc.gnu.org/pipermail/gcc-patches/2023-September/630668.html

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

* [Bug tree-optimization/111435] [14 Regression] gimple_zero_one_valued_p() infinite recursion
  2023-09-16 19:54 [Bug tree-optimization/111435] New: [14 Regression] gimple_zero_one_valued_p() infinite recursion slyfox at gcc dot gnu.org
                   ` (7 preceding siblings ...)
  2023-09-17  1:45 ` pinskia at gcc dot gnu.org
@ 2023-09-17  9:02 ` pinskia at gcc dot gnu.org
  2023-09-17 10:50 ` slyfox at gcc dot gnu.org
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-09-17  9:02 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zhendong.su at inf dot ethz.ch

--- Comment #9 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 111442 has been marked as a duplicate of this bug. ***

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

* [Bug tree-optimization/111435] [14 Regression] gimple_zero_one_valued_p() infinite recursion
  2023-09-16 19:54 [Bug tree-optimization/111435] New: [14 Regression] gimple_zero_one_valued_p() infinite recursion slyfox at gcc dot gnu.org
                   ` (8 preceding siblings ...)
  2023-09-17  9:02 ` pinskia at gcc dot gnu.org
@ 2023-09-17 10:50 ` slyfox at gcc dot gnu.org
  2023-09-17 16:06 ` pinskia at gcc dot gnu.org
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: slyfox at gcc dot gnu.org @ 2023-09-17 10:50 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #10 from Sergei Trofimovich <slyfox at gcc dot gnu.org> ---
The proposed patch fixes my modified i686-linux gcc bootstrap as well. Thank
you!

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

* [Bug tree-optimization/111435] [14 Regression] gimple_zero_one_valued_p() infinite recursion
  2023-09-16 19:54 [Bug tree-optimization/111435] New: [14 Regression] gimple_zero_one_valued_p() infinite recursion slyfox at gcc dot gnu.org
                   ` (9 preceding siblings ...)
  2023-09-17 10:50 ` slyfox at gcc dot gnu.org
@ 2023-09-17 16:06 ` pinskia at gcc dot gnu.org
  2023-09-18  8:33 ` jakub at gcc dot gnu.org
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-09-17 16:06 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |shaohua.li at inf dot ethz.ch

--- Comment #11 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 111443 has been marked as a duplicate of this bug. ***

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

* [Bug tree-optimization/111435] [14 Regression] gimple_zero_one_valued_p() infinite recursion
  2023-09-16 19:54 [Bug tree-optimization/111435] New: [14 Regression] gimple_zero_one_valued_p() infinite recursion slyfox at gcc dot gnu.org
                   ` (10 preceding siblings ...)
  2023-09-17 16:06 ` pinskia at gcc dot gnu.org
@ 2023-09-18  8:33 ` jakub at gcc dot gnu.org
  2023-09-18 20:45 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jakub at gcc dot gnu.org @ 2023-09-18  8:33 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #12 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
s/recusive/recursive/

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

* [Bug tree-optimization/111435] [14 Regression] gimple_zero_one_valued_p() infinite recursion
  2023-09-16 19:54 [Bug tree-optimization/111435] New: [14 Regression] gimple_zero_one_valued_p() infinite recursion slyfox at gcc dot gnu.org
                   ` (11 preceding siblings ...)
  2023-09-18  8:33 ` jakub at gcc dot gnu.org
@ 2023-09-18 20:45 ` cvs-commit at gcc dot gnu.org
  2023-09-18 20:47 ` pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-09-18 20:45 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #13 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Andrew Pinski <pinskia@gcc.gnu.org>:

https://gcc.gnu.org/g:951d3c191d01440ad54415f683437770b0c957e4

commit r14-4113-g951d3c191d01440ad54415f683437770b0c957e4
Author: Andrew Pinski <apinski@marvell.com>
Date:   Sat Sep 16 15:19:58 2023 -0700

    MATCH: Avoid recursive zero_one_valued_p for conversions

    So when VN finds a name which has a nop conversion, it says
    both names are equivalent to each other and the valuaization
    function for one will return the other. This normally does not
    cause any issues as there is no recursive matches. But after
    r14-4038-gb975c0dc3be285, there was one added. So we would
    do an infinite recursion on the match and never finish.
    This fixes the issue (and adds a comment in match.pd) by
    for converts just handle one level instead of being recursive
    always.

    OK? Bootstrapped and tested on x86_64-linux-gnu with no regressions.

    Note the testcase was reduced from tree-ssa-loop-niter.cc and then
    changed slightly into C rather than C++ but it still needs exceptions
    turned on get the IR that VN would produce this equivalence relationship
    going on. Also had to turn off early inline to force put to be inlined
later.

            PR tree-optimization/111435

    gcc/ChangeLog:

            * match.pd (zero_one_valued_p): Don't do recursion
            on converts.

    gcc/testsuite/ChangeLog:

            * gcc.c-torture/compile/pr111435-1.c: New test.

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

* [Bug tree-optimization/111435] [14 Regression] gimple_zero_one_valued_p() infinite recursion
  2023-09-16 19:54 [Bug tree-optimization/111435] New: [14 Regression] gimple_zero_one_valued_p() infinite recursion slyfox at gcc dot gnu.org
                   ` (12 preceding siblings ...)
  2023-09-18 20:45 ` cvs-commit at gcc dot gnu.org
@ 2023-09-18 20:47 ` pinskia at gcc dot gnu.org
  2023-09-19  0:15 ` pinskia at gcc dot gnu.org
  2023-09-20  2:12 ` pinskia at gcc dot gnu.org
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-09-18 20:47 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #14 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Jakub Jelinek from comment #12)
> s/recusive/recursive/

Thanks I committed it with the spelling fix applied.

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

* [Bug tree-optimization/111435] [14 Regression] gimple_zero_one_valued_p() infinite recursion
  2023-09-16 19:54 [Bug tree-optimization/111435] New: [14 Regression] gimple_zero_one_valued_p() infinite recursion slyfox at gcc dot gnu.org
                   ` (13 preceding siblings ...)
  2023-09-18 20:47 ` pinskia at gcc dot gnu.org
@ 2023-09-19  0:15 ` pinskia at gcc dot gnu.org
  2023-09-20  2:12 ` pinskia at gcc dot gnu.org
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-09-19  0:15 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dcb314 at hotmail dot com

--- Comment #15 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 111454 has been marked as a duplicate of this bug. ***

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

* [Bug tree-optimization/111435] [14 Regression] gimple_zero_one_valued_p() infinite recursion
  2023-09-16 19:54 [Bug tree-optimization/111435] New: [14 Regression] gimple_zero_one_valued_p() infinite recursion slyfox at gcc dot gnu.org
                   ` (14 preceding siblings ...)
  2023-09-19  0:15 ` pinskia at gcc dot gnu.org
@ 2023-09-20  2:12 ` pinskia at gcc dot gnu.org
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-09-20  2:12 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |19373742 at buaa dot edu.cn

--- Comment #16 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 111491 has been marked as a duplicate of this bug. ***

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

end of thread, other threads:[~2023-09-20  2:12 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-16 19:54 [Bug tree-optimization/111435] New: [14 Regression] gimple_zero_one_valued_p() infinite recursion slyfox at gcc dot gnu.org
2023-09-16 19:55 ` [Bug tree-optimization/111435] " pinskia at gcc dot gnu.org
2023-09-16 19:59 ` pinskia at gcc dot gnu.org
2023-09-16 20:08 ` pinskia at gcc dot gnu.org
2023-09-16 21:37 ` slyfox at gcc dot gnu.org
2023-09-16 21:47 ` pinskia at gcc dot gnu.org
2023-09-16 21:54 ` pinskia at gcc dot gnu.org
2023-09-16 22:28 ` pinskia at gcc dot gnu.org
2023-09-17  1:45 ` pinskia at gcc dot gnu.org
2023-09-17  9:02 ` pinskia at gcc dot gnu.org
2023-09-17 10:50 ` slyfox at gcc dot gnu.org
2023-09-17 16:06 ` pinskia at gcc dot gnu.org
2023-09-18  8:33 ` jakub at gcc dot gnu.org
2023-09-18 20:45 ` cvs-commit at gcc dot gnu.org
2023-09-18 20:47 ` pinskia at gcc dot gnu.org
2023-09-19  0:15 ` pinskia at gcc dot gnu.org
2023-09-20  2:12 ` pinskia 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).