bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Struct variable named as struct is not indexed correctly.


From: Jacek Migacz
Subject: Struct variable named as struct is not indexed correctly.
Date: Sat, 12 Mar 2016 18:13:09 +0100

I've observed undesired behavior with variable named exactly as it's type (w/o struct keyword).

For given source:

struct foo
{
    int n;
};

struct foo foo;
struct foo foobar;

global -s foo
^ returns nothing

global -s foobar
^ returns correct location

I'm using global-6.5.1(1.fc23).

--
Jacek Migacz

reply via email to

[Prev in Thread] Current Thread [Next in Thread]