[Bug c++/39699] No error reporting when function and variable have the same name

2011-09-25 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39699 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/39699] No error reporting when function and variable have the same name

2009-04-10 Thread dodji at redhat dot com
--- 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

[Bug c++/39699] No error reporting when function and variable have the same name

2009-04-10 Thread alpha dot super-one at laposte dot net
--- 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

[Bug c++/39699] No error reporting when function and variable have the same name

2009-04-09 Thread rguenth at gcc dot gnu dot org
--- 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

[Bug c++/39699] No error reporting when function and variable have the same name

2009-04-09 Thread alpha dot super-one at laposte dot net
--- 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