http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39699
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|gcc-bugs at g
--- Comment #4 from alpha dot super-one at laposte dot net 2009-04-10
15:42 ---
I have not that's in lot of version, my code tested is here:
http://www.developpez.net/forums/m4191192-3/
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39699
--- Comment #3 from dodji at gcc dot gnu dot org 2009-04-10 11:46 ---
Subject: Re: No error reporting when function and variable
have the same name
alpha dot super-one at laposte dot net a écrit :
> --- Comment #2 from alpha dot super-one at laposte dot net 2009-04-10
> 04:47 --
--- Comment #2 from alpha dot super-one at laposte dot net 2009-04-10
04:47 ---
class toto
{
enum e {a,b};
e test_example();
e test_example;
};
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39699
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-04-09 21:17 ---
We need a testcase.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39699