On 11/11/2021 2:46 PM, Martin Sebor via Gcc-patches wrote:
Attached is a v2 of the solution I posted earlier this week
with a few tweaks made after a more careful consideration of
the problem and possible false negatives and positives.
1) It avoids warning for [apparently infinitely recursive
Ping:
https://gcc.gnu.org/pipermail/gcc-patches/2021-November/584205.html
On 11/11/21 2:46 PM, Martin Sebor wrote:
Attached is a v2 of the solution I posted earlier this week
with a few tweaks made after a more careful consideration of
the problem and possible false negatives and positives.
1)
Attached is a v2 of the solution I posted earlier this week
with a few tweaks made after a more careful consideration of
the problem and possible false negatives and positives.
1) It avoids warning for [apparently infinitely recursive] calls
in noreturn functions where the recursion may be pre
On Thu, Nov 11, 2021 at 11:21:01AM -0700, Martin Sebor wrote:
> On 11/10/21 2:27 PM, Marek Polacek wrote:
> > On Tue, Nov 09, 2021 at 09:28:43PM -0700, Martin Sebor via Gcc-patches
> > wrote:
> > > The attached patch adds support to the middle end for detecting
> > > infinitely recursive calls. T
On 11/10/21 2:27 PM, Marek Polacek wrote:
On Tue, Nov 09, 2021 at 09:28:43PM -0700, Martin Sebor via Gcc-patches wrote:
The attached patch adds support to the middle end for detecting
infinitely recursive calls. The warning is controlled by the new
-Winfinite-recursion option. The option name