https://bugs.kde.org/show_bug.cgi?id=496985

Igor Kushnir <igor...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REPORTED                    |NEEDSINFO
         Resolution|---                         |WAITINGFORINFO
                 CC|                            |igor...@gmail.com

--- Comment #1 from Igor Kushnir <igor...@gmail.com> ---
Cannot reproduce with the following snippet and C++17:
```
int asn1_ber_decoder(int i)
{
    return i;
}
#define CKINT(x) \
        { \
                ret = x; \
                if (ret < 0) \
                        goto out; \
        }
int ff()
{
    int ret;
    CKINT(asn1_ber_decoder(5));
    return ret;
out:
    return -1;
}
```

Does navigation work as you expect in the above snippet? If yes, can you create
a small example where navigation fails?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to