[llvm-bugs] [Bug 41556] Bogus warning: all paths through this function will call itself

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Apr 22 09:08:36 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=41556

Richard Smith <richard-llvm at metafoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Richard Smith <richard-llvm at metafoo.co.uk> ---
The warning is correct; the program is wrong. It will print "{n: [" repeatedly
forever.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190422/5868f634/attachment.html>


More information about the llvm-bugs mailing list