https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68188
--- Comment #4 from Piotr Pilarczyk ---
Still present in 6.1, what's the current status of this bug (for some reason
it's still marked as unconfirmed)? Will it ever get fixed or is it simply
ignored?
IRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: ppilar11 at gmail dot com
Consider this definition:
namespace Foo
{
int x;
class Foo
{
public:
static int x;
};
int Foo::x;
}
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60025
--- Comment #1 from Piotr Pilarczyk ---
Any feedback? Is it in fact a g++ bug?
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: ppilar11 at gmail dot com
Target Milestone: ---
I reported this nearly 2 years ago (#60025), but my bug report was completely
ignored and the problem still
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68188
--- Comment #3 from Piotr Pilarczyk ---
Still not fixed in 5.3.0, tested here:
https://gcc.godbolt.org/