https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81169
--- Comment #5 from Even Rouault ---
Thanks. Fix confirmed.
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: dudul04 at yahoo dot fr
Target Milestone: ---
With GCC r249467, the following snippet
{{{
#include
struct mystruct
{
double x;
};
void zero(volatile mystruct* x, int n
ty: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: dudul04 at yahoo dot fr
Target Milestone: ---
Given foo.cpp:
typedef struct x x;
$ ~/install-gcc-git/bin/g++ -Wshadow foo.cpp -c
foo.cpp:1:18: warning: 'typedef st