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

--- Comment #1 from Arseny Solokha <asolokha at gmx dot com> ---
Created attachment 54066
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54066&action=edit
gkd diff #2

The following change yields the attached fiff instead:

@ -16,7 +16,7 @@ quux (int x)
 int
 bar (int x, int y)
 {
-  return sub (n < x, quux (y) + 1);
+  return sub (n < x, quux (y) + 1 + x);
 }

 int

Reply via email to