This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/78330] incorrectly accepts invalid C++ code with shadowed template parameter
- From: "egallager at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 23 Aug 2017 13:55:25 +0000
- Subject: [Bug c++/78330] incorrectly accepts invalid C++ code with shadowed template parameter
- Auto-submitted: auto-generated
- References: <bug-78330-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78330
Eric Gallager <egallager at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |diagnostic
Status|UNCONFIRMED |NEW
Last reconfirmed| |2017-08-23
CC| |egallager at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #1 from Eric Gallager <egallager at gcc dot gnu.org> ---
Confirmed, there's not even a warning from -Wshadow:
$ /usr/local/bin/g++ -c -Wall -Wextra -pedantic -Wshadow 78330.cc
$