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

--- Comment #2 from Stephan Mueller <smuel...@chronox.de> ---
Am Mittwoch, 4. Dezember 2024, 16:31:30 Mitteleuropäische Normalzeit schrieb 
Igor Kushnir:

Hi Igor,

> 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?

No, it does not work in Kdevelop: when I hover over the line 
"CKINT(asn1_ber_decoder(5));" it shows "Label out" in the first line of the 
pop-up.

When I Ctrl-Click on the asn1_ber_decoder function in the mentioned line, it 
jumps to the "out" label.

Ciao
Stephan

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

Reply via email to